Skip to content

SwiftNIO HTTP/2 1.18.4

Compare
Choose a tag to compare
@glbrntt glbrntt released this 30 Sep 10:47
· 148 commits to main since this release
326f7f9

SemVer Patch

  • Improve performance of HPACKHeaders.subscript(canonicalForm:) (#304, #308, #310)
  • Don't count CR or LF as whitespace when trimming whitespace from header values (#306)
  • Ignore empty values when returning canonical form of header values (#307)

Other Changes

  • Update to 5.5 release in CI (#301)
  • Account for improved allocs on nightly (#302)
  • Add perf and alloc tests for getting headers (#303)