Releases: zkat/cacache-rs
Releases · zkat/cacache-rs
v13.0.0
15 Feb 06:35
Compare
Sorry, something went wrong.
No results found
Bug Fixes
sync: Added the feature flags for compilation without the async runtime. Fixes #64 . (#65 ) (ffa1ab72 )
BREAKING CHANGE : this bumps the MSRV to 1.70.0
remove_fully: Remove the key content when set remove_fully to true (#63 ) (761d7155 )
BREAKING CHANGE : this is technically a fix, but maybe people didn't expect this.
v12.0.0
15 Feb 06:35
Compare
Sorry, something went wrong.
No results found
Features
remove_fully: add option for remove cache entry (#54 ) (34ee6798 )
reflink: Separate reflink behavior into their own functions (#58 ) (cfdf4eed )
BREAKING CHANGE : some signatures for copy have changed, and copy no longer automatically reflinks
v11.7.1
15 Feb 06:35
Compare
Sorry, something went wrong.
No results found
Bug Fixes
sync-only: remove futures dep when no async features are being used (100609ab )
mmap: fix unused method warning (c735d83a )
deps: moved to reflink-copy (#55 ) (6624d66c )
v11.7.0
15 Feb 06:34
Compare
Sorry, something went wrong.
No results found
Features
sync-only: add support for removing async runtime dependency altogether (#56 ) (60622267 )
v11.6.0
15 Feb 06:34
Compare
Sorry, something went wrong.
No results found
Features
mmap: new feature for mmap-based optimization (#49 ) (58de0b2d )
xxhash: Add xxhash support and some utilities for making it easier to use (#51 ) (41392e74 )
Bug Fixes
mmap: pre-allocate temp file before mmapping (#50 ) (1ac1d647 )
v11.5.2
15 Feb 06:33
Compare
Sorry, something went wrong.
No results found
Bug Fixes
deps: move async-attributes over to dev-dependencies (b7c10eca )
v11.5.1
15 Feb 06:33
Compare
Sorry, something went wrong.
No results found
v11.5.0
15 Feb 06:32
Compare
Sorry, something went wrong.
No results found
v11.4.0
15 Feb 06:32
Compare
Sorry, something went wrong.
No results found
Features
link: implement hard_link_hash_sync too (b88217cc )
Bug Fixes
security: bump tempfile version to 3.4.0 (#45 ) (02d7f146 )
v11.3.0
05 Mar 01:26
Compare
Sorry, something went wrong.
No results found
Features
links: add support for hard linking from the cache (#43 ) (89eee6c1 )