Skip to content

SwiftNIO HTTP/2 1.16.0

Compare
Choose a tag to compare
@glbrntt glbrntt released this 01 Dec 09:16
· 187 commits to main since this release
2f3c6e7

SemVer Minor

  • Add properties to HTTP2StreamID to determine stream initiator (#259)

SemVer Patch

  • Reduce allocations in OutboundFlowControlBuffer. (#257)
  • Implement StreamMap and replace Dictionary (#258)
  • Improve bulk stream teardown. (#261)
  • Use proper String unsafeUninitializedCapacity initializer. (#263)
  • Cheaper calculation of flushes. (#264)

Other Changes

  • Add watchOS deployment to PodSpec build script (#251)
  • Fix 'heder' typo (#252)
  • Add additional benchmarks and allocation tests. (#256, #260)
  • Move the huffman benchmark base64 out of init (#262)