Skip to content

v1.14.0: Musl and forward compatibility fixes, timer regression fix

Compare
Choose a tag to compare
@Geod24 Geod24 released this 15 Mar 23:19
· 392 commits to master since this release
35316c3
  • Compatibility fixes for POSIX-based platforms, notable Musl-based ones - pull #249
  • Added a CI task to ensure compatibility with Musl - pull #250
  • Various optimizations to vibe.core.path: InetPath - pull #251
  • GenericPath.Segment[2].opCast is now const - pull #252
  • Compatibility fix for upcoming (v2.097.0) deprecation - pull #253
  • Improve documentation for setTimer and sleep - pull #255
  • Ensure that a timer callback is never invoked concurrently - pull #256, pull #260, pull #262
  • Make LocalTaskSemaphore.this nothrow for compatibility with v2.096.0 - pull #259