Skip to content

Release mgmt-8.4.0#1023

Merged
kailash-b merged 1 commit into
masterfrom
release/mgmt-8.4.0
May 28, 2026
Merged

Release mgmt-8.4.0#1023
kailash-b merged 1 commit into
masterfrom
release/mgmt-8.4.0

Conversation

@kailash-b
Copy link
Copy Markdown
Contributor

@kailash-b kailash-b commented May 28, 2026

Added

  • Organizations Groups: Added Organizations.Groups sub-client with ListAsync() to list groups in an organization, plus Organizations.Groups.Roles.ListAsync(), Organizations.Groups.Roles.CreateAsync(), and Organizations.Groups.Roles.DeleteAsync() for managing roles assigned to organization groups #1022 (fern-api[bot])
  • Organization Member Effective Roles: Added Organizations.Members.EffectiveRoles.ListAsync() to list effective roles for an organization member, and Sources.Groups.ListAsync() to list group sources for a member's effective role #1022 (fern-api[bot])
  • User Effective Permissions: Added Users.EffectivePermissions.ListAsync() to list effective permissions for a user, and Sources.Roles.ListAsync() to list role sources for a user's effective permission #1022 (fern-api[bot])
  • User Effective Roles: Added Users.EffectiveRoles.ListAsync() to list effective roles for a user, and Sources.Groups.ListAsync() to list group sources for a user's effective role #1022 (fern-api[bot])
  • Roles Groups: Added Roles.Groups sub-client with ListAsync(), AssignAsync(), and RemoveAsync() for managing groups associated with a role #1022 (fern-api[bot])
  • Tenant Settings: Added TenantSettingsCountryCodes / TenantSettingsCountryCodesResponse and TenantSettingsCountryCodesMode / TenantSettingsCountryCodesModeResponse types for phone country code configuration, with CountryCodes property on UpdateTenantSettingsRequestContent, GetTenantSettingsResponseContent, and UpdateTenantSettingsResponseContent #1022 (fern-api[bot])
  • Rate Limit Policies: Added RateLimitPolicies client with full CRUD support — CreateAsync, GetAsync, ListAsync, UpdateAsync, and DeleteAsync #1017 (fern-api[bot])
  • Group Roles: Added Groups.Roles sub-client with CreateAsync(), DeleteAsync(), and ListAsync() for managing roles assigned to groups #1017 (fern-api[bot])
  • FedCM Login: Added FedCmLogin and FedCmLoginGoogle types to configure Federated Credential Management login settings for New Universal Login, with FedcmLogin property on CreateClientRequestContent and UpdateClientRequestContent #1016 (fern-api[bot])
  • DPoP Signing Algorithms: Added ES384 and ES512 values to ConnectionDpopSigningAlgEnum #1016 (fern-api[bot])

Fixed

  • Deserialization: Added BooleanStringConverter to handle boolean fields that the Auth0 server may return as JSON strings (e.g., "true"/"false") instead of native JSON booleans, registered globally in JsonConfiguration #1015 (kailash-b)

Changed

@kailash-b kailash-b requested a review from a team as a code owner May 28, 2026 08:26
@codecov
Copy link
Copy Markdown

codecov Bot commented May 28, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 31.94%. Comparing base (32d03a0) to head (a0d1efe).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1023   +/-   ##
=======================================
  Coverage   31.94%   31.94%           
=======================================
  Files        2788     2788           
  Lines      110955   110955           
  Branches     6506     6506           
=======================================
+ Hits        35445    35449    +4     
+ Misses      73643    73640    -3     
+ Partials     1867     1866    -1     
Flag Coverage Δ
authIntTests 2.96% <ø> (ø)
mgmtIntTests 30.71% <ø> (+<0.01%) ⬆️
unittests 0.30% <ø> (ø)

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.

@kailash-b kailash-b enabled auto-merge May 28, 2026 09:03
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 524191f into master May 28, 2026
10 checks passed
@kailash-b kailash-b deleted the release/mgmt-8.4.0 branch May 28, 2026 09:15
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