From 5fd1effc7b555ae9d63d8be5a02f041d93fbdbc8 Mon Sep 17 00:00:00 2001 From: Sourav Basu Date: Fri, 11 Sep 2026 15:25:03 +0530 Subject: [PATCH 1/3] Release 6.5.0 --- .version | 2 +- CHANGELOG.md | 9 +++++++++ pyproject.toml | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.version b/.version index c0be8a79..f22d756d 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -6.4.0 \ No newline at end of file +6.5.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 79bc9d50..c7e5b672 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## [6.5.0](https://github.com/auth0/auth0-python/tree/6.5.0) (2026-09-11) +[Full Changelog](https://github.com/auth0/auth0-python/compare/6.4.0...6.5.0) + +**Breaking Changes** +- `management.organization_templates` client removed along with `ListOrganizationTemplatesPaginatedResponseContent` and `OrganizationTemplateAssignedOrganization`; four connection providers dropped the `-mcp` suffix (`asana-mcp` becomes `asana`, `atlassian-mcp` becomes `atlassian`, `gitlab-mcp` becomes `gitlab`, `slack-mcp` becomes `slack`) and nine values removed entirely (`docusign-mcp`, `figma-mcp`, `gusto-mcp`, `heroku-mcp`, `intercom-mcp`, `pagerduty-mcp`, `supabase-mcp`, `vercel-mcp`, `xero-mcp`) [\#890](https://github.com/auth0/auth0-python/pull/890) ([fern-api[bot]](https://github.com/apps/fern-api)) + +**Added** +- Guardian MFA settings (`GET`/`PUT /api/v2/guardian/settings`), email and phone factor settings, organizations search, resource servers search, experimentation client, anonymous sessions support on clients and tenant settings, resource server anonymous access token configuration, and `GatewayTimeoutError` for HTTP 504 [\#890](https://github.com/auth0/auth0-python/pull/890) ([fern-api[bot]](https://github.com/apps/fern-api)) + ## [6.4.0](https://github.com/auth0/auth0-python/tree/6.4.0) (2026-09-02) [Full Changelog](https://github.com/auth0/auth0-python/compare/6.3.0...6.4.0) diff --git a/pyproject.toml b/pyproject.toml index 7b41b2a9..182b882c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "auth0-python" [tool.poetry] name = "auth0-python" -version = "6.4.0" +version = "6.5.0" description = "Auth0 Python SDK - Management and Authentication APIs" readme = "README.md" authors = ["Auth0 "] From c578a2be3215dfacbd8b9429ecdedc3d16096ccf Mon Sep 17 00:00:00 2001 From: Sourav Basu Date: Fri, 11 Sep 2026 15:26:29 +0530 Subject: [PATCH 2/3] Added warning icon for breaking changes --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7e5b672..e5ae2305 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ ## [6.5.0](https://github.com/auth0/auth0-python/tree/6.5.0) (2026-09-11) [Full Changelog](https://github.com/auth0/auth0-python/compare/6.4.0...6.5.0) -**Breaking Changes** +⚠️ **Breaking Changes** - `management.organization_templates` client removed along with `ListOrganizationTemplatesPaginatedResponseContent` and `OrganizationTemplateAssignedOrganization`; four connection providers dropped the `-mcp` suffix (`asana-mcp` becomes `asana`, `atlassian-mcp` becomes `atlassian`, `gitlab-mcp` becomes `gitlab`, `slack-mcp` becomes `slack`) and nine values removed entirely (`docusign-mcp`, `figma-mcp`, `gusto-mcp`, `heroku-mcp`, `intercom-mcp`, `pagerduty-mcp`, `supabase-mcp`, `vercel-mcp`, `xero-mcp`) [\#890](https://github.com/auth0/auth0-python/pull/890) ([fern-api[bot]](https://github.com/apps/fern-api)) **Added** From 1decbb7a05d6e79c6584d2df11d0fe2ddee33729 Mon Sep 17 00:00:00 2001 From: Sourav Basu Date: Fri, 11 Sep 2026 15:37:47 +0530 Subject: [PATCH 3/3] Replaced semicolon --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5ae2305..031c2f6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ [Full Changelog](https://github.com/auth0/auth0-python/compare/6.4.0...6.5.0) ⚠️ **Breaking Changes** -- `management.organization_templates` client removed along with `ListOrganizationTemplatesPaginatedResponseContent` and `OrganizationTemplateAssignedOrganization`; four connection providers dropped the `-mcp` suffix (`asana-mcp` becomes `asana`, `atlassian-mcp` becomes `atlassian`, `gitlab-mcp` becomes `gitlab`, `slack-mcp` becomes `slack`) and nine values removed entirely (`docusign-mcp`, `figma-mcp`, `gusto-mcp`, `heroku-mcp`, `intercom-mcp`, `pagerduty-mcp`, `supabase-mcp`, `vercel-mcp`, `xero-mcp`) [\#890](https://github.com/auth0/auth0-python/pull/890) ([fern-api[bot]](https://github.com/apps/fern-api)) +- `management.organization_templates` client removed along with `ListOrganizationTemplatesPaginatedResponseContent` and `OrganizationTemplateAssignedOrganization`. Four connection providers dropped the `-mcp` suffix (`asana-mcp` becomes `asana`, `atlassian-mcp` becomes `atlassian`, `gitlab-mcp` becomes `gitlab`, `slack-mcp` becomes `slack`) and nine values removed entirely (`docusign-mcp`, `figma-mcp`, `gusto-mcp`, `heroku-mcp`, `intercom-mcp`, `pagerduty-mcp`, `supabase-mcp`, `vercel-mcp`, `xero-mcp`) [\#890](https://github.com/auth0/auth0-python/pull/890) ([fern-api[bot]](https://github.com/apps/fern-api)) **Added** - Guardian MFA settings (`GET`/`PUT /api/v2/guardian/settings`), email and phone factor settings, organizations search, resource servers search, experimentation client, anonymous sessions support on clients and tenant settings, resource server anonymous access token configuration, and `GatewayTimeoutError` for HTTP 504 [\#890](https://github.com/auth0/auth0-python/pull/890) ([fern-api[bot]](https://github.com/apps/fern-api))