Skip to content

Release mgmt-8.2.0#997

Merged
kailash-b merged 1 commit into
masterfrom
release/mgmt-8.2.0
Apr 30, 2026
Merged

Release mgmt-8.2.0#997
kailash-b merged 1 commit into
masterfrom
release/mgmt-8.2.0

Conversation

@kailash-b
Copy link
Copy Markdown
Contributor

Added

  • SSE Events streaming: Added IEventsClient with SubscribeAsync returning IAsyncEnumerable<EventStreamSubscribeEventsResponseContent> for real-time event consumption with cursor-based resumption and typed CloudEvent variants (user, client, connection, organization, etc.) #995 (fern-api[bot])
  • New GoneError exception (HTTP 410) for expired stream cursors in SSE event streams #995 (fern-api[bot])
  • Refresh token bulk revocation: Added RefreshTokensClient.RevokeAsync to bulk-revoke tokens by Ids, UserId, or ClientId #995 (fern-api[bot])
  • Branding identifiers: Added BrandingIdentifiers type with LoginDisplay, OtpAutocomplete, and PhoneDisplay configuration options #995 (fern-api[bot])
  • SAML assertion decryption: Added ConnectionAssertionDecryptionSettings for configuring SAML assertion decryption on connections #995 (fern-api[bot])
  • Custom domain header forwarding: Added ManagementClientOptions.CustomDomain to inject Auth0-Custom-Header on allow-listed Management API endpoints via a new CustomDomainInterceptor #984 (kailash-b)
  • Directory Provisioning: Added ListSynchronizedGroupsAsync and SetAsync to DirectoryProvisioningClient for managing synchronized groups on a connection #984 (kailash-b)
  • New query filters: Strategy on Connections.ListAsync, Hydrate on Flows/Forms/FlowExecutions endpoints, Search on Groups.ListAsync, Identifiers on ResourceServers.ListAsync, and GrantIds on Organizations.ClientGrants.ListAsync #987 (kailash-b)
  • Email providers: Added Resend as a supported value in EmailProviderNameEnum #987 (kailash-b)
  • UpdateUserAuthenticationMethodResponseContent: Added Confirmed (bool?) property to indicate whether an authentication method has been confirmed #987 (kailash-b)
  • Client configuration: Added ThirdPartySecurityMode, RedirectionPolicy, and MyOrganizationConfiguration properties on Client request/response types #984 (kailash-b)
  • Client Grants: Added DefaultFor property and a matching DefaultFor filter on ClientGrants.ListAsync #984 (kailash-b)
  • Tenant Settings: Added DynamicClientRegistrationSecurityMode and ClientIdMetadataDocumentSupported on tenant settings request/response types #984 (kailash-b)
  • DPoP support on connections: Added DpopSigningAlg property to ConnectionOptionsOidc, ConnectionOptionsOkta, and ConnectionPropertiesOptions #984 (kailash-b)
  • Pagination metadata: Page<TItem> now exposes Response, StatusCode, and Headers from the underlying HTTP response, populated via WithRawResponse() in pager requests #976 (fern-api[bot])

Fixed

  • RefreshTokens.GetAsync now correctly handles BadRequestError (HTTP 400) responses; previously only 401, 403, and 404 were handled #987 (kailash-b)
  • Fixed pagination page-size handling to correctly defer page size when not specified #987 (kailash-b)
  • Path parameters and query strings now use context-aware encoding (path-segment-safe vs. query key/value character sets) to prevent malformed URL construction #976 (fern-api[bot])

Changed

  • Self-Service Profiles: renamed "SSO Flow" concepts to "Enterprise Configuration" across request/response types #995 (fern-api[bot])
  • Upgraded WireMock.Net test dependency to 2.4.0 #992 (kailash-b)

@kailash-b kailash-b requested a review from a team as a code owner April 30, 2026 06:04
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 30, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 31.37%. Comparing base (af1d84f) to head (d64604a).
⚠️ Report is 2 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #997      +/-   ##
==========================================
- Coverage   31.37%   31.37%   -0.01%     
==========================================
  Files        2699     2699              
  Lines      107429   107429              
  Branches     6312     6312              
==========================================
- Hits        33708    33704       -4     
- Misses      71955    71958       +3     
- Partials     1766     1767       +1     
Flag Coverage Δ
authIntTests 2.97% <ø> (ø)
mgmtIntTests 30.10% <ø> (-0.01%) ⬇️
unittests 0.31% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Copy Markdown

@developerkunal developerkunal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@kailash-b kailash-b merged commit 61e7d97 into master Apr 30, 2026
10 checks passed
@kailash-b kailash-b deleted the release/mgmt-8.2.0 branch April 30, 2026 06:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants