Bump the auth0 group with 1 update#217
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Conversation
Bumps Auth0.ManagementApi from 7.46.0 to 8.0.0 --- updated-dependencies: - dependency-name: Auth0.ManagementApi dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: auth0 ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
|
Superseded by #218. |
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.
Updated Auth0.ManagementApi from 7.46.0 to 8.0.0.
Release notes
Sourced from Auth0.ManagementApi's releases.
8.0.0
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
8.0.0-beta.1
8.0.0-beta.1 (2026-03-02)
Full Changelog
Added
Changed
Fixed
8.0.0-beta.0
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
Commits viewable in compare view.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions