Skip to content

Releases: Vonage/vonage-jwt-jdk

v2.0.1

03 Feb 15:17
3834a37
Compare
Choose a tag to compare

This patch release bumps the com.auth0:java-jwt library dependency version to 4.5.0.

Full Changelog: v2.0.0...v2.0.1

v2.0.0

11 Jul 15:23
Compare
Choose a tag to compare

This release rewrites the library in Java to avoid downstream dependencies on Kotlin, along with improved documentation. It also changes the underlying JWT library to be based on Auth0 rather than JJWT since the former is more stable, and removes unnecessary associated dependencies.

Full Changelog: v1.1.3...v2.0.0

v1.1.3

09 Jul 10:15
Compare
Choose a tag to compare

This release updates the regular expression used in KeyConverter when normalising keys to account for all space characters, not just newlines.

Full Changelog: v1.1.2...v1.1.3

v1.1.2

08 Jul 16:07
Compare
Choose a tag to compare

This release fixes KeyConverter on Windows due to a newline issue, bumps dependency versions and performs some internal refactoring.

Full Changelog: v1.1.1...v1.1.2

v1.1.1

08 Mar 11:44
c1b0aed
Compare
Choose a tag to compare

This patch release simply bumps dependency versions to the latest.

  • jjwt: 0.12.5
  • Kotlin: 1.9.22
  • Jackson: 2.16.1

v1.1.0

29 Oct 23:24
Compare
Choose a tag to compare

This release bumps dependency versions (Kotlin to 1.9.10, jjwt to 0.12.3, Jackson to 2.15.3) and adds a new verifySignature method to JWT for validating asymmetrically signed tokens.

v1.0.2

09 Aug 15:53
Compare
Choose a tag to compare

This release is mainly a rebrand of nexmo-jwt-jdk, with updated dependencies to fix security vulnerabilities.