Skip to content

AsyncHTTPClient 1.6.0

Compare
Choose a tag to compare
@fabianfett fabianfett released this 28 Sep 09:52
· 261 commits to main since this release
16ad758

This release completely replaces the internal HTTP1Connection and HTTPConnectionPool. The new implementations are more performant and enable new features down the road like: async/await and HTTP/2.

SemVer Minor

SemVer Patch

  • Refactor Request Validation (#391)
  • [ConnectionFactory] Replace (Channel, HTTPVersion) with NegotiatedProtocol (#399)
  • New HTTP2Connection - not enabled for now (#401)
  • Use explicit NIO imports (#407)

Other Changes