Releases: rustic-rs/rustic_core
Releases · rustic-rs/rustic_core
rustic_backend-v0.4.1
Fixed
- (docs) left over from migration to
conflate
crate (#296)
rustic_testing-v0.2.2
Other
- (deps) update dependencies (#292)
rustic_core-v0.5.0
Added
- Add read-data-subset to CheckOptions; allow to check given trees (#262)
- Add Repository method to update snapshot collections (#260)
Fixed
- Add #[non_exhaustive] to pub structs which may be extended in future (#293)
- Don't query the default cache directory when a custom one is set (#285)
Other
- (deps) update dependencies (#292)
- (deps) use conflate instead of merge crate (#284)
rustic_backend-v0.4.0
Fixed
- Add #[non_exhaustive] to pub structs which may be extended in future (#293)
- (backend) [breaking] Use correct merge stratgy for repository options (#291)
Other
- (deps) update dependencies (#292)
- (deps) use conflate instead of merge crate (#284)
rustic_core-v0.4.0
Added
- make IndexPack::pack_size() public
- Add Repository::drop_index and ::drop_data_from_index (#166)
- (commands) Add option stdin_command to be used in CLI and config file (#266)
- [breaking] Use CommandInput for commands (#269)
- Add CommandInput (#252)
Fixed
- de/serialize tags as DisplayFromStr (#270)
- [breaking] use plural names for options (#267)
- fix clippy lint
- (test) shorten snapshot names for windows environment
- [breaking] improve password-command error reporting (#265)
- properly finish progress bar in Repository::get_snapshot_group (#263)
Other
- remove readme versions in usage section for easier release due to release PR (#271)
- [breaking] Use different Id types (#256)
- Use serde_with::skip_serializing_none instead of manual mapping (#251)
rustic_config-v0.2.1
Other
- remove readme versions in usage section for easier release due to release PR (#271)
rustic_backend-v0.3.0
Added
- [breaking] Use CommandInput for commands (#269)
Other
- remove readme versions in usage section for easier release due to release PR (#271)
- [breaking] Use different Id types (#256)
- (deps) Update opendal (#268)
rustic_testing-v0.2.1
Fixed
Other
- use rustic_core from workspace
rustic_core-v0.3.1
Added
- Add autocompletion hints (#257)
Fixed
- don't give invalid password error for other keyfile errors (#247)
- adjust tests to new Rust version (#259)
- fix FromStr for SnapshotGroupCriterion (#254)
- make more Indexed traits public (#253)
- fix StringList::contains_all (#246)
- (build) unbreak building on OpenBSD (#245)
rustic_backend-v0.2.1
Added
- Add autocompletion hints (#257)
Fixed
- Re-add missing opendal services (#249)
Other
- Revert "backend: specify core version"