Skip to content

Commit efd1d36

Browse files
committed
Reverted changelog to previous convention
1 parent 32b2ce2 commit efd1d36

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,8 @@
44
[Full Changelog](https://github.com/auth0/auth0-python/compare/6.0.0...6.1.0)
55

66
**Added**
7-
- feat: Cross App Access (ID-JAG) support on connections — new optional `cross_app_access_resource_app` param on `connections.create()` / `connections.update()` (`CreateCrossAppAccessResourceApp` / `UpdateCrossAppAccessResourceApp`, `{status: "enabled" | "disabled"}`), and a `cross_app_access_resource_app` field (`ConnectionCrossAppAccessResourceApp` / `CrossAppAccessResourceApp`, plus `ConnectionCrossAppAccessResourceAppStatusEnum` / `CrossAppAccessResourceAppStatusEnum`) on `ConnectionResponseContentOidc`, `CreateConnectionRequestContentOidc`, `UpdateConnectionRequestContentOidc`, `ConnectionForList`, and the create/get/update connection response types [\#877](https://github.com/auth0/auth0-python/pull/877) ([fern-api[bot]](https://github.com/apps/fern-api))
8-
- feat: ID-JAG exchange support on clients — new optional `identity_assertion_authorization_grant` param on `clients.create()` / `clients.update()` (`CreateIdentityAssertionAuthorizationGrant` / `UpdateIdentityAssertionAuthorizationGrant`, `{active: bool}`), and an `identity_assertion_authorization_grant` field (`IdentityAssertionAuthorizationGrant`) on the `Client` response and create/get/update client response types [\#877](https://github.com/auth0/auth0-python/pull/877) ([fern-api[bot]](https://github.com/apps/fern-api))
9-
- feat: branding theme identifiers — new optional `identifiers` param (`BrandingThemeIdentifiers`) on `branding.themes.create()` / `branding.themes.update()`, with `BrandingThemeIdentifiersLoginDisplayEnum`, `BrandingThemeIdentifiersPhoneDisplay`, `BrandingThemeIdentifiersPhoneDisplayFormattingEnum`, and `BrandingThemeIdentifiersPhoneDisplayMaskingEnum`; also present on the create/get/get-default/update branding theme response types [\#877](https://github.com/auth0/auth0-python/pull/877) ([fern-api[bot]](https://github.com/apps/fern-api))
10-
- feat: Self-Service Enterprise Configuration third-party client access — new optional `third_party_client_access_config` param (`ThirdPartyClientAccessConfig`, `{allow_configuration: bool}`) on `self_service_profiles.sso_ticket.create()` [\#877](https://github.com/auth0/auth0-python/pull/877) ([fern-api[bot]](https://github.com/apps/fern-api))
11-
- feat: delegated-session actor — new optional `actor` field (`SessionActorMetadata`, `{sub: str}` plus up to 5 additional primitive claims; `SessionActorClaimValue = Union[str, bool, float]`) added to `SessionResponseContent`, `GetSessionResponseContent`, and `UpdateSessionResponseContent` [\#877](https://github.com/auth0/auth0-python/pull/877) ([fern-api[bot]](https://github.com/apps/fern-api))
12-
- feat: suspicious-IP throttling for custom token exchange — new optional `pre_custom_token_exchange` field (serialized as `pre-custom-token-exchange`, `SuspiciousIpThrottlingPreCustomTokenExchangeStage`, `{max_attempts?: int, rate?: int}`) added to `SuspiciousIpThrottlingStage` [\#877](https://github.com/auth0/auth0-python/pull/877) ([fern-api[bot]](https://github.com/apps/fern-api))
13-
- feat: `ClientGrantSubjectTypeEnum` gains `"anonymous_user"`; `ClientAppTypeEnum` gains `"b2b_integration"` (additive enum values, backward-compatible) [\#877](https://github.com/auth0/auth0-python/pull/877) ([fern-api[bot]](https://github.com/apps/fern-api))
7+
- feat: Cross App Access (ID-JAG), branding theme identifiers, Self-Service Enterprise Configuration third-party client access, session actor [\#877](https://github.com/auth0/auth0-python/pull/877) ([fern-api[bot]](https://github.com/apps/fern-api))
8+
149

1510
## [6.0.0](https://github.com/auth0/auth0-python/tree/6.0.0) (2026-07-15)
1611
[Full Changelog](https://github.com/auth0/auth0-python/compare/5.8.0...6.0.0)

0 commit comments

Comments
 (0)