5.2.0
Breaking Changes📦 auth0View on GitHub →
⚠ 1 breaking✨ 4 features🐛 1 fixes
Summary
This release drops support for Python 3.8, introduces new features like enhanced telemetry and logging infrastructure, and fixes a pagination bug.
⚠️ Breaking Changes
- Python 3.8 support has been dropped. This release requires Python >=3.9.2. Users on Python 3.8 must remain on v5.1.0 until they upgrade their Python version.
Migration Steps
- Ensure your Python environment is running version 3.9.2 or newer.
✨ New Features
- Added default domain endpoints, connection key provisioning, and tenant SCIM listing.
- Removed MiiCard/Renren providers.
- Added client_info support for custom telemetry in Authentication and Management clients.
- Added SDK logging infrastructure with configurable log levels and header redaction.
🐛 Bug Fixes
- Fixed an issue where pagination page advancement was incorrectly skipping pages.