Skip to content

Releases: phxql/argon2-jvm

2.12

Choose a tag to compare

@phxql phxql released this 04 Mar 13:34

Added

  • Support for GraalVM native-image

Changed

  • Updated JNA to 5.16.0

2.11

Choose a tag to compare

@phxql phxql released this 02 Oct 08:05
a6a6ecd

Added

  • argon2-jvm-nolibs is now a multi-release JAR with a module-info file for Java >= 11. (PR)
  • Added support for context secrets and associated data (PR)

v2.10.1

Choose a tag to compare

@phxql phxql released this 06 Apr 17:31
d6d0449

[2.10.1] - 2021-04-06

Changed

  • Updated JNA to 5.8.0

2.10

Choose a tag to compare

@phxql phxql released this 06 Apr 17:23
32fe73c

[2.10] - 2021-04-06

Added

Fixed

  • Fixed invalid automatic module name in argon2-nolibs. It's now de.mkammerer.argon2.nolibs.

v2.9.1

Choose a tag to compare

@phxql phxql released this 30 Jan 08:16
f3ef667

[2.9.1] - 2021-01-30

Fixed

  • Fixed duplicate Automatic-Module-Name in manifest, see this issue.

2.9

2.9

Choose a tag to compare

@phxql phxql released this 05 Jan 16:53
3674c26

Changed

  • Cleaned up the mess with the Gradle modules. To fix that in clean manner, the artifact structure has slightly changed. Consumers of the library shouldn't notice that, but argon2-jvm only contains the argon2 binary libraries while argon2-jvm-nolibs
    contains the Java code. argon2-jvm depends on argon2-jvm-nolibs, which in turn depends on JNA.

2.8

2.8

Choose a tag to compare

@phxql phxql released this 12 Dec 15:17
88da9ee

[2.8] - 2020-12-12

Added

  • Added method hashAdvanced to Argon2Advanced which lets the caller specify the argon2 version
  • Added methods generateSalt to Argon2Advanced which generates salt with either the default or the given length

Changed

v2.7

Choose a tag to compare

@phxql phxql released this 25 Jun 12:34
ba04bd3
Merge branch 'develop'