swift-server/async-http-client (swift-server/async-http-client)
### [`v1.22.0`](https://togithub.com/swift-server/async-http-client/releases/tag/1.22.0)
[Compare Source](https://togithub.com/swift-server/async-http-client/compare/1.21.2...1.22.0)
#### What's Changed
##### SemVer Minor
- Make ConnectionPool's `retryConnectionEstablishment` public by [@andreasley](https://togithub.com/andreasley) in [https://github.com/swift-server/async-http-client/pull/744](https://togithub.com/swift-server/async-http-client/pull/744)
- Add support for request body to be larger than 2GB on 32-bit devices by [@aryan-25](https://togithub.com/aryan-25) in [https://github.com/swift-server/async-http-client/pull/746](https://togithub.com/swift-server/async-http-client/pull/746) and [https://github.com/swift-server/async-http-client/pull/749](https://togithub.com/swift-server/async-http-client/pull/749)
- Mark HTTPClient.Response Sendable by [@weissi](https://togithub.com/weissi) in [https://github.com/swift-server/async-http-client/pull/759](https://togithub.com/swift-server/async-http-client/pull/759)
- Assume http2 connection by default, instead of http1 by [@ayush1794](https://togithub.com/ayush1794) in [https://github.com/swift-server/async-http-client/pull/758](https://togithub.com/swift-server/async-http-client/pull/758)
##### SemVer Patch
- Fix leading slash issue in relative URL requests by [@aryan-25](https://togithub.com/aryan-25) in [https://github.com/swift-server/async-http-client/pull/747](https://togithub.com/swift-server/async-http-client/pull/747)
- Fix OOM issue when setting `concurrentHTTP1ConnectionsPerHostSoftLimit` to `Int.max` by [@aryan-25](https://togithub.com/aryan-25) in [https://github.com/swift-server/async-http-client/pull/763](https://togithub.com/swift-server/async-http-client/pull/763)
##### Other Changes
- Avoid using deprecated API in tests by [@Lukasa](https://togithub.com/Lukasa) in [https://github.com/swift-server/async-http-client/pull/762](https://togithub.com/swift-server/async-http-client/pull/762)
- Add releases.yml config for github by [@PeterAdams-A](https://togithub.com/PeterAdams-A) in [https://github.com/swift-server/async-http-client/pull/765](https://togithub.com/swift-server/async-http-client/pull/765)
#### New Contributors
- [@andreasley](https://togithub.com/andreasley) made their first contribution in [https://github.com/swift-server/async-http-client/pull/744](https://togithub.com/swift-server/async-http-client/pull/744)
- [@aryan-25](https://togithub.com/aryan-25) made their first contribution in [https://github.com/swift-server/async-http-client/pull/746](https://togithub.com/swift-server/async-http-client/pull/746)
- [@ayush1794](https://togithub.com/ayush1794) made their first contribution in [https://github.com/swift-server/async-http-client/pull/758](https://togithub.com/swift-server/async-http-client/pull/758)
**Full Changelog**: https://github.com/swift-server/async-http-client/compare/1.21.2...1.22.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
â™» Rebasing: Whenever PR becomes conflicted, 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 contains the following updates:
from: "1.21.2"
->from: "1.22.0"
Release Notes
swift-server/async-http-client (swift-server/async-http-client)
### [`v1.22.0`](https://togithub.com/swift-server/async-http-client/releases/tag/1.22.0) [Compare Source](https://togithub.com/swift-server/async-http-client/compare/1.21.2...1.22.0) #### What's Changed ##### SemVer Minor - Make ConnectionPool's `retryConnectionEstablishment` public by [@andreasley](https://togithub.com/andreasley) in [https://github.com/swift-server/async-http-client/pull/744](https://togithub.com/swift-server/async-http-client/pull/744) - Add support for request body to be larger than 2GB on 32-bit devices by [@aryan-25](https://togithub.com/aryan-25) in [https://github.com/swift-server/async-http-client/pull/746](https://togithub.com/swift-server/async-http-client/pull/746) and [https://github.com/swift-server/async-http-client/pull/749](https://togithub.com/swift-server/async-http-client/pull/749) - Mark HTTPClient.Response Sendable by [@weissi](https://togithub.com/weissi) in [https://github.com/swift-server/async-http-client/pull/759](https://togithub.com/swift-server/async-http-client/pull/759) - Assume http2 connection by default, instead of http1 by [@ayush1794](https://togithub.com/ayush1794) in [https://github.com/swift-server/async-http-client/pull/758](https://togithub.com/swift-server/async-http-client/pull/758) ##### SemVer Patch - Fix leading slash issue in relative URL requests by [@aryan-25](https://togithub.com/aryan-25) in [https://github.com/swift-server/async-http-client/pull/747](https://togithub.com/swift-server/async-http-client/pull/747) - Fix OOM issue when setting `concurrentHTTP1ConnectionsPerHostSoftLimit` to `Int.max` by [@aryan-25](https://togithub.com/aryan-25) in [https://github.com/swift-server/async-http-client/pull/763](https://togithub.com/swift-server/async-http-client/pull/763) ##### Other Changes - Avoid using deprecated API in tests by [@Lukasa](https://togithub.com/Lukasa) in [https://github.com/swift-server/async-http-client/pull/762](https://togithub.com/swift-server/async-http-client/pull/762) - Add releases.yml config for github by [@PeterAdams-A](https://togithub.com/PeterAdams-A) in [https://github.com/swift-server/async-http-client/pull/765](https://togithub.com/swift-server/async-http-client/pull/765) #### New Contributors - [@andreasley](https://togithub.com/andreasley) made their first contribution in [https://github.com/swift-server/async-http-client/pull/744](https://togithub.com/swift-server/async-http-client/pull/744) - [@aryan-25](https://togithub.com/aryan-25) made their first contribution in [https://github.com/swift-server/async-http-client/pull/746](https://togithub.com/swift-server/async-http-client/pull/746) - [@ayush1794](https://togithub.com/ayush1794) made their first contribution in [https://github.com/swift-server/async-http-client/pull/758](https://togithub.com/swift-server/async-http-client/pull/758) **Full Changelog**: https://github.com/swift-server/async-http-client/compare/1.21.2...1.22.0Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.