auth0/java-jwt
 Watch   
 Star   
 Fork   
2023-04-01 02:31:38
java-jwt

4.4.0

Full Changelog

Changed

2023-02-13 11:53:23
java-jwt

4.3.0

Full Changelog

Changed

  • Improve JWT parse/decode performance #620 (noetro)

Fixed

2023-01-12 00:50:24
java-jwt

4.2.2

Full Changelog

This patch release does not contain any functional changes, but is being released using an updated signing key for verification as part of our commitment to best security practices. Please review the README note for additional details.

2023-01-12 00:50:03
java-jwt

3.19.4

Full Changelog

This patch release does not contain any functional changes, but is being released using an updated signing key for verification as part of our commitment to best security practices. Please review the README note for additional details.

2022-10-25 21:24:57
java-jwt

3.19.3

Full Changelog

Security

  • Update com.fasterxml.jackson.core:jackson-databind to 2.13.4.2 #631 (jimmyjames)
2022-10-25 20:26:20
java-jwt

4.2.1

Security

Bump com.fasterxml.jackson.core:jackson-databind to 2.13.4.2 https://github.com/auth0/java-jwt/pull/630 (evansims)

2022-10-20 10:53:07
java-jwt

4.2.0

Changed

Fixed

2022-10-11 02:27:57
java-jwt

4.1.0

⚠️ BREAKING CHANGES

Added

Changed

Fixed

2022-06-24 17:59:21
java-jwt

4.0.0

4.0.0 (2022-06-24)

Full Changelog

This is a major release and contains breaking changes!

💡 Check the Migration Guide to understand the changes required to migrate your application to v4.

Main features

  • Predicates based claim verification
  • Support for Instant API and Lambda functions
  • Improved Exceptions API
  • Consistent null handling

See the changelog entries for additional details.

2022-05-06 22:01:51
java-jwt

4.0.0-beta.0

4.0.0-beta.0 (2022-05-06)

Full Changelog

💡 Check the Migration Guide to understand the changes required to migrate your application to v4.

Added

Changed

Deprecated

Removed

Fixed

Security

  • Updated documentation regarding HMAC Key length #580 (poovamraj)

Breaking changes