Skip to content

SwiftNIO 2.37.0

Compare
Choose a tag to compare
@glbrntt glbrntt released this 12 Jan 16:00
· 597 commits to main since this release
51c3fc2

SemVer Minor

  • Conditionally conform AddressedEnvelope to Hashable & Equatable (#2017)

SemVer Patch

  • Get Android constants used by Channel from Bionic instead (#2026, patch credit to @buttaface)
  • Reduce allocations when scheduling tasks (#2010, #2011)
  • Add canImport(_Concurrency) for Xcode 13.0 (#2015)
  • Guarantee ordering of scheduleTask with same deadline (#2020)
  • Precondition that read doesn't return EINVAL (#2022)

Other Changes

  • Correct spelling of foreseeable in README.md (#2024, patch credit to @bobychaudhary)
  • Update docs generation script to match latest source-kitten (#2013)
  • Update soundness script for 2022 (#2027)
  • nio-diagnose: list all thread names (#2030)