Skip to content

1.22.0

Compare
Choose a tag to compare
@PeterAdams-A PeterAdams-A released this 19 Aug 09:23
· 13 commits to main since this release
e8babad

What's Changed

SemVer Minor

  • Make ConnectionPool's retryConnectionEstablishment public by @andreasley in #744
  • Add support for request body to be larger than 2GB on 32-bit devices by @aryan-25 in #746 and #749
  • Mark HTTPClient.Response Sendable by @weissi in #759
  • Assume http2 connection by default, instead of http1 by @ayush1794 in #758

SemVer Patch

  • Fix leading slash issue in relative URL requests by @aryan-25 in #747
  • Fix OOM issue when setting concurrentHTTP1ConnectionsPerHostSoftLimit to Int.max by @aryan-25 in #763

Other Changes

New Contributors

Full Changelog: 1.21.2...1.22.0