Skip to content

AsyncHTTPClient 1.3.0

Compare
Choose a tag to compare
@weissi weissi released this 13 May 14:15
· 286 commits to main since this release
8ccba73

SemVer Minor

  • Support request specific TLS configuration (#358, patch credit to @madsodgaard)

SemVer Patch

  • Generate trust roots SecCertificate for Transport Services (#350, patch credit to @adam-fowler)
  • Use synchronous pipeline operation to remove windows. (#346)
  • Unconditionally insert TLSEventsHandler (#349)
  • Better backpressure management. (#352)
  • Update to NIOSSL 2.12.x and fix tests (#356)
  • Cache NIOSSLContext (saves ~27k allocations per connection) (#362, #368)
  • TLS on Darwin: Add explainer that MTELG supports all options (#367)

Other changes

  • Docker setup for Swift 5.4 and nightly (#360, #361)