Releases: cryptomator/cryptofs
Releases · cryptomator/cryptofs
Release 2.6.3
Release 2.6.2
Bugfixes
- Cleartext buffer reused albeit other threads were potentially still reading from it (#158)
Misc
- replace Dagger builder by thread-safe factories
Full Changelog: 2.6.1...2.6.2
Release 2.6.1
Fixed issue when calling CryptoFileSystem::getCiphertextPath
with the cryptofs root (#155 )
Release 2.6.0
- CryptoFileSystem-API: Add method to get (data) ciphertext path from given cleartext path (see #154)
Release 2.5.3
- Health API: Fix for OrphanContentDir also processed non-cryptomator files (see 1589347)
Release 2.5.2
- Health API: Wrong fix for result MissingContentDir (#152 )
- Health API: Relax fix for result OrphanContentDir, allowing non-matching dirIdBackup to orphan path (see 38df17a)
Full Changelog: 2.5.1...2.5.2
Hotfix 2.5.1
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