Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #968 +/- ##
=======================================
Coverage 34.67% 34.67%
=======================================
Files 2341 2341
Lines 92795 92795
Branches 5383 5383
=======================================
Hits 32178 32178
Misses 58923 58923
Partials 1694 1694
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:
|
tanya732
approved these changes
Apr 2, 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.
8.0.0 (2026-04-02)
Full Changelog
v8 is a major release of
Auth0.ManagementApifeaturing a completely redesigned, OpenAPI-generated SDK. The Authentication API (Auth0.AuthenticationApi) remains unchanged.For a comprehensive migration guide with side-by-side examples, see V8_MIGRATION_GUIDE.md.
Added
ManagementClientwrapper with built-inClientCredentialsTokenProviderfor token acquisition and refresh #964 (kailash-b)ITokenProviderinterface, includingDelegateTokenProviderfor async token retrieval #926 (kailash-b)*RequestContent,*ResponseContent,*RequestParameters) for all API operations #964 (kailash-b)client.Users.Roles.ListAsync(),client.Users.Permissions.ListAsync()) #964 (kailash-b)BadRequestError,NotFoundError,TooManyRequestsError, etc.) #964 (kailash-b).WithRawResponse()method for status codes, headers, and URL metadata #964 (kailash-b)Optional<T>type to distinguish between undefined and explicitly null values in PATCH operations #964 (kailash-b)Pager<T>withIAsyncEnumerable<T>for automatic multi-page iteration #964 (kailash-b)IManagementApiClient,IUsersClient, etc.) for all clients to simplify dependency injection and testing #964 (kailash-b)RequestOptions(timeout, retries, custom headers) #964 (kailash-b)Auth0-Clienttelemetry header viaClientOptions.Internalpartial class #964 (kailash-b)Changed
Auth0.ManagementApi#964 (kailash-b)ManagementClientnow inherits from the generatedManagementApiClient, simplifying internals #964 (kailash-b)ManagementClientwithManagementClientOptionsorManagementApiClientwith a pre-obtained token #964 (kailash-b)*CreateRequest/*UpdateRequestto*RequestContentnaming convention #964 (kailash-b)User) to*ResponseContentnaming convention #964 (kailash-b)IPagedList<T>withPaginationInfotoPager<T>with built-in parameters #964 (kailash-b)ErrorApiException/RateLimitApiExceptionto typed exceptions (NotFoundError,TooManyRequestsError, etc.) #964 (kailash-b)Auth0.ManagementApi.ModelstoAuth0.ManagementApiandAuth0.ManagementApi.Core#964 (kailash-b)Breaking Changes
This release contains breaking changes to client initialization, request/response types, method signatures, serialization, and exception handling. All existing v7 Management API code will require updates to work with v8. See the V8 Migration Guide for detailed upgrade instructions.
Supported Platforms