Releases: rustic-rs/rustic_core
Releases · rustic-rs/rustic_core
rustic_core-v0.6.0
Added
- (async) add
async_compatible
methods to identify backend compatibility (#355)
Fixed
- prevent overwriting hot repository on init (#353)
Other
- (error) enhance error logging and output formatting (#361)
- (deps) remove Derivative and replace with Default impl due to RUSTSEC-2024-0388 (#359)
- (error) improve error messages and file handling (#334)
- (deps) lock file maintenance rust dependencies (#345)
- (deps) remove cdc and switch to rustic_cdc (#348)
- (deps) [breaking] upgrade to new conflate version (#300)
- (errors) [breaking] Improve error handling, display and clean up codebase (#321)
rustic_backend-v0.5.0
Added
- (async) add
async_compatible
methods to identify backend compatibility (#355) - add 'yandex-disk' to enabled opendal services and update opendal to 0.50.2 (#360)
Other
- (error) enhance error logging and output formatting (#361)
- (backend) simplify code in local backend (#362)
- (backend) migrate from
backoff
tobackon
(#356) - (error) improve error messages and file handling (#334)
- (deps) lock file maintenance rust dependencies (#345)
- (deps) [breaking] upgrade to new conflate version (#300)
- (errors) [breaking] Improve error handling, display and clean up codebase (#321)
rustic_testing-v0.2.3
Other
- (deps) remove unused dependency once_cell (#341)
rustic_core-v0.5.5
Fixed
- (errors) forwarding Display impl should work again (#342)
rustic_core-v0.5.4
rustic_backend-v0.4.2
Fixed
- fix opendal paths on windows (#340)
rustic_core-v0.5.3
Other
- Revert "refactor(errors): improve message and add logging when sending tree from backend panics" (#325)
rustic_core-v0.5.2
rustic_core-v0.5.1
rustic_config-v0.2.2
Fixed
- (docs) left over from migration to
conflate
crate (#296)