Skip to content

SwiftNIO HTTP/2 1.31.0

Compare
Choose a tag to compare
@glbrntt glbrntt released this 22 Apr 12:38
· 2 commits to main since this release
c6afe04

SemVer Minor

  • Raise minimum swift version to 5.8 (#436)

SemVer Patch

  • Avoid copy-on-write while processing the next state when HTTP2FrameDecoder decodes (#438)

Other Changes

  • Update documentation for configureAsyncHTTPServerPipeline (#435, patch credit to @tayloraswift)