rustapi
rustapi copied to clipboard
Bump reqwest from 0.12.7 to 0.12.12
Bumps reqwest from 0.12.7 to 0.12.12.
Release notes
Sourced from reqwest's releases.
v0.12.11
What's Changed
- Fix decompression returning an error when HTTP/2 ends with an empty data frame by
@​seanmonstarin seanmonstar/reqwest#2508Full Changelog: https://github.com/seanmonstar/reqwest/compare/v0.12.10...v0.12.11
v0.12.10
What's Changed
- Add
ClientBuilder::connector_layer()to allow customizing the connector stack. by@​jlizenin seanmonstar/reqwest#2496- Add
ClientBuilder::http2_max_header_list_size()option by@​DSharifiin seanmonstar/reqwest#2465- Fix decompression of chunked bodies so the connections can be reused more often by
@​Andrey36652in seanmonstar/reqwest#2484- Fix propagating body size hint (
content-length) information when wrapping bodies by@​seanmonstarin seanmonstar/reqwest#2503New Contributors
@​DSharifimade their first contribution in seanmonstar/reqwest#2465@​gretchenfragemade their first contribution in seanmonstar/reqwest#2464@​hsivonenmade their first contribution in seanmonstar/reqwest#2470@​ovnicraftmade their first contribution in seanmonstar/reqwest#2469@​Nuhvimade their first contribution in seanmonstar/reqwest#2473@​caojenmade their first contribution in seanmonstar/reqwest#2488@​Andrey36652made their first contribution in seanmonstar/reqwest#2484@​jlizenmade their first contribution in seanmonstar/reqwest#2499Thanks
Full Changelog: https://github.com/seanmonstar/reqwest/compare/v0.12.9...v0.12.10
v0.12.9
What's Changed
- Add
tls::CertificateRevocationListssupport (by@​ksenia-vazhdaevain seanmonstar/reqwest#2433)- Add crate features to enable webpki roots without selecting a rustls provider (by
@​stevefan1999-personalin seanmonstar/reqwest#2447)- Fix
multipart::Part::file()to automatically include content-length (by@​Mr-Pinein seanmonstar/reqwest#2459)- Fix proxy to internally no longer cache system proxy settings (by
@​lanyeeeein seanmonstar/reqwest#2442)- Fix
connection_verbose()to output read logs (by@​seanmonstarin seanmonstar/reqwest#2454)New Contributors
@​lanyeeeemade their first contribution in seanmonstar/reqwest#2442@​ksenia-vazhdaevamade their first contribution in seanmonstar/reqwest#2433@​Mr-Pinemade their first contribution in seanmonstar/reqwest#2459@​stevefan1999-personalmade their first contribution in seanmonstar/reqwest#2447Full Changelog: https://github.com/seanmonstar/reqwest/compare/v0.12.8...v0.12.9
v0.12.8
What's Changed
... (truncated)
Changelog
Sourced from reqwest's changelog.
v0.12.12
- (wasm) Fix compilation by not compiler
tokio/timeon WASM.v0.12.11
- Fix decompression returning an error when HTTP/2 ends with an empty data frame.
v0.12.10
- Add
ClientBuilder::connector_layer()to allow customizing the connector stack.- Add
ClientBuilder::http2_max_header_list_size()option.- Fix propagating body size hint (
content-length) information when wrapping bodies.- Fix decompression of chunked bodies so the connections can be reused more often.
v0.12.9
- Add
tls::CertificateRevocationListssupport.- Add crate features to enable webpki roots without selecting a rustls provider.
- Fix
connection_verbose()to output read logs.- Fix
multipart::Part::file()to automatically include content-length.- Fix proxy to internally no longer cache system proxy settings.
v0.12.8
- Add support for SOCKS4 proxies.
- Add
multipart::Form::file()method for adding files easily.- Add
Body::wrap()to wrap anyhttp_body::Bodytype.- Fix the pool configuration to use a timer to remove expired connections.
Commits
8b8fdd2v0.12.121ef8703(wasm) fix: remove tower as dependency for wasm32-unknown-unknown (#2510)224f0b8v0.12.11beea332fix decoding extra empty frame (#2508)177cc7fcleanup: typo fix409cff3v0.12.10ea48da7docs: fix a few spelling issues (#2478)3ce98b5fix: propagate Body::size_hint when wrapping bodies (#2503)44ca5eeremove Clone from connect::Unnameable for now (#2502)2a7c1b6feat: allow pluggable tower layers in connector service stack (#2496)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)