hyperium/hyper-util (hyper-util)
### [`v0.1.6`](https://togithub.com/hyperium/hyper-util/blob/HEAD/CHANGELOG.md#016-2024-07-01)
[Compare Source](https://togithub.com/hyperium/hyper-util/compare/v0.1.5...v0.1.6)
- Add support for AIX operating system to `legacy` client.
- Fix `legacy` client to better use dying pooled connections.
### [`v0.1.5`](https://togithub.com/hyperium/hyper-util/blob/HEAD/CHANGELOG.md#015-2024-05-28)
[Compare Source](https://togithub.com/hyperium/hyper-util/compare/v0.1.4...v0.1.5)
- Add `server::graceful::GracefulShutdown` helper to coordinate over many connections.
- Add `server::conn::auto::Connection::into_owned()` to unlink lifetime from `Builder`.
- Allow `service` module to be available with only `service` feature enabled.
### [`v0.1.4`](https://togithub.com/hyperium/hyper-util/blob/HEAD/CHANGELOG.md#014-2024-05-24)
[Compare Source](https://togithub.com/hyperium/hyper-util/compare/v0.1.3...v0.1.4)
- Add `initial_max_send_streams()` to `legacy` client builder
- Add `max_pending_accept_reset_streams()` to `legacy` client builder
- Add `max_headers(usize)` to `auto` server builder
- Add `http1_onl()` and `http2_only()` to `auto` server builder
- Add connection capturing API to `legacy` client
- Add `impl Connection for TokioIo`
- Fix graceful shutdown hanging on reading the HTTP version
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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:
0.1.3
->0.1.6
Release Notes
hyperium/hyper-util (hyper-util)
### [`v0.1.6`](https://togithub.com/hyperium/hyper-util/blob/HEAD/CHANGELOG.md#016-2024-07-01) [Compare Source](https://togithub.com/hyperium/hyper-util/compare/v0.1.5...v0.1.6) - Add support for AIX operating system to `legacy` client. - Fix `legacy` client to better use dying pooled connections. ### [`v0.1.5`](https://togithub.com/hyperium/hyper-util/blob/HEAD/CHANGELOG.md#015-2024-05-28) [Compare Source](https://togithub.com/hyperium/hyper-util/compare/v0.1.4...v0.1.5) - Add `server::graceful::GracefulShutdown` helper to coordinate over many connections. - Add `server::conn::auto::Connection::into_owned()` to unlink lifetime from `Builder`. - Allow `service` module to be available with only `service` feature enabled. ### [`v0.1.4`](https://togithub.com/hyperium/hyper-util/blob/HEAD/CHANGELOG.md#014-2024-05-24) [Compare Source](https://togithub.com/hyperium/hyper-util/compare/v0.1.3...v0.1.4) - Add `initial_max_send_streams()` to `legacy` client builder - Add `max_pending_accept_reset_streams()` to `legacy` client builder - Add `max_headers(usize)` to `auto` server builder - Add `http1_onl()` and `http2_only()` to `auto` server builder - Add connection capturing API to `legacy` client - Add `impl Connection for TokioIo` - Fix graceful shutdown hanging on reading the HTTP versionConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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 has been generated by Renovate Bot.