Skip to content

Releases: cryptomator/cryptolib

2.2.0

16 May 15:17
2.2.0
cc946dd
Compare
Choose a tag to compare

What's Changed

  • Externalize dependency-check (#45, #46)
  • Switch from org.bouncycastle:bcpkix-jdk15on:1.70 to org.bouncycastle:bcpkix-jdk18on:1.78.1 (#59)
  • Build project with JDK 22 (#63)
  • Updated dependencies:
    • com.google.code.gson:gson from 2.8.9 to 2.10.1
    • com.google.code.guava:guava from 31.0.1-jre to 33.1.0-jre
    • org.cryptomator:siv-mode from 1.4.4 to 1.5.2
    • org.slf4j:slf4j-api from 1.7.35 to 2.0.13
  • Updated build dependencies (#43, #38, #49, #50, #52, #55, #60)
  • Updated CI (#44, #47, #57)

New Contributors

Full Changelog: 2.1.2...2.2.0

Release 2.1.2

08 Mar 15:12
2.1.2
67553a2
Compare
Choose a tag to compare
  • Second workaround for incorrect GCM output size calculation on Android < 10.0 (see #35)
  • Fixed incorrect TAG_POS, fortunately unused (see 9097dc3)

Release 2.1.1

14 Dec 18:43
2.1.1
93c0810
Compare
Choose a tag to compare
  • Fixed java.lang.ClassNotFoundException thrown due to wrong module-info.class file (#34)

Release 2.1.0

23 Nov 15:24
2.1.0
aacd531
Compare
Choose a tag to compare

Release 2.1.0-rc2

12 Oct 11:40
2.1.0-rc2
2d696b4
Compare
Choose a tag to compare
Release 2.1.0-rc2 Pre-release
Pre-release
  • added requires jdk.crypto.ec to module-info
  • changed package name of shaded jar

otherwise identical to RC 1

Release 2.1.0-rc1

05 Oct 14:23
2.1.0-rc1
47a6c2c
Compare
Choose a tag to compare
Release 2.1.0-rc1 Pre-release
Pre-release
  • Removed experimental API MasterkeyHubAccess (see also #22)

Release 2.1.0-beta4

08 Feb 16:24
2.1.0-beta4
7d7b0aa
Compare
Choose a tag to compare
Release 2.1.0-beta4 Pre-release
Pre-release
  • Reduce allocations, see #29
  • Get rid of immortal ThreadLocals #28
  • Update dependencies

Release 2.1.0-beta3

08 Dec 15:16
2.1.0-beta3
718639e
Compare
Choose a tag to compare
Release 2.1.0-beta3 Pre-release
Pre-release

Release 2.0.3

08 Feb 19:26
2.0.3
74174da
Compare
Choose a tag to compare
  • Updated Gson to 2.8.9

⚠️ This release accidentally added several new APIs that are intended for 2.1.0. Any new API added in 2.0.2...2.0.3 should be considered unstable.

Release 2.0.2

24 Aug 15:16
2.0.2
Compare
Choose a tag to compare
  • Workaround for incorrect GCM output size calculation on Android < 9.0 (see #24)