Skip to content

SwiftNIO Extras 1.23.0

Latest
Compare
Choose a tag to compare
@glbrntt glbrntt released this 02 Jul 13:12
05c36b5

SemVer Minor

  • Raise minimum swift version to 5.8 (#218)

SemVer Patch

  • Fix NIOHTTPDecompression bug for multi-request channels (#221, patch credit to @sidepelican)
  • Use oldHeaders.count when reserving capacity in HTTPFields (#223, patch credit to @Joannis)
  • HTTP Compression Test with 304 Not Modified Responses (#224, patch credit to @dimitribouniol)
  • Enable automatic compression format detection (#208)
  • Clean up @retroactive conformances (#222)

Other Changes

  • Fixed the shutdown order for quiescing demo (#220, patch credit to @crontab)