Releases: zkat/cacache-rs
Releases · zkat/cacache-rs
v11.2.0
v11.1.0
v11.0.2
v11.0.1
v11.0.0
This release includes a number of nice improvements to error reporting,
integrating miette
to provide more
helpful, contextual error messages, as well as adding
tokio
as an optional runtime, instead of
async-std
.
It also includes a number of bug fixes and performance improvements.
Note that this release also bumps the MSRV to 1.67.0, which will hopefully
stay there for a while. Apologies if you're still on an earlier version of
rustc
: the ecosystem moved forward and ultimately, we needed to move with
it.
Bug Fixes
- write: set tmpfile length in async writer (#35) (6d84ff0a)
- BREAKING CHANGE: This commit also bumps the MSRV for cacache to 1.66.1.
- deps: only include rt-multi-threaded for tokio when running tests (526386ad)
- msrv: be less aggressive about MSRV bump (dca57e11)
- perf: do the inner fn trick to reduce generic compilation load (da259ae4)
Features
v10.0.1
v10.0.0
v9.0.0
8.0.0
7.0.0
This release is mostly a major overhaul of the external error API, switching out of anyhow
in favor of more bespoke error handling that works nicer in a library.