chore(deps): update dependency swift-server/async-http-client to from: "1.26.0"
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| swift-server/async-http-client | minor | from: "1.22.0" -> from: "1.26.0" |
Release Notes
swift-server/async-http-client (swift-server/async-http-client)
v1.26.0: Async HTTP Client
What's Changed
SemVer Minor
- Add
headproperty toFileDownloadDelegate'sProgress/Responsestruct by @​gregcotten in https://github.com/swift-server/async-http-client/pull/811 - Add
didVisitURLdelegate method by @​gregcotten in https://github.com/swift-server/async-http-client/pull/816 - Add Request/Response History to all public
Responsetypes by @​gregcotten in https://github.com/swift-server/async-http-client/pull/817 - Drop support for Swift 5.9 by @​glbrntt in https://github.com/swift-server/async-http-client/pull/830
- Add "debug initializer" hook for channels by @​clintonpi in https://github.com/swift-server/async-http-client/pull/801
- Adopt strict concurrency checking by @​glbrntt in https://github.com/swift-server/async-http-client/pull/831, https://github.com/swift-server/async-http-client/pull/832, https://github.com/swift-server/async-http-client/pull/833, https://github.com/swift-server/async-http-client/pull/834, https://github.com/swift-server/async-http-client/pull/835, https://github.com/swift-server/async-http-client/pull/836, https://github.com/swift-server/async-http-client/pull/837, https://github.com/swift-server/async-http-client/pull/838, https://github.com/swift-server/async-http-client/pull/840 and https://github.com/swift-server/async-http-client/pull/841
SemVer Patch
- Propagate
HTTPClient.Task<Response>failures to subsequent redirect tasks by @​gregcotten in https://github.com/swift-server/async-http-client/pull/814 - Clean up Task error handling. by @​Lukasa in https://github.com/swift-server/async-http-client/pull/839
- Enable warnings as errors in CI by @​glbrntt in https://github.com/swift-server/async-http-client/pull/842
Other Changes
- Rename nightly_6_1 params to nightly_next by @​rnro in https://github.com/swift-server/async-http-client/pull/820
- Only apply standard swift settings on valid targets by @​rnro in https://github.com/swift-server/async-http-client/pull/821
- Work around Foundation revert even more by @​Lukasa in https://github.com/swift-server/async-http-client/pull/822
- Add static SDK CI workflow by @​rnro in https://github.com/swift-server/async-http-client/pull/823
- Update expired test cert by @​gjcairo in https://github.com/swift-server/async-http-client/pull/824
- Enable Swift 6.1 jobs in CI by @​rnro in https://github.com/swift-server/async-http-client/pull/827
New Contributors
- @​gregcotten made their first contribution in https://github.com/swift-server/async-http-client/pull/811
- @​clintonpi made their first contribution in https://github.com/swift-server/async-http-client/pull/801
Full Changelog: https://github.com/swift-server/async-http-client/compare/1.25.2...1.26.0
v1.25.2: Async HTTP Client 1.25.2
This release contains no behavioural changes, but resolves some failures in tests that were affecting the swiftlang CI jobs.
What's Changed
Other Changes
- Remove misuse of EmbeddedEventLoop by @​Lukasa in https://github.com/swift-server/async-http-client/pull/812
- Work around Foundation revert by @​Lukasa in https://github.com/swift-server/async-http-client/pull/813
Full Changelog: https://github.com/swift-server/async-http-client/compare/1.25.1...1.25.2
v1.25.1: Async HTTP Client 1.25.1
What's Changed
SemVer Patch
- fix 5.10 compile on Ubuntu 24.04 (Noble) for Intel (x86_64) by @​weissi in https://github.com/swift-server/async-http-client/pull/810
Full Changelog: https://github.com/swift-server/async-http-client/compare/1.25.0...1.25.1
v1.25.0: Async HTTP Client 1.25.0
What's Changed
SemVer Minor
- Add
HTTPClient.withHTTPClientAPI for structured concurrency by @​weissi in https://github.com/swift-server/async-http-client/pull/806
Other Changes
- CI use 6.1 nightlies by @​rnro in https://github.com/swift-server/async-http-client/pull/805
Full Changelog: https://github.com/swift-server/async-http-client/compare/1.24.2...1.25.0
v1.24.2
What's Changed
SemVer Patch
- Add missing import of Network module by @​tshortli in https://github.com/swift-server/async-http-client/pull/804
New Contributors
- @​tshortli made their first contribution in https://github.com/swift-server/async-http-client/pull/804
Full Changelog: https://github.com/swift-server/async-http-client/compare/1.24.1...1.24.2
v1.24.1
What's Changed
SemVer Patch
- Enable MemberImportVisibility check on all targets by @​rnro in https://github.com/swift-server/async-http-client/pull/794
- Unbreak CI by @​Lukasa in https://github.com/swift-server/async-http-client/pull/800
- Android support by @​marcprux in https://github.com/swift-server/async-http-client/pull/799
- Avoid precondition failure in write timeout by @​rnro in https://github.com/swift-server/async-http-client/pull/803
Other Changes
- Aligning semantic version label check name by @​FranzBusch in https://github.com/swift-server/async-http-client/pull/788
- Update release.yml by @​FranzBusch in https://github.com/swift-server/async-http-client/pull/795
New Contributors
- @​marcprux made their first contribution in https://github.com/swift-server/async-http-client/pull/799
Full Changelog: https://github.com/swift-server/async-http-client/compare/1.24.0...1.24.1
v1.24.0: AsyncHTTPClient 1.24.0
What's Changed
SemVer Minor
- Added: ability to set basic authentication on requests by @​agamdua in https://github.com/swift-server/async-http-client/pull/778
- fix 784: dont crash on huge in-memory bodies by @​weissi in https://github.com/swift-server/async-http-client/pull/785
SemVer Patch
- Adopt GitHub actions by @​rnro in https://github.com/swift-server/async-http-client/pull/780
Other Changes
- remove contributors script by @​rnro in https://github.com/swift-server/async-http-client/pull/782
- add .editorconfig file by @​rnro in https://github.com/swift-server/async-http-client/pull/781
- remove unused Swift 6 language mode workflow by @​rnro in https://github.com/swift-server/async-http-client/pull/783
New Contributors
- @​agamdua made their first contribution in https://github.com/swift-server/async-http-client/pull/778
Full Changelog: https://github.com/swift-server/async-http-client/compare/1.23.1...1.24.0
v1.23.1: Async HTTP Client 1.23.1
What's Changed
SemVer Patch
- Workaround Foundation.URL behavior changes by @​rnro in https://github.com/swift-server/async-http-client/pull/777
Full Changelog: https://github.com/swift-server/async-http-client/compare/1.23.0...1.23.1
v1.23.0: Async HTTP Client 1.23.0
What's Changed
SemVer Minor
- Add an option to enable Multipath TCP on clients by @​Aperence in https://github.com/swift-server/async-http-client/pull/766
SemVer Patch
- Don't just import
locale_h. by @​al45tair in https://github.com/swift-server/async-http-client/pull/775
New Contributors
- @​daSkier made their first contribution in https://github.com/swift-server/async-http-client/pull/770
- @​Aperence made their first contribution in https://github.com/swift-server/async-http-client/pull/766
Full Changelog: https://github.com/swift-server/async-http-client/compare/1.22.2...1.23.0
v1.22.2: Async HTTP Client 1.22.2
What's Changed
SemVer Patch
- Explicitly import locale modules by @​ian-twilightcoder in https://github.com/swift-server/async-http-client/pull/771
New Contributors
- @​ian-twilightcoder made their first contribution in https://github.com/swift-server/async-http-client/pull/771
Full Changelog: https://github.com/swift-server/async-http-client/compare/1.22.1...1.22.2
v1.22.1
What's Changed
SemVer Patch
- Fix NIO deprecations after update to
2.71.0by @​fabianfett in https://github.com/swift-server/async-http-client/pull/769 - Fix crash when writablity becomes false and races against finishing the http request by @​fabianfett in https://github.com/swift-server/async-http-client/pull/768
Full Changelog: https://github.com/swift-server/async-http-client/compare/1.22.0...1.22.1
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
â™» Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.