Skip to content

SwiftNIO HTTP/2 1.34.0

Latest
Compare
Choose a tag to compare
@glbrntt glbrntt released this 29 Jul 10:46
· 5 commits to main since this release
b5f7062

What's Changed

SemVer Minor

  • Add alloc tests for alternative stream creation API by @gjcairo in #451
  • Make HEADERS frame payload non-indirect by @Lukasa in #428

SemVer Patch

  • Reject long sequences of CONTINUATION frames by @clintonpi in #443
  • Reduce error allocations by @glbrntt in #446
  • Keep capacity when dropping pending reads in the stream channel by @glbrntt in #447
  • Reduce allocations on InlineStreamMultiplexer/createStreamChannel by @gjcairo in #450
  • Reduce allocs in HTTP2StreamChannel by @glbrntt in #449
  • Don't ignore HEADERS frames on open stream when client is locally quiescing by @aryan-25 in #445

Other Changes

New Contributors

Full Changelog: 1.33.0...1.34.0