release mgmt-8.0.0-beta.0#914
Merged
Merged
Conversation
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-beta.0 (2026-02-04)
Full Changelog
This is a major version update that represents a complete modernization of the Management API SDK architecture and developer experience.
What's New:
ManagementClientwrapper that handles token acquisition and refresh automatically using client credentials, eliminating the need for manual token management.*RequestContent,*ResponseContent,*RequestParameters).client.Users.Permissions,client.Users.Roles,client.Organizations.Members) for better discoverability and cleaner code.ManagementApiExceptionwith specific exception types for different HTTP status codes (NotFoundError,BadRequestError,TooManyRequestsError, etc.)..WithRawResponse()for accessing status codes, headers, and other HTTP metadataOptional<T>type for distinguishing between undefined and explicitly null values in PATCH operationsBreaking Changes:
This is a major version with 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 and fully compatible.Migration Guide:
Please refer to the comprehensive migration guide at V8_MIGRATION_GUIDE.md which includes side-by-side examples and detailed mappings from v7 to v8.
Changed