Skip to content

Releases: auth0/auth0-java

4.2.0

Choose a tag to compare

@github-actions github-actions released this 05 Aug 12:41
79e976c

Added

  • feat: Agents client, Organization Clients & Role Groups, Directory Provisioning sync groups, Guardian factor settings & paginated Event Stream Deliveries
    #909 (fern-api[bot])
    • Agents — new top-level agents() client with full CRUD (list, create, read, update, delete) and create:agents / read:agents / update:agents / delete:agents scopes.
    • Organization Clients — new organizations().clients() sub-client to associate, list, get, update, and remove org-to-client associations (checkpoint pagination); adds
      is_app_entitlement_active on organizations and an include_client_association_for list filter.
    • Organization Role Groups — new organizations().roles().groups() sub-client to list groups assigned to a role within an organization.
    • Organization-Level RolesRole and role list/filter now support type (tenant / organization) and owner_id.
    • Directory Provisioning sync groupsconnections().directoryProvisioning() gains addSynchronizedGroupSelections / deleteSynchronizedGroupSelections; Self-Service SSO tickets add
      sync_groups on the Google Workspace config.
    • Guardian factor settingsGuardianFactor now exposes an optional settings object (otp_length, otp_expiration_time).
    • Misc: country_codes added to AculContextEnum; new shared NotFound / Conflict error schemas.

Fixes

  • feat: Agents client, Organization Clients & Role Groups, Directory Provisioning sync groups, Guardian factor settings & paginated Event Stream Deliveries
    #909 (fern-api[bot])
    • Event Stream Deliveries paginationdeliveries().list(...) now returns a SyncPagingIterable<EventStreamDelivery> with checkpoint pagination (breaking: previously
      List<EventStreamDelivery>).

4.1.0

Choose a tag to compare

@github-actions github-actions released this 22 Jul 13:24
302085a

Added

  • feat: Branding Theme Identifiers, Self-Service Third-Party Client Access, Cross-App Access & Session Actor support #906 (fern-api[bot])
  • feat: add access token exchange and generic subject token type to Tok… #904 (kailash-b)

4.0.0

Choose a tag to compare

@github-actions github-actions released this 15 Jul 09:16
2e51e05

Added

  • feat: add MIGRATION_GUIDE #900 (tanya732)
  • feat: remove Federated Connections Tokensets, add per-request retries #899 (fern-api[bot])
  • feat: add Organization Role Members, thirdPartyClientAccess, optional fields and contains breaking changes #893 (fern-api[bot])
  • chore: update jackson version #898 (tanya732)
  • feat: Add Token Vault support to the Authentication API #894 (kailash-b)

3.10.0

Choose a tag to compare

@github-actions github-actions released this 06 Jul 04:25
779d500

Added

3.9.0

Choose a tag to compare

@github-actions github-actions released this 24 Jun 07:04
e7dd331

Added

3.8.0

Choose a tag to compare

@github-actions github-actions released this 10 Jun 12:33
dec2544

Added

  • feat: Add tenant security headers (CSP/XSS) and update Branding/PhoneTemplate models #875 (fern-api[bot])
  • Chore: Add pagination metadata access in Examples #873 (tanya732)

3.7.0

Choose a tag to compare

@github-actions github-actions released this 28 May 14:05
f03d203

Added

  • Feat: Add User Effective Roles/Permissions, Organization Groups, Role Groups, and Tenant Country Codes #871 (fern-api[bot])
  • Feat: Add support for Group Roles and Rate Limit Policies #870 (fern-api[bot])

3.6.0

Choose a tag to compare

@github-actions github-actions released this 22 May 12:06
786bd0d

Added

3.5.1

Choose a tag to compare

@github-actions github-actions released this 15 May 09:33
f788011

Added

  • Chore: Add Automatic-Module-Name to JAR manifest #864 (tanya732)

3.5.0

Choose a tag to compare

@github-actions github-actions released this 30 Apr 06:27
2b1bf29

Added

  • feat: Add SSE events API, refresh token revocation, branding identifiers, and connection options #860 (fern-api[bot])
  • Add logging support and SDK regeneration — April 22, 2026 #858 (fern-api[bot])
  • Feat: Add Support for Synchronized Groups for a Connection Directory Provisioning Configuration and Self-Service Domain Verification and Organizations Discovery #857 (fern-api[bot])