AsyncHTTPClient 1.9.0
Highlights
This release includes new APIs for first-class integration with Swift Concurrency. Take a look at the updated README
for more information and the sample code located in the Examples folder.
SemVer Minor
- First-class integration with Swift Concurrency (#549, #551, #552, #553, #554, #556)
- Use newest
swift-nio
version (#557)
SemVer Patch
- Crash fix: HTTP2 can handle requests are cancelled (#555)
Other Changes
- Fix compilation of tests for Swift 5.5.0/5.5.1 (#550)