Skip to content

Commit 05ae030

Browse files
Release 5.2.0 (#813)
**⚠️ Breaking: Python 3.8 support dropped** - Python 3.8 reached end-of-life in October 2024. This release requires **Python >=3.9.2**. Users on Python 3.8 should remain on v5.1.0 until they upgrade their Python version. [\#808](#808) **Added** - feat: Add default domain endpoints, connection key provisioning, tenant SCIM listing; remove MiiCard/Renren providers [\#801](#801) ([fern-api[bot]](https://github.com/apps/fern-api)) - feat: Add client_info support for custom telemetry in Authentication and Management clients [\#802](#802) ([kishore7snehil](https://github.com/kishore7snehil)) - feat: Add SDK logging infrastructure with configurable log levels and header redaction [\#785](#785) ([fern-api[bot]](https://github.com/apps/fern-api)) **Fixed** - fix: Pagination page advancement incorrectly skipping pages [\#785](#785) ([fern-api[bot]](https://github.com/apps/fern-api)) **Changed** - chore: Update ruff, aiohttp, cryptography, urllib3, codecov-action; replace Snyk with SCA scan [\#808](#808) ([kishore7snehil](https://github.com/kishore7snehil))
1 parent 7a2b8a2 commit 05ae030

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.1.0
1+
5.2.0

CHANGELOG.md

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

3+
## [5.2.0](https://github.com/auth0/auth0-python/tree/5.2.0) (2026-03-30)
4+
[Full Changelog](https://github.com/auth0/auth0-python/compare/5.1.0...5.2.0)
5+
6+
**⚠️ Breaking: Python 3.8 support dropped**
7+
- Python 3.8 reached end-of-life in October 2024. This release requires **Python >=3.9.2**. Users on Python 3.8 should remain on v5.1.0 until they upgrade their Python version. [\#808](https://github.com/auth0/auth0-python/pull/808) ([kishore7snehil](https://github.com/kishore7snehil))
8+
9+
**Added**
10+
- feat: Add default domain endpoints, connection key provisioning, tenant SCIM listing; remove MiiCard/Renren providers [\#801](https://github.com/auth0/auth0-python/pull/801) ([fern-api[bot]](https://github.com/apps/fern-api))
11+
- feat: Add client_info support for custom telemetry in Authentication and Management clients [\#802](https://github.com/auth0/auth0-python/pull/802) ([kishore7snehil](https://github.com/kishore7snehil))
12+
- feat: Add SDK logging infrastructure with configurable log levels and header redaction [\#785](https://github.com/auth0/auth0-python/pull/785) ([fern-api[bot]](https://github.com/apps/fern-api))
13+
14+
**Fixed**
15+
- fix: Pagination page advancement incorrectly skipping pages [\#785](https://github.com/auth0/auth0-python/pull/785) ([fern-api[bot]](https://github.com/apps/fern-api))
16+
17+
**Changed**
18+
- chore: Update ruff, aiohttp, cryptography, urllib3, codecov-action; replace Snyk with SCA scan [\#808](https://github.com/auth0/auth0-python/pull/808) ([kishore7snehil](https://github.com/kishore7snehil))
19+
320
## [5.1.0](https://github.com/auth0/auth0-python/tree/5.1.0) (2026-02-11)
421
[Full Changelog](https://github.com/auth0/auth0-python/compare/5.0.0...5.1.0)
522

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.1.0"
6+
version = "5.2.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)