Skip to content

Commit 2b1bf29

Browse files
authored
Release 3.5.0 (#862)
1 parent 2cc12c0 commit 2b1bf29

3 files changed

Lines changed: 11 additions & 3 deletions

File tree

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.4.0
1+
3.5.0

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## [3.5.0](https://github.com/auth0/auth0-java/tree/3.5.0) (2026-04-30)
4+
[Full Changelog](https://github.com/auth0/auth0-java/compare/3.4.0...3.5.0)
5+
6+
**Added**
7+
- feat: Add SSE events API, refresh token revocation, branding identifiers, and connection options [\#860](https://github.com/auth0/auth0-java/pull/860) ([fern-api[bot]](https://github.com/apps/fern-api))
8+
- Add logging support and SDK regeneration — April 22, 2026 [\#858](https://github.com/auth0/auth0-java/pull/858) ([fern-api[bot]](https://github.com/apps/fern-api))
9+
- Feat: Add Support for Synchronized Groups for a Connection Directory Provisioning Configuration and Self-Service Domain Verification and Organizations Discovery [\#857](https://github.com/auth0/auth0-java/pull/857) ([fern-api[bot]](https://github.com/apps/fern-api))
10+
311
## [3.4.0](https://github.com/auth0/auth0-java/tree/3.4.0) (2026-04-09)
412
[Full Changelog](https://github.com/auth0/auth0-java/compare/3.3.0...3.4.0)
513

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@ Add the dependency via Maven:
3939
<dependency>
4040
<groupId>com.auth0</groupId>
4141
<artifactId>auth0</artifactId>
42-
<version>3.4.0</version>
42+
<version>3.5.0</version>
4343
</dependency>
4444
```
4545

4646
or Gradle:
4747

4848
```gradle
49-
implementation 'com.auth0:auth0:3.4.0'
49+
implementation 'com.auth0:auth0:3.5.0'
5050
```
5151

5252
### Configure the SDK

0 commit comments

Comments
 (0)