Skip to content

5.0.0b0

Pre-release
Pre-release

Choose a tag to compare

@kishore7snehil kishore7snehil released this 18 Dec 14:27
· 3 commits to v5 since this release
1b96948

⚠️ 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 AsyncAuth0 and AsyncManagementClient
  • 📄 Automatic Pagination: Built-in pagination support with include_totals=True by default

🔀 Compare Changes: Full Changelog