🚀 Auth0.ManagementApi v8 is now GA! 🚀 #970
kailash-b
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
✨ What's Included
v8is a major release that includes a completely redesigned, OpenAPI-generated SDK:ManagementClientwrapper handles token acquisition and refresh automatically — no more manual token management..WithRawResponse()method.🔄 What Changed Since Beta
Since the beta announcement, we've made the following improvements based on feedback and continued development:
DelegateTokenProvider, giving you full control over how tokens are acquired alongside the built-inClientCredentialsTokenProvider.ManagementClientInternals:ManagementClientnow inherits from the generatedManagementApiClient, removing redundant initialization and reducing wrapper complexity.Auth0-Clientheader via aClientOptions.Internalpartial class, ensuring proper SDK telemetry is sent with every request.📦 Installation
Install or upgrade via NuGet:
Or update your
.csproj:Supported Platforms
💥 Breaking Changes
This release contains breaking changes to client initialization, request/response types, method signatures, and exception handling. All existing v7 Management API code will require updates to work with v8.
The Authentication API (
Auth0.AuthenticationApi) remains unchanged — your existing authentication code will continue to work as-is.📖 Migration Guide
We have a comprehensive migration guide with side-by-side examples and detailed mappings from v7 to v8:
👉 V8_MIGRATION_GUIDE.md
With v8 now GA, v7 will continue to receive security fixes only for a limited time. We strongly encourage all users to migrate to v8 at your earliest convenience. No new features will be added to v7.
🙏 Thank You
Thank you to everyone who tested the beta releases and provided feedback — your input was invaluable in shaping this release.
As always, we welcome your feedback. Please feel free to open an issue if you have any questions or suggestions.
Beta Was this translation helpful? Give feedback.
All reactions