feat: remove federatedConnectionsTokensets, add custom token exchange suspicious IP throttling stage, and internal fetcher improvements #1369
Merged
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ 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
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
fern-api
Bot
force-pushed
the
fern-bot/2026-07-14_04-41-27_798
branch
from
July 14, 2026 16:07
ddd563f to
efa583e
Compare
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
Bot
force-pushed
the
fern-bot/2026-07-14_04-41-27_798
branch
from
July 15, 2026 13:05
efa583e to
9397b0b
Compare
ankita10119
approved these changes
Jul 15, 2026
This was referenced Jul 15, 2026
Merged
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.
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.federatedConnectionsTokensetsremoved - the entire sub-client includinglist()anddelete()methods has been removed.federated_connections_access_tokensremoved from UpdateConnectionOptions - this field is no longer accepted when updating a connection.New Features
pre-custom-token-exchangestage onSuspiciousIpThrottlingStage- new stage added to suspicious IP throttling configuration to support custom token exchange GA. New typeSuspiciousIpThrottlingPreCustomTokenExchangeStagewithmax_attemptsandratefields.Internal
getResponseBody.tsandsignals.tsin the fetcher layer with unit test coverage added.References
v6_MIGRATION_GUIDE.md(to be updated in a follow-up PR)Testing
Unit tests added for getResponseBody and signals fetcher changes.
Checklist
✅ Customizations automatically preserved in this update.