Skip to content

SwiftNIO HTTP/2 1.27.0

Compare
Choose a tag to compare
@rnro rnro released this 31 May 14:42
· 73 commits to main since this release
a8ccf13

SemVer Minor

  • Drop support for Swift 5.5 (#392)
  • Add HPACKHeader.removeAll(keepingCapacity:) (#393)

SemVer Patch

  • Fix the test for HPACKHeader.removeAll(keepingCapacity:) on Android (#395, patch credit to @finagolfin)
  • Use the synchronous NIOHTTP2Handler multiplexer accessor for synchronous channel operations (#396)

Other Changes

  • Update the allocation counts CI build script to drop support for Swift 5.5 and add Swift 5.9 (#397)