Release mgmt-8.4.0#1023
Merged
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 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
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
Added
Organizations.Groupssub-client withListAsync()to list groups in an organization, plusOrganizations.Groups.Roles.ListAsync(),Organizations.Groups.Roles.CreateAsync(), andOrganizations.Groups.Roles.DeleteAsync()for managing roles assigned to organization groups #1022 (fern-api[bot])Organizations.Members.EffectiveRoles.ListAsync()to list effective roles for an organization member, andSources.Groups.ListAsync()to list group sources for a member's effective role #1022 (fern-api[bot])Users.EffectivePermissions.ListAsync()to list effective permissions for a user, andSources.Roles.ListAsync()to list role sources for a user's effective permission #1022 (fern-api[bot])Users.EffectiveRoles.ListAsync()to list effective roles for a user, andSources.Groups.ListAsync()to list group sources for a user's effective role #1022 (fern-api[bot])Roles.Groupssub-client withListAsync(),AssignAsync(), andRemoveAsync()for managing groups associated with a role #1022 (fern-api[bot])TenantSettingsCountryCodes/TenantSettingsCountryCodesResponseandTenantSettingsCountryCodesMode/TenantSettingsCountryCodesModeResponsetypes for phone country code configuration, withCountryCodesproperty onUpdateTenantSettingsRequestContent,GetTenantSettingsResponseContent, andUpdateTenantSettingsResponseContent#1022 (fern-api[bot])RateLimitPoliciesclient with full CRUD support —CreateAsync,GetAsync,ListAsync,UpdateAsync, andDeleteAsync#1017 (fern-api[bot])Groups.Rolessub-client withCreateAsync(),DeleteAsync(), andListAsync()for managing roles assigned to groups #1017 (fern-api[bot])FedCmLoginandFedCmLoginGoogletypes to configure Federated Credential Management login settings for New Universal Login, withFedcmLoginproperty onCreateClientRequestContentandUpdateClientRequestContent#1016 (fern-api[bot])ES384andES512values toConnectionDpopSigningAlgEnum#1016 (fern-api[bot])Fixed
BooleanStringConverterto handle boolean fields that the Auth0 server may return as JSON strings (e.g.,"true"/"false") instead of native JSON booleans, registered globally inJsonConfiguration#1015 (kailash-b)Changed
WireMock.Nettest dependency to2.7.0#1016 (fern-api[bot])