⚠️ BREAKING CHANGES - Major Rewrite
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