Releases: auth0/auth0-python
Releases · auth0/auth0-python
5.0.0b0
This is a beta release of the upcoming major version. It introduces breaking changes, particularly in the Management API client. Please refer to the v5 Migration Guide for detailed upgrade instructions.
✍️ What's New
- ✨ OpenAPI-Generated: Complete rewrite generated from Auth0's OpenAPI specifications using Fern
- 📦 Better Organization: Hierarchical package structure with logical sub-clients for improved discoverability
- 🔒 Type Safety: Strongly typed request/response objects using Pydantic replace generic dictionaries
- ✨ Enhanced Developer Experience: Better IntelliSense, code completion, and documentation
- 🚀 Future-Proof: Easier maintenance and updates as Auth0's API evolves
- ⚡ Async Support: First-class async client with
AsyncAuth0andAsyncManagementClient - 📄 Automatic Pagination: Built-in pagination support with
include_totals=Trueby default
🔀 Compare Changes: Full Changelog
4.13.0
4.12.0
Added
- Updates for CIBA with email #720 (adamjmcgrath)
4.11.0
Added
- feat: Support For Network ACL Endpoints #706 (kishore7snehil)
Fixed
- chore: fix workflow syntax errors and update dependencies #724 (kishore7snehil)
4.10.0
Added
- chore: merge community PRs – bugfixes, features, and dependency upgrades #696 (kishore7snehil)
-
Features
-
Fixes
-
Fixed
- fix: handle
authorization_detailsin back_channel_login #695 (kishore7snehil)
4.9.0
Added
- feat: Federated Connections Support #682 (kishore7snehil)
- Adding Support For CIBA with RAR #679 (kishore7snehil)
4.8.1
Fixed
- Fix: Unauthorized Access Error For PAR #671 (kishore7snehil)
4.8.0
Added
- Adding Support For RAR and JAR Requests #659 (kishore7snehil)
- Adding Support For Back Channel Login #643 (kishore7snehil)
Fixed
-
Consolidated Community PRs and Dependency Upgrades #660 (kishore7snehil)
-
Updating Dependancies And Workflow Action Versions #653 (kishore7snehil)
-
Fixing the Github Workflow Issues #644 (kishore7snehil)
4.7.2
Security
- Update cryptography requirements.txt #630 (duedares-rvj)