File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## [ 2.0.0] ( https://github.com/auth0/auth0-java/tree/2.0.0 ) (2023-02-23)
4+ [ Full Changelog] ( https://github.com/auth0/auth0-java/compare/1.44.2...2.0.0 )
5+
6+ 2.0.0 introduces several enhances, including:
7+ - HTTP response information returned from requests
8+ - Additional HTTP client configurability
9+ - Ability to configure requests such as add additional parameters and headers
10+ - Support for Authentication API MFA-related APIs
11+ - Authentication API improvements to not require a client secret
12+ - ... and more!
13+
14+ As a major version release, 2.0.0 does include breaking changes.
15+ Please see the [ Migration Guide] ( MIGRATION_GUIDE.md ) for additional details as well as guidance for updating your application.
16+
317## [ 2.0.0 Beta 2] ( https://github.com/auth0/auth0-java/tree/2.0.0-beta.2 ) (2023-02-13)
418[ Full Changelog] ( https://github.com/auth0/auth0-java/compare/2.0.0-beta.1...2.0.0-beta.2 )
519
Original file line number Diff line number Diff line change @@ -36,14 +36,14 @@ Add the dependency via Maven:
3636<dependency >
3737 <groupId >com.auth0</groupId >
3838 <artifactId >auth0</artifactId >
39- <version >2.0.0-beta.2 </version >
39+ <version >2.0.0</version >
4040</dependency >
4141```
4242
4343or Gradle:
4444
4545``` gradle
46- implementation 'com.auth0:auth0:2.0.0-beta.2 '
46+ implementation 'com.auth0:auth0:2.0.0'
4747```
4848
4949### Configure the SDK
You can’t perform that action at this time.
0 commit comments