master
refactor(cookie): avoid duplicate cookie insertion (#2834)
test(multipart): fix build failure with `no-default-features` (#2801)
feat: add dns_resolver2 that is more ergonomic and flexible (#2793)
feat: add request cache options for wasm (#2775)
chore: align internal name usage of TotalTimeout (#2657)
feat: add `ClientBuilder::unix_socket()` option (#2624)
refactor(cookie): de-duplicate cookie support as `CookieService` middleware (#2787)
fix: Error::is_timeout() checks for hyper::Error::is_timeout() (#2742)
chore: fix a number of newer clippy lints (#2469)
feat: add reqwest::retry policies (#2763)
fix(proxy): restore default port 1080 for SOCKS proxies without explicit port (#2771)
fix: only check scheme after redirect Policy return `follow` (#2710)
Make ResponseBuilderExt not target-dependent
docs: typo in retry max_retries_per_request (#2824)
chore: replace rustls-pemfile with rustls-pki-types (#2541)
refactor: change fast_random from xorshift to siphash a counter