Skip to content

SwiftNIO HTTP/2 1.15.0

Compare
Choose a tag to compare
@glbrntt glbrntt released this 01 Oct 16:01
· 201 commits to main since this release
78ddbdf

SemVer Minor

  • Add a location to each of the 'NIOHTTP2Errors' (#247)

SemVer Patch

  • Shrink NIOHTTP2WindowUpdatedEvent to reduce allocations. (#239)
  • Make HTTP2StreamChannel non-generic (#242)
  • Remove a few unnecessary allocations. (#243)
  • Reduce allocations when peeking pseudo-headers. (#246)

Other Changes

  • Various improvements to testing infrastructure (#238, #248, #249)
  • Switch to main as the default development branch. (#250)