SwiftNIO HTTP/2 1.34.0
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
- Use Bionic module from new Android overlay in Swift 6 instead by @finagolfin in #448
- Update allocation limits by @glbrntt in #454
- Adopt
release.yml
by @FranzBusch in #452
New Contributors
- @clintonpi made their first contribution in #443
- @gjcairo made their first contribution in #451
- @aryan-25 made their first contribution in #445
Full Changelog: 1.33.0...1.34.0