Skip to content

SwiftNIO HTTP/2 1.3.0

Compare
Choose a tag to compare
@Lukasa Lukasa released this 19 Jun 17:18
06880b0

Semver Minor

  • Made HTTP2StreamID conform to Strideable. (#133)

Semver Patch

  • Fixed issue where promises for buffered outbound frames could be incorrectly lost when closing connections. (#135)
  • Improved performance by coalescing flushes from child channels in some circumstances. (#132)
  • Improved performance by minimising channelReadComplete calls. (#136)