Skip to content

Releases: zkat/cacache-rs

v13.0.0

15 Feb 06:35
ff33317
Compare
Choose a tag to compare

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
0ac9fb8
Compare
Choose a tag to compare

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
0748e51
Compare
Choose a tag to compare

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
763a29c
Compare
Choose a tag to compare

Features

  • sync-only: add support for removing async runtime dependency altogether (#56) (60622267)

v11.6.0

15 Feb 06:34
a2bf178
Compare
Choose a tag to compare

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
81bc84b
Compare
Choose a tag to compare

Bug Fixes

  • deps: move async-attributes over to dev-dependencies (b7c10eca)

v11.5.1

15 Feb 06:33
6a4e534
Compare
Choose a tag to compare

Bug Fixes

v11.5.0

15 Feb 06:32
cfd29af
Compare
Choose a tag to compare

This release upgrades miette and thiserror in lockstep, bringing in syn2, in
order to avoid potential issues with the
upgrade
.

Features

  • deps: bump miette and thiserror (364f9da6)

v11.4.0

15 Feb 06:32
646ae52
Compare
Choose a tag to compare

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
262e1ca
Compare
Choose a tag to compare

Features

  • links: add support for hard linking from the cache (#43) (89eee6c1)