Skip to content

Releases: cryptomator/cryptofs

2.10.0

05 Mar 16:18
2.10.0
488b201

Choose a tag to compare

Changelog

For a list of all notable changes, read the changelog.

Maven Coordinates

  <dependency>
    <groupId>org.cryptomator</groupId>
    <artifactId>cryptofs</artifactId>
    <version>2.10.0</version>
  </dependency>

Artifact Checksums

b6074fd71663fc56f6e7a26ff0c65715adef2be7c5837fd8630131ec095918ce  target/cryptofs-2.10.0-javadoc.jar
3a7bdc52fea90b62a8005024dc13b9fd2f96e3d639563ba804bc3a9e113bc4f1  target/cryptofs-2.10.0-sources.jar
79aec0a8d802d7ee88bf5f070be179bbd51486841e9935c1c1298f9014ec6bbd  target/cryptofs-2.10.0.jar

What's Changed

  • Make DosFileAttributes immutable by @infeo in #305
  • Bump the github-actions group with 2 updates by @dependabot[bot] in #307
  • Bump the maven-build-plugins group across 1 directory with 9 updates by @dependabot[bot] in #316
  • Bump com.github.ben-manes.caffeine:caffeine from 3.2.0 to 3.2.2 in the java-production-dependencies group across 1 directory by @dependabot[bot] in #318
  • Fix: Remove CryptoPaths from API by @infeo in #319
  • Bump the java-test-dependencies group across 1 directory with 2 updates by @dependabot[bot] in #317
  • Bump github/codeql-action from 3 to 4 in the github-actions group by @dependabot[bot] in #314
  • Pin github action version with SHA checksum by @infeo in #320
  • Feature: Files-in-Use by @infeo in #312
  • Bump the github-actions group across 1 directory with 4 updates by @dependabot[bot] in #327
  • Bump com.github.ben-manes.caffeine:caffeine from 3.2.2 to 3.2.3 in the java-production-dependencies group by @dependabot[bot] in #323
  • fixed some logging issues by @infeo in #330
  • Bump the github-actions group across 1 directory with 7 updates by @dependabot[bot] in #332
  • Bump the java-test-dependencies group across 1 directory with 2 updates by @dependabot[bot] in #328
  • Bump org.cryptomator:cryptolib from 2.2.1 to 2.2.2 in the java-production-dependencies group by @dependabot[bot] in #333
  • Bump the maven-build-plugins group across 1 directory with 6 updates by @dependabot[bot] in #335
  • Feature: Block write if file is in use by @infeo in #338
  • Bump com.auth0:java-jwt from 4.5.0 to 4.5.1 in the java-production-dependencies group by @dependabot[bot] in #337
  • Bump the github-actions group with 3 updates by @dependabot[bot] in #339
  • Bump org.mockito:mockito-core from 5.21.0 to 5.22.0 in the java-test-dependencies group by @dependabot[bot] in #340
  • add maven wrapper by @infeo in #341
  • Rework UseToken test by @infeo in #344
  • merge workflows "build" and "publishX" by @infeo in #342
  • Bump github/codeql-action from 4.32.4 to 4.32.5 in the github-actions group by @dependabot[bot] in #343

Full Changelog: 2.9.0...2.10.0

2.10.0-beta3

17 Feb 12:26
2.10.0-beta3
67190a6

Choose a tag to compare

2.10.0-beta3 Pre-release
Pre-release

For a list of all notable changes, read the changelog.

What's Changed

  • fixed some logging issues by @infeo in #330
  • Bump the github-actions group across 1 directory with 7 updates by @dependabot[bot] in #332
  • Bump the java-test-dependencies group across 1 directory with 2 updates by @dependabot[bot] in #328
  • Bump org.cryptomator:cryptolib from 2.2.1 to 2.2.2 in the java-production-dependencies group by @dependabot[bot] in #333
  • Bump the maven-build-plugins group across 1 directory with 6 updates by @dependabot[bot] in #335

Full Changelog: 2.10.0-beta2...2.10.0-beta3

2.10.0-beta2

11 Dec 13:12
2.10.0-beta2
f22e632

