Skip to content

Releases: cryptomator/cryptolib

2.2.0

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

What's Changed

  • Bump guava from 31.0.1-jre to 32.0.0-jre by @dependabot in #37
  • Bump the maven-build-plugins group with 12 updates by @dependabot in #43
  • Bump the github-actions group with 4 updates by @dependabot in #44
  • Bump the java-test-dependencies group with 4 updates by @dependabot in #38
  • Externalize dependency-check by @JaniruTEC in #45
  • Bump the java-test-dependencies group with 1 update by @dependabot in #49
  • Bump the maven-build-plugins group with 2 updates by @dependabot in #50
  • Bump the github-actions group with 1 update by @dependabot in #47
  • Bump the java-production-dependencies group with 5 updates by @dependabot in #48
  • Changed version specifier for dependency-check/Change used JDK version by @JaniruTEC in #46
  • Bump the java-test-dependencies group with 2 updates by @dependabot in #52
  • Bump the maven-build-plugins group with 5 updates by @dependabot in #55
  • Bump the github-actions group with 1 update by @dependabot in #57
  • Update suppression.xml by @infeo in #58
  • Bump the java-production-dependencies group with 3 updates by @dependabot in #56
  • Feature: Update libs by @infeo in #59
  • Bump the maven-build-plugins group with 5 updates by @dependabot in #60
  • Bump the java-production-dependencies group with 3 updates by @dependabot in #61
  • Build project with JDK 22 by @infeo in #63

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)