SwiftNIO HTTP/2 1.15.0
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)