Choose a tag to compare

2.10.0-beta2 Pre-release
Pre-release

For a list of all notable changes, read the changelog.

Full Changelog: 2.10.0-beta1...2.10.0-beta2

2.10.0-beta1

09 Dec 11:52
2.10.0-beta1
fa41152

Choose a tag to compare

2.10.0-beta1 Pre-release
Pre-release

For a list of all notable changes, read the changelog.

Full Changelog: 2.9.0...2.10.0-beta1

2.9.0

28 Apr 10:01
2.9.0
98ece9c

Choose a tag to compare

What's Changed

  • Use Conflict Suffixes from Ciphertext Files (#275)
  • Feature: Notification API for Filesystem events (#277, #284, #291)
  • Fixed: Decrypting single file name always fails with exception (#289)
  • Custom filesystem exception for invalid ciphertext nodes (#286)
  • Bumped dependencies:
    • org.cryptomator:cryptolib from version 2.2.0 to 2.2.1
    • com.google.guava:guava from version 33.2.1 to 33.4.8
    • com.google.dagger:dagger from version 2.51.1 to 2.55 (see also #288)
    • com.auth0:java-jwt from version 4.4.0 to 4.5.0
    • com.github.ben-manes.caffeine:caffeine from version 3.1.8 to 3.2.0
    • org.slf4j:slf4j-api from version 2.0.16 to 2.0.17

Full Changelog: 2.8.0...2.9.0

2.9.0-beta2

14 Mar 14:53
2.9.0-beta2
7d4c476

Choose a tag to compare

2.9.0-beta2 Pre-release
Pre-release

What's Changed

  • Feature: Add timestamp to file system events by @infeo in #291
  • Fix DecryptFileName feature by @infeo in #290

Full Changelog: 2.9.0-beta1...2.9.0-beta2

2.9.0-beta1

11 Mar 15:46
2.9.0-beta1
b3bf06c

Choose a tag to compare

2.9.0-beta1 Pre-release
Pre-release

What's Changed

  • Use Conflict Suffixes from Ciphertext Files (#275)
  • Feature: Notification API for Filesystem events (#277, #284)
  • Fix: Custom filesystem exception for invalid ciphertext nodes by @infeo in #286
  • Feature: Dagger 2.55 in #288
  • Updated dependencies:
    • com.auth0:java-jwt from 4.4.0 to 4.5.0
    • com.google.guava:guava from 33.2.1-jre to 33.4.0-jre
    • com.github.ben-manes.caffeine:caffeine from 3.1.8 to 3.2.0
    • org.slf4j:slf4j-* from 2.0.16 to 2.0.17
    • com.google.dagger:dagger* from 2.51.1 to 2.55

Full Changelog: 2.8.0...2.9.0-beta1

2.8.0

17 Jan 15:44
2.8.0
b5b3036

Choose a tag to compare

What's Changed

  • [Breaking] Refactor filesystem checker to be a static-only class #268
  • Fix unreadable encrypted file when using opening new Channel with TRUNCATE_EXISTING during write operations on the same file #270
  • Feature: Public method in CryptoFileSystem for decrypting ciphertext name #263
  • Feature: Extend DirectoryIdBackup class by a read method #260
  • Refactoring: Simplify OpenCryptoFile #238

Full Changelog: 2.7.1...2.8.0

2.7.1

18 Nov 15:28
2.7.1
4d6a56b

Choose a tag to compare

What's Changed

  • Feature: Invalidate dir cache correctly by @infeo in #253
  • Updated dependencies:
    • org.slf4j:slf4j-api from 2.0.13 to 2.0.16

Full Changelog: 2.7.0...2.7.1

2.7.1-beta1

30 Oct 12:15
2.7.1-beta1
a7accc2

Choose a tag to compare

2.7.1-beta1 Pre-release
Pre-release

What's Changed

  • Feature: Invalidate dir cache correctly by @infeo in #253
  • Updated dependencies:
    • org.slf4j:slf4j-api from 2.0.13 to 2.0.16

Full Changelog: 2.7.0...2.7.1-beta1