Bump Auth0.ManagementApi and Auth0Net.DependencyInjection#218
Merged
Conversation
Bumps Auth0.ManagementApi from 7.46.0 to 8.0.0 Bumps Auth0Net.DependencyInjection from 5.2.1 to 6.0.0 --- updated-dependencies: - dependency-name: Auth0.ManagementApi dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Auth0Net.DependencyInjection dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
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.
Updated Auth0Net.DependencyInjection from 5.2.1 to 6.0.0.
Release notes
Sourced from Auth0Net.DependencyInjection's releases.
6.0.0
This release contains significant breaking changes due to Auth0.NET being fully rewritten. Stick with v5 unless you're ready to update to Auth0.NET v8.
Breaking Changes
Support Auth0.NET v8, see the upstream migration guide. Ignore the
Client Initializationsection as we still handle that for you :).Due to changes in Auth0.NET, the domain you pass into
AddAuth0AuthenticationClientshould be a plain domain withouthttps://prefixed. If you currently callToHttpsUrl()on this domain, it should be removed.Removed
.AddManagementAccessToken(). This is no longer required as.AddAuth0ManagementClient()will automatically wire up token management. Configuration has been moved toAddAuth0ManagementClient(x => ...).Removed
.AddAuth0RateLimitResilience(), the new Auth0.NET version implements backoffs correctly so this no longer required.Renamed
.AddAuth0AuthenticationClientCore()to an overload of.AddAuth0AuthenticationClient().Removed Management token specific overload from
IAuth0TokenCacheNew Features
Added support for Organization-scoped Machine-to-Machine tokens. See the README for more information.
Added the ability to use your own
FusionCacheinstance via an option on.AddAuth0AuthenticationClient. This is might be handy if you want to cache tokens in a distributed manner.Full Changelog: Hawxy/Auth0Net.DependencyInjection@v5.2.1...v6.0.0
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 this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)