|
1 | 1 | # Change Log |
2 | 2 |
|
| 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 | + |
3 | 26 | ## [4.1.0](https://github.com/auth0/auth0-java/tree/4.1.0) (2026-07-22) |
4 | 27 | [Full Changelog](https://github.com/auth0/auth0-java/compare/4.0.0...4.1.0) |
5 | 28 |
|
|
0 commit comments