Skip to content

Bump the auth0 group with 1 update#241

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/src/auth0-e850f82a96
Closed

Bump the auth0 group with 1 update#241
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/src/auth0-e850f82a96

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 15, 2026

Copy link
Copy Markdown
Contributor

Updated Auth0.ManagementApi from 8.6.0 to 9.0.0.

Release notes

Sourced from Auth0.ManagementApi's releases.

9.0.0

This is a major release. Please review the v8 → v9 Migration Guide before upgrading. The breaking changes below require source-level updates for affected consumers.

⚠️ BREAKING CHANGES

Removed API surface — #​1053 (fern-api[bot])

  • Federated Connections Tokensets removed: The entire client.Users.FederatedConnectionsTokensets sub-client (ListAsync, DeleteAsync), the FederatedConnectionsTokensetsClient / IFederatedConnectionsTokensetsClient types, and the FederatedConnectionTokenSet response model have been removed. The backing endpoints were deleted upstream.
  • FederatedConnectionsAccessTokens connection option removed: The property and its backing ConnectionFederatedConnectionsAccessTokens model have been removed from ConnectionOptionsAzureAd, ConnectionOptionsCommonOidc, ConnectionOptionsGoogleApps, ConnectionOptionsOidc, ConnectionOptionsOkta, ConnectionPropertiesOptions, and UpdateConnectionOptions.
  • OAuth scopes removed: OauthScope.ReadFederatedConnectionsTokens (read:federated_connections_tokens) and OauthScope.DeleteFederatedConnectionsTokens (delete:federated_connections_tokens).
  • Enum value removed: ClientSessionTransferDelegationDeviceBindingEnum.Asn ("asn"); only Ip remains.

Return-type & model changes — #​1043 (fern-api[bot])

  • DeleteAsync return type changed across the API from Task to WithRawResponseTask. await-ing the call still works; explicit Task-typed assignments must be updated.
  • Events.SubscribeAsync return type changed from IAsyncEnumerable<EventStreamSubscribeEventsResponseContent> to WithRawResponseStream<...> (adds streaming + transparent reconnection support). Direct await foreach still works; code that stored the result in an IAsyncEnumerable<...> variable must be updated.
  • ConnectionAttributeIdentifier removed and split into EmailAttributeIdentifier, PhoneAttributeIdentifier, and UsernameAttributeIdentifier. Callers constructing ConnectionAttributeIdentifier must switch to the type-specific class.
  • Retry-count semantics changed: the retry loop now performs up to MaxRetries + 1 total sends for retryable requests (previously initial send + MaxRetries). Review any code that depends on exact attempt counts.

Added

  • Organization Role Members: Added client.Organizations.Roles.Members.ListAsync(...) to list organization members assigned a specific role, backed by new RolesClient, MembersClient, RoleMember, and ListOrganizationRoleMembersRequestParameters types #​1043 (fern-api[bot])
  • Resumable SSE streaming: Added WithRawResponseStream<T> (dual-mode wrapper supporting await foreach over parsed values or .WithRawResponse() for response metadata) and SseReconnectHelper for transparent mid-stream reconnection via the Last-Event-ID header. RequestOptions / IRequestOptions gain MaxStreamReconnectAttempts and DisableStreamReconnection (apply only to resumable SSE streams) #​1043 (fern-api[bot])
  • Raw response on exceptions: ManagementApiException.RawResponse exposes the status code, URL, and headers of a failed request; all typed error subclasses (TooManyRequestsError, NotFoundError, etc.) now forward rawResponse and expose typed error bodies (TooManyRequestsErrorBody, NotFoundErrorBody) #​1043 (fern-api[bot])
  • Typed error and rate-limit details on exceptions: ManagementApiException gains ApiError, Description, ErrorCode, and RateLimit properties (parsed lazily and cached). New public types ApiError, RateLimit, QuotaLimit, ClientQuotaLimit, and OrganizationQuotaLimit surface structured error bodies and the x-ratelimit-*, retry-after, Auth0-Client-Quota-Limit, and Auth0-Organization-Quota-Limit headers without manual parsing. Because RateLimit lives on the base exception, any error type (not just 429s) can surface rate-limit/quota data when present. Parsing is defensive — malformed headers/bodies yield null rather than throwing #​1049 (kailash-b)
  • NetworkAclMatch.Auth0Managed: new optional auth0_managed property (IEnumerable<string>?) #​1053 (fern-api[bot])

Changed

  • Retry engine reworked (Core/RawClient.cs): each retry attempt now sends a fresh request clone (fixes HttpClient disposing request.Content under HTTP/2), MaxRetries is floored at 0, and CloneRequestAsync honors the CancellationToken on NET5_0_OR_GREATER #​1043 (fern-api[bot])
  • Widespread SDK regeneration by Fern (fernapi/fern-csharp-sdk 2.72.1) across resource clients (Actions, Branding, Clients, Connections, CustomDomains, EventStreams, Flows, Forms, Organizations, and others), reference.md, and Page/Pager helpers, with customer customizations preserved #​1043 (fern-api[bot])
  • Added a v8 → v9 migration guidance doc describing what changed, what breaks, and how to migrate #​1050 (kailash-b)

Security

  • Bumped System.IdentityModel.Tokens.Jwt and Microsoft.IdentityModel.Protocols.OpenIdConnect from 8.18.0 to 8.19.1, PolySharp from 1.15.0 to 1.16.0, and several GitHub Actions (actions/cache 5→6, actions/checkout 5→7, codecov/codecov-action 6.0.0→7.0.0, snyk/actions/dotnet 0.4.0→1.0.0) #​1044 (kailash-b)
  • Suppressed Snyk false positives via .snyk policy #​1045 (kailash-b)

Note: With the release of v9, the v8 line of Auth0.ManagementApi is now in maintenance mode and will receive bug fixes and security patches only. New features and API additions will land in v9 and later.

Commits viewable in compare view.

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

Bumps Auth0.ManagementApi from 8.6.0 to 9.0.0

---
updated-dependencies:
- dependency-name: Auth0.ManagementApi
  dependency-version: 9.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: auth0
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Jul 15, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 16, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #242.

@dependabot dependabot Bot closed this Jul 16, 2026
@dependabot
dependabot Bot deleted the dependabot/nuget/src/auth0-e850f82a96 branch July 16, 2026 18:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .net code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant