Sourced from reqwest's releases.
v0.12.24
Highlights
- Refactor cookie handling to an internal middleware.
- Refactor internal random generator.
- Refactor base64 encoding to reduce a copy.
- Documentation updates.
What's Changed
- build(deps): silence unused deps in WASM build by
@0x676e67in seanmonstar/reqwest#2799- perf(util): avoid extra copy when base64 encoding by
@0x676e67in seanmonstar/reqwest#2805- docs: fix method name in changelog entry by
@johannespfrangin seanmonstar/reqwest#2807- chore: Align the name usage of TotalTimeout by
@Xuanwoin seanmonstar/reqwest#2657- refactor(cookie): add
CookieServiceby@linyihaiin seanmonstar/reqwest#2787- Fixes typo in retry max_retries_per_request doc comment re 2813 by
@dmackinnin seanmonstar/reqwest#2824- test(multipart): fix build failure with
no-default-featuresby@0x676e67in seanmonstar/reqwest#2801- refactor(cookie): avoid duplicate cookie insertion by
@0x676e67in seanmonstar/reqwest#2834New Contributors
@johannespfrangmade their first contribution in seanmonstar/reqwest#2807@dmackinnmade their first contribution in seanmonstar/reqwest#2824Full Changelog: https://github.com/seanmonstar/reqwest/compare/v0.12.23...v0.12.24
Sourced from reqwest's changelog.
v0.12.24
- Refactor cookie handling to an internal middleware.
- Refactor internal random generator.
- Refactor base64 encoding to reduce a copy.
- Documentation updates.
b126ca4
v0.12.244023493
refactor: change fast_random from xorshift to siphash a counterfd61bc9
refactor(cookie): avoid duplicate cookie insertion (#2834)0bfa526
test(multipart): fix build failure with no-default-features
(#2801)994b8a0
docs: typo in retry max_retries_per_request (#2824)da0702b
refactor(cookie): de-duplicate cookie support as
CookieService middleware (...7ebddea
chore: align internal name usage of TotalTimeout (#2657)b540a4e
chore(readme): use correct CI status badgee4550c4
docs: fix method name in changelog entry (#2807)f4694a2
perf(util): avoid extra copy when base64 encoding (#2805)