SwiftNIO HTTP/2 1.10.0
Semver Minor
- Added pipeline helper for configuring a HTTP server that uses both HTTP/1 and HTTP/2. (#193, credit to @mariosangiorgio)
- Deprecated
ChannelPipeline.configureHTTP2SecureUpgrade
as it was essentially unusable, replaced withChannel.configureHTTP2SecureUpgrade
instead. (#193, credit to @mariosangiorgio)
Semver Patch
- Correctly exert backpressure using the stream flow control window. (#191)
- Added podspec helpers. (#184, #185, #189, credit to @Jake-Prickett)
- Doc generation updates. (#187)
- Improvement to testing code. (#192, credit to @shekhar-rajak)