Skip to content

SwiftNIO HTTP/2 1.30.0

Compare
Choose a tag to compare
@glbrntt glbrntt released this 22 Jan 13:28
· 3 commits to main since this release
0904bf0

SemVer Minor

  • Reduce sendability warnings (#417)

SemVer Patch

  • Mark public generic async methods inlinable (#426)
  • Use explicit 64-bit UInt64 to support 32-bit platforms (#430)
  • Remove precondition: yielding to terminated AsyncSequence (#432)

Other Changes

  • Add missing availability guards in tests (#429)
  • Fix Bench1Conn10kRequests crash (#434)