Skip to content

AsyncHTTPClient 1.8.0

Compare
Choose a tag to compare
@dnadoba dnadoba released this 23 Nov 12:01
· 185 commits to main since this release
0ed00b8

SemVer Minor

  • Always overwrite Transport-Encoding and Content-Length headers (#479)

SemVer Patch

  • Remove a couple of unnecessary imports (#484, patch credit to @karwa)
  • Remove redundant RequestFramingMetadata.Body.none case (#480)
  • Crash fix: HTTP2Connections emit events after the pool has closed them. (#481)
  • Fix bug in migration from HTTP1 to HTTP2 and back to HTTP1 (#486)

Other Changes

  • Two missing selfs got past soundness. (#489)