Skip to content

feat: remove federatedConnectionsTokensets, add custom token exchange suspicious IP throttling stage, and internal fetcher improvements - #1369

Merged
ankita10119 merged 2 commits into
masterfrom
fern-bot/2026-07-14_04-41-27_798
Jul 15, 2026
Merged

feat: remove federatedConnectionsTokensets, add custom token exchange suspicious IP throttling stage, and internal fetcher improvements #1369
ankita10119 merged 2 commits into
masterfrom
fern-bot/2026-07-14_04-41-27_798

Conversation

@fern-api

@fern-apifern-apiBot commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

Changes

This SDK regeneration includes two breaking changes, a new feature related to custom token exchange GA, and internal fetcher improvements.

Breaking Changes

  • client.users.federatedConnectionsTokensets removed - the entire sub-client including list() and delete() methods has been removed.
  • federated_connections_access_tokens removed from UpdateConnectionOptions - this field is no longer accepted when updating a connection.

New Features

  • pre-custom-token-exchange stage on SuspiciousIpThrottlingStage - new stage added to suspicious IP throttling configuration to support custom token exchange GA. New type
    SuspiciousIpThrottlingPreCustomTokenExchangeStage with max_attempts and rate fields.

Internal

  • Improvements to getResponseBody.ts and signals.ts in the fetcher layer with unit test coverage added.

References

  • Migration guide for breaking changes: v6_MIGRATION_GUIDE.md (to be updated in a follow-up PR)

Testing

Unit tests added for getResponseBody and signals fetcher changes.

  • This change adds unit test coverage
  • This change adds integration test coverage

Checklist

✅ Customizations automatically preserved in this update.

@fern-api
fern-apiBot requested a review from a team as a code ownerJuly 14, 2026 04:41
@codecov

codecovBot commented Jul 14, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 98.33333% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 89.76%. Comparing base (066ff9e) to head (9397b0b).

Files with missing linesPatch %Lines
src/management/api/errors/ContentTooLargeError.ts0.00%1 Missing ⚠️
src/management/errors/ManagementTimeoutError.ts0.00%1 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@ Coverage Diff @@## master #1369 +/- ##
==========================================
+ Coverage 89.72% 89.76% +0.03% 
==========================================
Files 433 431 -2 Lines 20115 20108 -7 Branches 9426 9782 +356 ==========================================
+ Hits 18048 18049 +1 + Misses 2067 2059 -8 
FlagCoverage Δ
alltests89.76% <98.33%> (+0.03%)⬆️

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

Files with missing linesCoverage Δ
src/management/api/errors/BadRequestError.ts100.00% <100.00%> (ø)
src/management/api/errors/ConflictError.ts100.00% <100.00%> (ø)
src/management/api/errors/ForbiddenError.ts100.00% <100.00%> (ø)
src/management/api/errors/GoneError.ts100.00% <100.00%> (ø)
src/management/api/errors/InternalServerError.ts100.00% <100.00%> (ø)
src/management/api/errors/NotFoundError.ts100.00% <100.00%> (ø)
src/management/api/errors/PaymentRequiredError.ts100.00% <100.00%> (ø)
...c/management/api/errors/PreconditionFailedError.ts100.00% <100.00%> (ø)
...c/management/api/errors/ServiceUnavailableError.ts100.00% <100.00%> (ø)
src/management/api/errors/TooManyRequestsError.ts100.00% <100.00%> (ø)
... and 43 more
🚀 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.

@fern-api
fern-apiBotforce-pushed the fern-bot/2026-07-14_04-41-27_798 branch from ddd563f to efa583eCompareJuly 14, 2026 16:07
fern-apiBot added 2 commits July 15, 2026 13:05
Generated by Fern
CLI Version: unknown
Generators:
- fernapi/fern-typescript-sdk: 3.72.5
Patches applied (1):
- patch-066ff9e0: docs: add v6 migration guide for breaking changes in v6.0.0 (#1368)
@fern-api
fern-apiBotforce-pushed the fern-bot/2026-07-14_04-41-27_798 branch from efa583e to 9397b0bCompareJuly 15, 2026 13:05
@ankita10119ankita10119 changed the title SDK regenerationfeat: remove federatedConnectionsTokensets, add custom token exchange suspicious IP throttling stage, and internal fetcher improvements Jul 15, 2026

@developerkunaldeveloperkunal 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

@ankita10119
ankita10119 merged commit d96634c into masterJul 15, 2026
11 checks passed
@ankita10119
ankita10119 deleted the fern-bot/2026-07-14_04-41-27_798 branch July 15, 2026 13:23
Sign up for freeto 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

@developerkunal@ankita10119