[0.56.0] - 2022-06-20
Added
fetch
is now multithreaded! 🚀🚀🚀 - with threadsafe memoized caching, dynamic throttling & http2 adaptive flow control #354
Changed
fetch
: do more expensive ops behind cache #355- applied BetterTOML formatting to Cargo.toml
exclude
,flatten
&join
: applied clippy recommendation for borrow_deref_ref bf1ac90utils
: minor cleanup of version fn 217702bvalidate
: perf tweak - use collect_into_vec to reduce allocationsapply
: perf tweak - use collect_into_vec to reduce allocations- removed
thiserror
dependency - pin Rust Nightly to 2022-06-19
- Bump robinraju/release-downloader from 1.3 to 1.4 by @dependabot in #351
- Bump crossbeam-channel from 0.5.4 to 0.5.5 by @dependabot in #352
- Bump redis patch
- cargo update bump several other dependencies
Fixed
fetch
: better error handling #353
Full Changelog: 0.55.5...0.56.0