Release mgmt-8.5.0#1032
Merged
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1032 +/- ##
=======================================
Coverage 31.96% 31.96%
=======================================
Files 2789 2789
Lines 110900 110900
Branches 6500 6500
=======================================
Hits 35448 35448
Misses 73588 73588
Partials 1864 1864
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
65c2d8a to
d2751ac
Compare
d2751ac to
5e9d49f
Compare
tanya732
approved these changes
Jun 10, 2026
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
SecurityHeaders(TenantSettingsNullableSecurityHeaders) property toUpdateTenantSettingsRequestContent,GetTenantSettingsResponseContent, andUpdateTenantSettingsResponseContentfor configuring Content Security Policy and XSS protection at the tenant level #1030 (fern-api[bot])ContentSecurityPolicyConfig,CspPolicy,CspPolicyMode(enforcing/reporting),CspFlag(upgrade-insecure-requests/block-all-mixed-content),CspPolicyReporting,CspReportingInfrastructure,CspReportTo, andCspReportToEndpointtypes to model CSP directives, flags, and reporting endpoints #1030 (fern-api[bot])XssProtectionConfigandXssProtectionMode(block) types to configure theX-XSS-Protectionresponse header #1030 (fern-api[bot])SessionLifetimeInMinutes,IdleSessionLifetimeInMinutes,EphemeralSessionLifetimeInMinutes, andIdleEphemeralSessionLifetimeInMinutesonUpdateTenantSettingsRequestContent(each mutually exclusive with its hours-based counterpart) #1030 (fern-api[bot])IncludeSessionMetadataInTenantLogs(bool?) on tenant settings request/response types to include session metadata insloand OIDC back-channel logout tenant logs #1030 (fern-api[bot])IdTokenSessionExpirySupported(bool?) property toConnectionOptionsCommonOidc,ConnectionOptionsOidc,ConnectionOptionsOkta,ConnectionPropertiesOptions, andUpdateConnectionOptions#1030 (fern-api[bot])InvitationLandingClientIdproperty toClientMyOrganizationPostConfiguration,ClientMyOrganizationPatchConfiguration, andClientMyOrganizationResponseConfiguration#1030 (fern-api[bot])Experimentvalue toAculContextEnum, andConfirmationvalue toPromptGroupNameEnumandScreenGroupNameEnum#1030 (fern-api[bot])Removed
Identifiersproperty (and theBrandingIdentifiers/UpdateBrandingIdentifierstypes) fromUpdateBrandingRequestContent,GetBrandingResponseContent, andUpdateBrandingResponseContent. Breaking change #1030 (fern-api[bot])BrandingPhoneMaskingEnum,UpdateBrandingPhoneMaskingEnum, andUpdateBrandingPhoneFormattingEnumtypes. Breaking change #1030 (fern-api[bot])Changed
Idproperty onPhoneTemplate,GetPhoneTemplateResponseContent,CreatePhoneTemplateResponseContent,UpdatePhoneTemplateResponseContent, andResetPhoneTemplateResponseContentis now optional/nullable (string?) instead ofrequired. Breaking change #1030 (fern-api[bot])RevokeRefreshTokensRequestContent.ClientIdsemantics — it must be paired withUserIdand can be narrowed further withAudience, rather than revoking all of a client's tokens #1030 (fern-api[bot])