Skip to content

AsyncHTTPClient 1.19.0

Compare
Choose a tag to compare
@dnadoba dnadoba released this 22 Aug 10:20
· 44 commits to main since this release
16f7e62

SemVer Minor

  • use NIOSingletons EventLoops/NIOThreadPool instead of spawning new (#697)

SemVer Patch

  • Replace os() with canImport(Darwin) (#693, patch credit to @brennobemoura)
  • Removed duplicated code (#694, patch credit to @brennobemoura)
  • Fix auhorization typo (#695, patch credit to @brennobemoura)

Other Changes

  • Add unit tests for NWWaitingHandler, closes #589 (#702, patch credit to @natikgadzhi)
  • Adopt the Swift CoC (#691)
  • Fix flaky AsyncAwaitEndToEndTests.testImmediateDeadline test (#698)
  • Add timeout to RequestBagTests.testCancelFailsTaskAfterRequestIsSent test (#699)
  • Remove tests relying on OS-dependent behaviour (#703)