Release v7.1.0 - #1405
Merged
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1405 +/- ##
========================================
Coverage 89.68% 89.68%
========================================
Files 439 439
Lines 21080 21080
Branches 10327 9990 -337
========================================
Hits 18905 18905
Misses 2175 2175
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
rmad17
approved these changes
Sep 11, 2026
developerkunal
enabled auto-merge (squash)
September 11, 2026 14:35
ankita10119
disabled auto-merge
September 11, 2026 15:47
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.
Removed the top-level
client.organizationTemplatesresource (list(),create(),get(),update(),listOrganizations()), a Limited EA feature that was exposed before it was ready; removed associatedOauthScopevaluesCreateOrganizationTemplatesandUpdateOrganizationTemplates; removed typesListOrganizationTemplatesPaginatedResponseContent,OrganizationTemplateAssignedOrganization,ListTemplateOrganizationsPaginatedResponseContent,OrganizationTemplatesClient#1404 (fern-api[bot])Renamed and removed beta
-mcpvalues onConnectionStrategyEnumandConnectionIdentityProviderEnum: dropped the-mcpsuffix onasana,atlassian,gitlab, andslack; removeddocusign,figma,gusto,heroku,intercom,pagerduty,supabase,vercel, andxero;notion,cloudflare,hubspot,linear, andsentrystill use the-mcpsuffix #1404 (fern-api[bot])Added
feat: add
guardian.get()/guardian.set()for Guardian settings (GET/PUT /api/v2/guardian/settings), along with theGetGuardianSettingsResponseContent,SetGuardianSettingsResponseContent, andSetGuardianSettingsRequestContenttypes; properties:display_remember_me_checkbox,remember_me_default_value,mfa_session_inactivity_timeout,mfa_session_overall_timeout#1404 (fern-api[bot])feat: add
guardian.factors.email.get()/guardian.factors.email.set()for email MFA factor settings (GET/PUT /api/v2/guardian/factors/email/settings), along with theGetEmailFactorSettingsResponseContent,SetEmailFactorSettingsResponseContent, andSetEmailFactorSettingsRequestContenttypes; properties:otp_length,otp_expiration_time#1404 (fern-api[bot])feat: add
guardian.factors.phone.get()/guardian.factors.phone.set()for phone MFA factor settings (GET/PUT /api/v2/guardian/factors/phone/settings), along with theGetPhoneFactorSettingsResponseContent,SetPhoneFactorSettingsResponseContent, andSetPhoneFactorSettingsRequestContenttypes; properties:otp_length,otp_expiration_time#1404 (fern-api[bot])feat: add
client.experimentation.experiments.advanceRamp(id, request)for the Experimentation API (POST /api/v2/experimentation/experiments/{id}/advance-ramp), along with theAdvanceRampResponseContentandAdvanceRampRequestContenttypes; addUpdateExperimentation: "update:experimentation"toOauthScope#1404 (fern-api[bot])feat: add
organizations.search(request)for the cursor-paginated search endpoint (GET /api/v2/organizations/search) with SCIM/Lucene filter syntax, along with theSearchOrganizationsRequestParameters,SearchOrganization,SearchOrganizationsPaginatedResponseContent,OrganizationSortFieldEnum, andSearchParserEnumtypes #1404 (fern-api[bot])feat: add
resourceServers.search(request)for the cursor-paginated search endpoint (GET /api/v2/resource-servers/search) with SCIM/Lucene filter syntax, along with theSearchResourceServersRequestParameters,ResourceServerSearchResponse,SearchResourceServersResponseContent, andResourceServerSortFieldEnumtypes #1404 (fern-api[bot])feat: add the
AnonymousSessionstype (withCreateAnonymousSessionsandUpdateAnonymousSessions) toClient,CreateClientRequestContent,UpdateClientRequestContent, and all client response types viaanonymous_sessions.active#1404 (fern-api[bot])feat: add
TenantSettingsSessionsAnonymousto tenant settings (sessions.anonymous.lifetime_in_minutes,sessions.anonymous.activate_cookie) #1404 (fern-api[bot])feat: add
subject_type_authorization.anonymous_user.policy(deny_all|require_client_grant) andtoken_lifetime_for_anonymous_access_tokensto resource server types, along withResourceServerSubjectTypeAuthorizationAnonymousUserandResourceServerSubjectTypeAuthorizationAnonymousUserPolicyEnum#1404 (fern-api[bot])feat: add
GatewayTimeoutErrortype and map HTTP504responses to it; surfaced inorganizations.search()andresourceServers.search()#1404 (fern-api[bot])