master
feat: add reqwest::retry policies (#2763)
add webpki roots option for rustls no provider setup (#2447)
docs: fix a few spelling issues (#2478)
perf: fix decoder streams to make pooled connections reusable (#2484)
refactor: use hyper-util `Tunnel` (#2684)
feat: allow pluggable tower layers in connector service stack (#2496)
chore: A few simple cleanups/lints (#1849)
tests: switch over from libflate to flate2 in tests to reduce dependency footprint (#2625)
chore: remove some unused dependencies (#2716)
tests: properly match http3 error variants (#2721)
refactor: remove `futures-util` unless using `stream`/`multipart`/compression/`blocking` (#2692)
feat: add `ClientBuilder::unix_socket()` option (#2624)
tests: fix typos in multipart and redirect tests (#2738)
feat(wasm): support request timeout (#1760)
feat: add cargo feature to use rustls without ring (#2301)
wasm: classify WASM timeouts in error.is_timeout() (#2556)
test HTTP connection reuse with new zstd fix (#2587)