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 @0x676e67 in #2799
- perf(util): avoid extra copy when base64 encoding by @0x676e67 in #2805
- docs: fix method name in changelog entry by @johannespfrang in #2807
- chore: Align the name usage of TotalTimeout by @Xuanwo in #2657
- refactor(cookie): add
CookieService
by @linyihai in #2787 - Fixes typo in retry max_retries_per_request doc comment re 2813 by @dmackinn in #2824
- test(multipart): fix build failure with
no-default-features
by @0x676e67 in #2801 - refactor(cookie): avoid duplicate cookie insertion by @0x676e67 in #2834
New Contributors
- @johannespfrang made their first contribution in #2807
- @dmackinn made their first contribution in #2824
Full Changelog: v0.12.23...v0.12.24