Skip to content

Releases: rustic-rs/rustic_core

rustic_testing-v0.3.4

08 Nov 05:38
7380208

Choose a tag to compare

Other

  • update Cargo.toml dependencies

rustic_core-v0.9.0

08 Nov 05:37
7380208

Choose a tag to compare

Added

  • (core) repository APIs to identify snapshots using latest~N (#426)

Fixed

  • Also log check findings (#434)
  • Handle windows path prefixes and relative paths correctly (#432)
  • Fix typos using the typos tool (#433)
  • (commands) [breaking] return error if check fails (#224)

Other

  • update dependencies (#437)
  • clippy lints (#431)

rustic_backend-v0.5.4

08 Nov 05:38
7380208

Choose a tag to compare

Added

  • (rest) add support for cacert and tls-client-cert (#430)
  • (core) repository APIs to identify snapshots using latest~N (#426)

Fixed

  • Fix typos using the typos tool (#433)

Other

  • update dependencies (#437)
  • clippy lints (#431)

rustic_testing-v0.3.3

12 Sep 04:25
ed1087f

Choose a tag to compare

Other

  • update to 2024 edition and fix clippy lints (#399)
  • update dependencies and fix clippy lints / remove opendal::ftp support (#405)

rustic_core-v0.8.0

12 Sep 04:22
ed1087f

Choose a tag to compare

Added

  • Add fixed size chunking and allow fine-tune of rabin chunking (#422)
  • Add env argument to the run function of command input (#420)
  • Show processed file when chunker gives an error (#421)
  • snapshots can be identified with latest~N (N >= 0) (#416)
  • expose Tree::serialize method
  • (repository) add progress_bars method
  • (repository) Add find_ids and stream_files_list (#411)
  • (commands) Add delete_unchanged option to forget (#386)
  • (commands) [breaking] rename backup skip_identical_parent to skip_if_unchanged (#387)
  • (warmup) [breaking] Add warmup wait command (#379)

Fixed

  • Make example for time format even more explicit (#425)
  • Add example for time format (#424)
  • fix clippy lints (#423)
  • [breaking] Allow to unset append-only mode (#414)
  • improve handling of u32 conversions (#412)
  • (repository) use KeyId in delete_key() (#410)
  • Fix repair index (#406)
  • Allow to request identical snapshot multiple times (#408)
  • fix clippy lints (#407)
  • fix clippy lints
  • [breaking] Don't panic when reading empty files (#381)

Other

  • update dependencies (#428)
  • Add SnapshotFile::from_strs() to search for multiple snapshots (#419)
  • (repository) [breaking] Add more control over used keys (#383)
  • update to 2024 edition and fix clippy lints (#399)
  • update dependencies and fix clippy lints / remove opendal::ftp support (#405)

rustic_config-v0.2.3

12 Sep 04:26
ed1087f

Choose a tag to compare

Other

  • update to 2024 edition and fix clippy lints (#399)

rustic_backend-v0.5.3

12 Sep 04:24
ed1087f

Choose a tag to compare

Fixed

  • fix clippy lints (#407)
  • (deps) lock file maintenance rust dependencies (#389)

Other

  • update dependencies (#428)
  • update to 2024 edition and fix clippy lints (#399)
  • update dependencies and fix clippy lints / remove opendal::ftp support (#405)
  • Update opendal to 0.51.0 (#391)

rustic_core-v0.7.3

06 Dec 12:13
6a50c12

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

Choose a tag to compare

Added

  • Add a "minutely" timeline (#374)

Fixed

  • clippy lints

rustic_testing-v0.3.2

27 Nov 13:27
6bcf3e2

Choose a tag to compare

Other

  • update Cargo.toml dependencies