Skip to content

Commit d381cbf

Browse files
authored
Release 5.6.0 (#855)
### Changes **Added** - feat: rate_limit_policies client with full CRUD: list, create, get, update, delete [\#853](#853) ([fern-api[bot]](https://github.com/apps/fern-api)) - feat: Response Types: RateLimitPolicyConfigurationZero (allow), RateLimitPolicyConfigurationOne (block/log + limit), RateLimitPolicyConfigurationAction (redirect + limit + redirect_uri), RateLimitPolicy [\#853](#853) ([fern-api[bot]](https://github.com/apps/fern-api)) - feat: OAuth scopes: create:rate_limit_policies, read:rate_limit_policies, update:rate_limit_policies, delete:rate_limit_policies [\#853](#853) ([fern-api[bot]](https://github.com/apps/fern-api)) - feat: Support for groups.roles — list, create, delete [\#853](#853) ([fern-api[bot]](https://github.com/apps/fern-api)) - feat: Support for roles.groups — get, create, delete [\#853](#853) ([fern-api[bot]](https://github.com/apps/fern-api)) - feat: Support for users.effective_roles / users.effective_roles.sources.groups [\#853](#853) ([fern-api[bot]](https://github.com/apps/fern-api)) - feat: Support for users.effective_permissions / users.effective_permissions.sources.roles [\#853](#853) ([fern-api[bot]](https://github.com/apps/fern-api)) - feat: Support for organizations.groups — list [\#853](#853) ([fern-api[bot]](https://github.com/apps/fern-api)) - feat: Support for organizations.groups.roles — list, create, delete [\#853](#853) ([fern-api[bot]](https://github.com/apps/fern-api)) - feat: Support for organizations.members.effective_roles / organizations.members.effective_roles.sources.groups [\#853](#853) ([fern-api[bot]](https://github.com/apps/fern-api)) - feat: Types for SCIM Groups: effective role/permission response types, org-member effective role types, paginated list wrappers, source enum discriminators [\#853](#853) ([fern-api[bot]](https://github.com/apps/fern-api)) - feat: OAuth scopes: create/read/delete:group_roles, read:organization_groups, create/read/delete:organization_group_roles, read:organization_member_effective_roles, read:organization_member_role_source_groups, read:user_effective_roles, read:user_role_source_groups, read:user_effective_permissions, read:user_permission_source_roles [\#853](#853) ([fern-api[bot]](https://github.com/apps/fern-api)) **Changed** * ConnectionPropertiesOptions — dpop_signing_alg field added (write path for POST /api/v2/connections) [\#853](#853) ([fern-api[bot]](https://github.com/apps/fern-api)) * UpdateConnectionOptions — dpop_signing_alg field added (write path for PATCH /api/v2/connections/{id}) [\#853](#853) ([fern-api[bot]](https://github.com/apps/fern-api))
2 parents 874d40e + 1d18603 commit d381cbf

3 files changed

Lines changed: 23 additions & 2 deletions

File tree

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.5.0
1+
5.6.0

CHANGELOG.md

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

3+
## [5.6.0](https://github.com/auth0/auth0-python/tree/5.6.0) (2026-05-28)
4+
[Full Changelog](https://github.com/auth0/auth0-python/compare/5.5.0...5.6.0)
5+
6+
**Added**
7+
- feat: rate_limit_policies client with full CRUD: list, create, get, update, delete [\#853](https://github.com/auth0/auth0-python/pull/853) ([fern-api[bot]](https://github.com/apps/fern-api))
8+
- feat: Response Types: RateLimitPolicyConfigurationZero (allow), RateLimitPolicyConfigurationOne (block/log + limit), RateLimitPolicyConfigurationAction (redirect + limit + redirect_uri), RateLimitPolicy [\#853](https://github.com/auth0/auth0-python/pull/853) ([fern-api[bot]](https://github.com/apps/fern-api))
9+
- feat: OAuth scopes: create:rate_limit_policies, read:rate_limit_policies, update:rate_limit_policies, delete:rate_limit_policies [\#853](https://github.com/auth0/auth0-python/pull/853) ([fern-api[bot]](https://github.com/apps/fern-api))
10+
- feat: Support for groups.roles — list, create, delete [\#853](https://github.com/auth0/auth0-python/pull/853) ([fern-api[bot]](https://github.com/apps/fern-api))
11+
- feat: Support for roles.groups — get, create, delete [\#853](https://github.com/auth0/auth0-python/pull/853) ([fern-api[bot]](https://github.com/apps/fern-api))
12+
- feat: Support for users.effective_roles / users.effective_roles.sources.groups [\#853](https://github.com/auth0/auth0-python/pull/853) ([fern-api[bot]](https://github.com/apps/fern-api))
13+
- feat: Support for users.effective_permissions / users.effective_permissions.sources.roles [\#853](https://github.com/auth0/auth0-python/pull/853) ([fern-api[bot]](https://github.com/apps/fern-api))
14+
- feat: Support for organizations.groups — list [\#853](https://github.com/auth0/auth0-python/pull/853) ([fern-api[bot]](https://github.com/apps/fern-api))
15+
- feat: Support for organizations.groups.roles — list, create, delete [\#853](https://github.com/auth0/auth0-python/pull/853) ([fern-api[bot]](https://github.com/apps/fern-api))
16+
- feat: Support for organizations.members.effective_roles / organizations.members.effective_roles.sources.groups [\#853](https://github.com/auth0/auth0-python/pull/853) ([fern-api[bot]](https://github.com/apps/fern-api))
17+
- feat: Types for SCIM Groups: effective role/permission response types, org-member effective role types, paginated list wrappers, source enum discriminators [\#853](https://github.com/auth0/auth0-python/pull/853) ([fern-api[bot]](https://github.com/apps/fern-api))
18+
- feat: OAuth scopes: create/read/delete:group_roles, read:organization_groups, create/read/delete:organization_group_roles, read:organization_member_effective_roles, read:organization_member_role_source_groups, read:user_effective_roles, read:user_role_source_groups, read:user_effective_permissions, read:user_permission_source_roles [\#853](https://github.com/auth0/auth0-python/pull/853) ([fern-api[bot]](https://github.com/apps/fern-api))
19+
20+
**Changed**
21+
* ConnectionPropertiesOptions — dpop_signing_alg field added (write path for POST /api/v2/connections) [\#853](https://github.com/auth0/auth0-python/pull/853) ([fern-api[bot]](https://github.com/apps/fern-api))
22+
* UpdateConnectionOptions — dpop_signing_alg field added (write path for PATCH /api/v2/connections/{id}) [\#853](https://github.com/auth0/auth0-python/pull/853) ([fern-api[bot]](https://github.com/apps/fern-api))
23+
324
## [5.5.0](https://github.com/auth0/auth0-python/tree/5.5.0) (2026-05-20)
425
[Full Changelog](https://github.com/auth0/auth0-python/compare/5.4.0...5.5.0)
526

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "auth0-python"
33

44
[tool.poetry]
55
name = "auth0-python"
6-
version = "5.5.0"
6+
version = "5.6.0"
77
description = "Auth0 Python SDK - Management and Authentication APIs"
88
readme = "README.md"
99
authors = ["Auth0 <support@auth0.com>"]

0 commit comments

Comments
 (0)