Skip to content

AsyncHTTPClient 1.12.0

Compare
Choose a tag to compare
@fabianfett fabianfett released this 27 Sep 15:01
· 102 commits to main since this release
03b3e7b

SemVer Minor

  • Adopt Sendable (#621)
  • Add a future-returning shutdown method (#626)

SemVer Patch

  • Use NIOCore.System.coreCount for the fileIO thread pool (#618, patch credit to @karwa)
  • Remove unused dependency NIOFoundationCompat (#619, patch credit to @karwa)
  • Allow HTTPClientRequest to be executed multiple times if body is an AsyncSequence (#620)
  • Replace Lock with NIOLock (#628, #629)

Other Changes

  • We stop pretending that AHC is simple (#624)