Skip to content

AsyncHTTPClient 1.6.1

Compare
Choose a tag to compare
@fabianfett fabianfett released this 01 Oct 13:33
· 225 commits to main since this release
d928cc8

SemVer Patch

  • [HTTP2ConnectionPool] added HTTP2Connections struct (#440)
  • Remove deprecated connection pool (#443)
  • Prepare calculateBackoff(failedAttempt:) to be used in HTTP2StateMachine (#445)
  • Remove umbrella NIO imports and add soundness check (#446)
  • [HTTPConnectionPool] StateMachine has explicit function for HTTP1 connection close (#448)
  • [HTTPRequestStateMachine] Allow channelReadComplete at any time (#450)

Other Changes

  • Replace tests that depend on TaskHandler (#444)