Skip to content

Release v7.1.0 - #1405

Merged
ankita10119 merged 3 commits into
masterfrom
release/v7.1.0
Sep 11, 2026
Merged

Release v7.1.0#1405
ankita10119 merged 3 commits into
masterfrom
release/v7.1.0

Conversation

@ankita10119

@ankita10119 ankita10119 commented Sep 11, 2026

Copy link
Copy Markdown
Contributor

⚠️ Breaking Changes

  • Removed the top-level client.organizationTemplates resource (list(), create(), get(), update(), listOrganizations()), a Limited EA feature that was exposed before it was ready; removed associated OauthScope values CreateOrganizationTemplates and UpdateOrganizationTemplates; removed types ListOrganizationTemplatesPaginatedResponseContent, OrganizationTemplateAssignedOrganization, ListTemplateOrganizationsPaginatedResponseContent, OrganizationTemplatesClient #1404 (fern-api[bot])

  • Renamed and removed beta -mcp values on ConnectionStrategyEnum and ConnectionIdentityProviderEnum: dropped the -mcp suffix on asana, atlassian, gitlab, and slack; removed docusign, figma, gusto, heroku, intercom, pagerduty, supabase, vercel, and xero; notion, cloudflare, hubspot, linear, and sentry still use the -mcp suffix #1404 (fern-api[bot])

Added

  • feat: add guardian.get() / guardian.set() for Guardian settings (GET/PUT /api/v2/guardian/settings), along with the GetGuardianSettingsResponseContent, SetGuardianSettingsResponseContent, and SetGuardianSettingsRequestContent types; 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 the GetEmailFactorSettingsResponseContent, SetEmailFactorSettingsResponseContent, and SetEmailFactorSettingsRequestContent types; 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 the GetPhoneFactorSettingsResponseContent, SetPhoneFactorSettingsResponseContent, and SetPhoneFactorSettingsRequestContent types; 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 the AdvanceRampResponseContent and AdvanceRampRequestContent types; add UpdateExperimentation: "update:experimentation" to OauthScope #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 the SearchOrganizationsRequestParameters, SearchOrganization, SearchOrganizationsPaginatedResponseContent, OrganizationSortFieldEnum, and SearchParserEnum types #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 the SearchResourceServersRequestParameters, ResourceServerSearchResponse, SearchResourceServersResponseContent, and ResourceServerSortFieldEnum types #1404 (fern-api[bot])

  • feat: add the AnonymousSessions type (with CreateAnonymousSessions and UpdateAnonymousSessions) to Client, CreateClientRequestContent, UpdateClientRequestContent, and all client response types via anonymous_sessions.active #1404 (fern-api[bot])

  • feat: add TenantSettingsSessionsAnonymous to 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) and token_lifetime_for_anonymous_access_tokens to resource server types, along with ResourceServerSubjectTypeAuthorizationAnonymousUser and ResourceServerSubjectTypeAuthorizationAnonymousUserPolicyEnum #1404 (fern-api[bot])

  • feat: add GatewayTimeoutError type and map HTTP 504 responses to it; surfaced in organizations.search() and resourceServers.search() #1404 (fern-api[bot])

@ankita10119
ankita10119 requested a review from a team as a code owner September 11, 2026 14:21
@codecov

codecov Bot commented Sep 11, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 89.68%. Comparing base (6151df7) to head (9542cbe).

Additional details and impacted files

Impacted file tree graph

@@           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            
Flag Coverage Δ
alltests 89.68% <100.00%> (ø)

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

Files with missing lines Coverage Δ
src/management/version.ts 100.00% <100.00%> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@developerkunal developerkunal left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM

@developerkunal
developerkunal enabled auto-merge (squash) September 11, 2026 14:35
@ankita10119
ankita10119 merged commit e1e90b8 into master Sep 11, 2026
11 checks passed
@ankita10119
ankita10119 deleted the release/v7.1.0 branch September 11, 2026 16:03
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.

3 participants