Skip to content

AsyncHTTPClient 1.10.0

Compare
Choose a tag to compare
@Davidde94 Davidde94 released this 27 Apr 16:34
· 131 commits to main since this release
2442598

SemVer Minor

  • Add HTTPClientError shortDescription property (#583, patch credit to @cpriebe)
  • SSLProtocol tls* deprecations (#561)
  • Drop support for Swift 5.2 and 5.3 (#581)

SemVer Patch

  • Crash fix: HTTP2ClientRequestHandler can deal with failing writes (#558)
  • Call didSendRequestPart at the right time (#566)
  • Tolerate the request stream being started after .finished (#577)
  • [HTTP2] Tolerate GoAway and Settings frames after connection close (#578)
  • [HTTP1] Tolerate immediate write errors (#579)
  • [Redirect] Allow redirect response to have body (#580)

Other Changes

  • ci update (#570)
  • Use SPM API diff checker (#572)
  • Fix flaky TransactionTests.testResponseStreamFails() test (#582)
  • Fix flaky HTTPClientTests.testResponseDelayGet() test (#584)