Skip to content

Releases: auth0/java-jwt

3.8.2

15 Aug 18:21
Compare
Choose a tag to compare

Full Changelog

Security

  • Fix: updated jackson-databind to 2.9.9.3 to block CVE #347 (danbrodsky)

3.8.1

23 May 19:48
39a9f74
Compare
Choose a tag to compare

3.8.1 (2019-05-22)

Full Changelog

Security

3.8.0

23 May 20:03
8946bfe
Compare
Choose a tag to compare

3.8.0 (2019-03-14)

Full Changelog

Added

3.7.0

23 May 20:02
a682f9d
Compare
Choose a tag to compare

3.7.0 (2019-01-29)

Full Changelog

Added

3.6.0

23 May 20:02
a55854f
Compare
Choose a tag to compare

3.6.0 (2019-01-24)

Full Changelog

Added

3.5.0

23 May 20:02
24319b7
Compare
Choose a tag to compare

3.5.0 (2019-01-03)

Full Changelog

Added

Changed

Fixed

  • Remove unnecessary cast between long/double and floor call #296 (jhorstmann)

Security

3.4.1

23 May 20:01
09e5178
Compare
Choose a tag to compare

3.4.1 (2018-10-24)

Full Changelog

Security

3.4.0

23 May 20:01
8930e46
Compare
Choose a tag to compare

3.4.0 (2018-06-13)

Full Changelog

Changed

  • Fix for issue #236 - refactored HMACAlgorithm so that it doesn't throw an UnsupportedEncodingException #242 (obecker)
  • Throw JWTDecodeException when date claim format is invalid #241 (lbalmaceda)

Security

3.3.0

23 May 20:01
d6a5f7c
Compare
Choose a tag to compare

3.3.0 (2017-11-06)

Full Changelog
Closed issues

  • Wrong ES256 signature length #187

Fixed

3.2.0

23 May 20:01
Compare
Choose a tag to compare

3.2.0 (2017-05-04)

Full Changelog
Closed issues

  • Claim.isNull() returns true for JSON Object constructed claims #160
  • Incorrectly rejects whitespace after JSON header as invalid #144
  • No token type #136
  • Timestamps are limited by Integer/int to 2038-01-19T04:14:07.000+0100 #132

Added

Changed

Fixed