Skip to content

SwiftNIO HTTP/2 1.10.0

Compare
Choose a tag to compare
@Lukasa Lukasa released this 19 Mar 17:51
6970de5

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 with Channel.configureHTTP2SecureUpgrade instead. (#193, credit to @mariosangiorgio)

Semver Patch