Skip to content

Commit dd3bc34

Browse files
authored
Merge branch 'master' into dependabot/github_actions/actions/checkout-7.0.1
2 parents 925fb4d + 79e976c commit dd3bc34

167 files changed

Lines changed: 20734 additions & 7517 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.fern/replay.lock

Lines changed: 8 additions & 387 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.1.0
1+
4.2.0

CHANGELOG.md

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

3+
## [4.2.0](https://github.com/auth0/auth0-java/tree/4.2.0) (2026-08-05)
4+
[Full Changelog](https://github.com/auth0/auth0-java/compare/4.1.0...4.2.0)
5+
6+
**Added**
7+
- feat: Agents client, Organization Clients & Role Groups, Directory Provisioning sync groups, Guardian factor settings & paginated Event Stream Deliveries
8+
[\#909](https://github.com/auth0/auth0-java/pull/909) ([fern-api[bot]](https://github.com/apps/fern-api))
9+
- **Agents** — new top-level `agents()` client with full CRUD (`list`, `create`, `read`, `update`, `delete`) and `create:agents` / `read:agents` / `update:agents` / `delete:agents` scopes.
10+
- **Organization Clients** — new `organizations().clients()` sub-client to associate, list, get, update, and remove org-to-client associations (checkpoint pagination); adds
11+
`is_app_entitlement_active` on organizations and an `include_client_association_for` list filter.
12+
- **Organization Role Groups** — new `organizations().roles().groups()` sub-client to list groups assigned to a role within an organization.
13+
- **Organization-Level Roles**`Role` and role list/filter now support `type` (`tenant` / `organization`) and `owner_id`.
14+
- **Directory Provisioning sync groups**`connections().directoryProvisioning()` gains `addSynchronizedGroupSelections` / `deleteSynchronizedGroupSelections`; Self-Service SSO tickets add
15+
`sync_groups` on the Google Workspace config.
16+
- **Guardian factor settings**`GuardianFactor` now exposes an optional `settings` object (`otp_length`, `otp_expiration_time`).
17+
- Misc: `country_codes` added to `AculContextEnum`; new shared `NotFound` / `Conflict` error schemas.
18+
19+
**Fixes**
20+
- feat: Agents client, Organization Clients & Role Groups, Directory Provisioning sync groups, Guardian factor settings & paginated Event Stream Deliveries
21+
[\#909](https://github.com/auth0/auth0-java/pull/909) ([fern-api[bot]](https://github.com/apps/fern-api))
22+
- **Event Stream Deliveries pagination**`deliveries().list(...)` now returns a `SyncPagingIterable<EventStreamDelivery>` with checkpoint pagination (**breaking**: previously
23+
`List<EventStreamDelivery>`).
24+
25+
326
## [4.1.0](https://github.com/auth0/auth0-java/tree/4.1.0) (2026-07-22)
427
[Full Changelog](https://github.com/auth0/auth0-java/compare/4.0.0...4.1.0)
528

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@ Add the dependency via Maven:
4040
<dependency>
4141
<groupId>com.auth0</groupId>
4242
<artifactId>auth0</artifactId>
43-
<version>4.1.0</version>
43+
<version>4.2.0</version>
4444
</dependency>
4545
```
4646

4747
or Gradle:
4848

4949
```gradle
50-
implementation 'com.auth0:auth0:4.1.0'
50+
implementation 'com.auth0:auth0:4.2.0'
5151
```
5252

5353
### Configure the SDK

0 commit comments

Comments
 (0)