Skip to content

Releases: rustic-rs/rustic_core

rustic_core-v0.7.3

06 Dec 12:13
6a50c12
Compare
Choose a tag to compare

Fixed

  • (chunker) Don't underflow with wrong size_hint (#378)

rustic_core-v0.7.2

30 Nov 08:34
3d40e8d
Compare
Choose a tag to compare

Added

  • Add a "minutely" timeline (#374)

Fixed

  • clippy lints

rustic_testing-v0.3.2

27 Nov 13:27
6bcf3e2
Compare
Choose a tag to compare

Other

  • update Cargo.toml dependencies

rustic_core-v0.7.1

27 Nov 13:25
6bcf3e2
Compare
Choose a tag to compare

Other

  • (deps) update dependencies
  • update README badges for rustic_core and rustic_backend to include MSRV

rustic_backend-v0.5.2

27 Nov 13:27
6bcf3e2
Compare
Choose a tag to compare

Fixed

  • (backend) temporarily remove ftp service to fix build in ci/cd (#371)

Other

  • (deps) update dependencies
  • add note about temporarily disabling ftp feature in opendal backend due to build issues
  • update README badges for rustic_core and rustic_backend to include MSRV

rustic_testing-v0.3.1

24 Nov 12:28
e812ae1
Compare
Choose a tag to compare

Other

  • Revert "feat(async): add async_compatible methods to identify backend compatibility (#355)"

rustic_core-v0.7.0

24 Nov 12:25
e812ae1
Compare
Choose a tag to compare

Other

  • remove webdav feature (#366)
  • Revert "feat(async): add async_compatible methods to identify backend compatibility (#355)"

rustic_backend-v0.5.1

24 Nov 12:27
e812ae1
Compare
Choose a tag to compare

Other

  • Revert "feat(async): add async_compatible methods to identify backend compatibility (#355)"

rustic_core-v0.6.1

19 Nov 19:23
22a898c
Compare
Choose a tag to compare

Added

  • make FilePolicy usable in cli and config

Fixed

  • (error) add missing context to error in cache backend

rustic_testing-v0.3.0

18 Nov 21:11
7a3b68e
Compare
Choose a tag to compare

Added

  • (async) add async_compatible methods to identify backend compatibility (#355)

Other

  • (errors) [breaking] Improve error handling, display and clean up codebase (#321)