Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.54 KB

File metadata and controls

34 lines (24 loc) · 1.54 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog.

The changelog starts with version 2.10.0. Changes to prior versions can be found on the GitHub release page.

No changes yet.

2.10.0 - 2026-03-05

Added

  • Files-in-Use: Optional feature to indicate for external parties if an encrypted file is currently opened by this filesystem (#312, #338)
  • Changelog file

Changed

  • Use JDK 25 for build (bf26d6c9cd15a2489126ee0409a8ec9eca59da0c)
  • Pin external ci actions (#320)
  • Use Maven wrapper (#341)
  • Updated dependencies:
    • com.github.ben-manes.caffeine:caffeine from 3.2.0 to 3.2.3 (#323)
    • org.cryptomator:cryptolib from 2.2.1 to 2.2.2
    • com.auth0:java-jwt from 4.5.0 to 4.5.1
  • Removed dependencies:
    • com.google.guava:guava

Fixed

  • Replacing internal path class CryptoPath with strings in FilesystemEvents (#319)
  • Make DOS file attribute class immutable (#305)