Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #964 +/- ##
===========================================
- Coverage 80.21% 34.68% -45.54%
===========================================
Files 464 2341 +1877
Lines 6045 92795 +86750
Branches 293 5383 +5090
===========================================
+ Hits 4849 32182 +27333
- Misses 1104 58920 +57816
- Partials 92 1693 +1601
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Merged
This was referenced Apr 2, 2026
This was referenced Apr 12, 2026
This was referenced Apr 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR includes all the changes related to the new
v8version.✨ What's Included
v8 is 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.