Releases: cryptomator/cryptofs
Releases · cryptomator/cryptofs
Release 2.5.0
What's Changed
- Health API: Decouple result fix from severity (#149)
- Severity indicates data loss and vault structure integrity
- If a fix is present can be determined via new method
DiagnosticResult.getFix(...)
DiagnosticResult.fix(...)
is marked deprecated
- Fixed dirIdBackup not created for vault root (#146)
- Removed redundant
DiagnosticResult
(#148) - Included stats for metadata accesses by @BeyerMart (#130)
- Updated cryptolib version to 2.1.0
Full Changelog: 2.4.5...2.5.0
Release 2.4.5
- updated com.auth0:java-jwt to 2.4.1
Release 2.4.4
- Hotfix for a broken Health Check
Release 2.4.3
What's Changed
- #135 Add "missing dirid backup file" result to directory check
- #136 adjustable shortening treshold
- #138 More dirIdCheck results
- #139 Implement fix for missing content dir
- #140 report correct symlink size by @revintec
- #144 support atomic open + set attributes
New Contributors
Full Changelog: 2.4.2...2.4.3
Release 2.4.2
Release 2.4.1
Release 2.4.0
Features
- Performance improvement: Instead of allocating byte arrays on every decryption/encryption operation new, use a pool of recyclable arrays (#125)
Release 2.3.1
Release 2.3.0
New Features:
- Backup vault config on every filesystem creation (#119)
Release 2.2.0
Extend backup functionality to allow any vault critical file to be backuped. (Kudos goes to @barthr)