August 19th, 2026
·
20 commits
to main
since this release
New this release:
- 馃帀 (client, smithy-rs#4767) Add a deterministic connection-level test harness to the
wire-mockfeature underaws_smithy_http_client::test_util::wire::connection. It supports per-connection HTTP/1.1 scripts, raw socket actions, synchronization gates, and recorded connection events. - 馃帀 (client) Add
pool_max_idle_per_hostsetter to HTTP clientBuilderandConnectorBuilder,
exposing hyper'spool_max_idle_per_hostsetting to control the maximum number of idle
connections kept alive per host.