Releases: auth0/auth0-java
2.1.0
Added
- Add missing LogEvent fields #521 (jimmyjames)
Changed
- authentication_methods is an object, not a string #520 (jimmyjames)
- Bump jackson dependency to 2.14.2 #522 (jimmyjames)
- Update java-jwt dependency to 4.4.0 #523 (jimmyjames)
2.0.0
2.0.0 introduces several enhances, including:
- HTTP response information returned from requests
- Additional HTTP client configurability
- Ability to configure requests such as add additional parameters and headers
- Support for Authentication API MFA-related APIs
- Authentication API improvements to not require a client secret
- ... and more!
As a major version release, 2.0.0 does include breaking changes.
Please see the Migration Guide for additional details as well as guidance for updating your application.
2.0.0-beta.2
2.0.0-beta.1
Added
2.0.0-beta.0
Warning This SDK is in beta and is subject to breaking changes. It is not recommended for production use, but your feedback and help in testing is appreciated!
This release introduces several enhancement, including:
- HTTP response information returned from requests
- Additional HTTP client configurability
- Authentication API improvements to not require a client secret
- ... and more!
Please see the Migration Guide for guidance on updating your application.
1.44.2
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.
Security
Bump java-jwt dependency to 3.19.4 #498 (jimmyjames)
1.44.1
1.44.0
Added
- Integrate ship orb #458 (jimmyjames)
- SDK-2558 Add support for tenant session cookie #457 (jimmyjames)
- Support stage property on Breached Password Detection #456 (ewanharris)
Changed
- Update to Gradle 6.9.2 #455 (jimmyjames)
1.43.0
Added
- Add support for deleting all user's authenticators #451 (jimmyjames)
- Add session idle lifetime and make session lifetime doubles #423 (pelletier197)
- #448 Adding field filter option to get client by ID API #449 (bhatmadhavi)
- Add missing fields in Client model #444 (poovamraj)
- Add Ship CLI configuration #433 (frederikprijck)
Changed
- Update to OSS plugin version 0.17.2 #450 (jimmyjames)
- Bump oss-library and auth0/ship #441 (frederikprijck)
- Ensure version is defined before plugins are applied #439 (frederikprijck)
Security