Skip to content

AsyncHTTPClient 1.16.0

Compare
Choose a tag to compare
@dnadoba dnadoba released this 13 Apr 08:41
· 58 commits to main since this release
5b4f03d

SemVer Minor

  • Add a control to allow DNS override (#675)
  • Add a control to limit connection reuses (#678)
  • Fail early in HTTPClientResponse.Body.collect(upTo:) if the announced Content-Length is known to exceed the maxBytes in-memory buffer limit. (#672)
  • Replace TransactionBody with NIOAsyncSequenceProducer to support Task cancellation while waiting on the next response body part (#677)

SemVer Patch

  • Fix crash if connection is closed very early (#671)

Other Changes

  • Accept bare 2023 in license header (#676)
  • Fix documentation and add support for CI-ing it (#679)