Releases: swift-server/async-http-client
Releases · swift-server/async-http-client
1.33.1
What's Changed
SemVer Patch
- Fix compilation on nightly-main Swift, which has new optional type inference by @simonjbeaumont in #900
Full Changelog: 1.33.0...1.33.1
1.33.0
1.32.1
What's Changed
SemVer Patch
- Fix crash when response completes before request body finishes uploading by @fabianfett in #895
- Replace
import FoundationwithFoundationEssentialsby @madsodgaard in #897
Other Changes
Full Changelog: 1.32.0...1.32.1
1.32.0
What's Changed
SemVer Minor
- Add option to retain request method on 301/302 redirects by @hamzahrmalik in #887
SemVer Patch
Other Changes
New Contributors
Full Changelog: 1.31.0...1.32.0
1.31.0
What's Changed
SemVer Minor
- Full support for bidirectional streaming by @fabianfett in #879
- Add swift-configuration support by @hamzahrmalik in #878
SemVer Patch
- Support sending and receiving trailers in HTTPExecutableRequest by @fabianfett in #882
- Use a smaller max buffer size on 32-bit platforms by @Lukasa in #886
Full Changelog: 1.30.3...1.31.0
1.30.3
What's Changed
SemVer Patch
- Mark
HTTPClientRequest.Preparedas Sendable by @fabianfett in #876 - Rename
succeedRequesttoreceiveResponseEndby @fabianfett in #877
Full Changelog: 1.30.2...1.30.3
1.30.2
What's Changed
SemVer Patch
- Remove CollectEverythingLogHandler implementation in favour of InMemoryLogHandler from swift-log by @hamzahrmalik in #874
Full Changelog: 1.30.1...1.30.2
1.30.1
What's Changed
SemVer Patch
- Don't hold a lock over a continuation in Transaction by @glbrntt in #871
- Fix Connection Creation Crash by @fabianfett in #873
Other Changes
Full Changelog: 1.30.0...1.30.1