Skip to content

feat: remove Federated Connections Tokensets, add per-request retries#899

Merged
tanya732 merged 3 commits into
masterfrom
fern-bot/2026-07-14_04-40-37_545
Jul 15, 2026
Merged

feat: remove Federated Connections Tokensets, add per-request retries#899
tanya732 merged 3 commits into
masterfrom
fern-bot/2026-07-14_04-40-37_545

Conversation

@fern-api

@fern-api fern-api Bot commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

Summary

Per-request retry support

  • Generated Raw*Client / AsyncRaw*Client clients now honor a per-request
    maxRetries value via RequestOptions.

New / expanded request parameters

  • Added fields to list/query parameter types, including ListUsersRequestParameters,
    ListClientsRequestParameters, ListGroupsRequestParameters,
    ListLogsRequestParameters, ListConnectionsQueryParameters, and others.

Removed

  • Federated Connections Tokensets API removed (types + clients + wire test):
    • ConnectionFederatedConnectionsAccessTokens, FederatedConnectionTokenSet
    • users/FederatedConnectionsTokensetsClient (+ Async, Raw, AsyncRaw)
    • UsersFederatedConnectionsTokensetsWireTest

Test plan

  • RequestOptions updated and ./gradlew compileJava passes (currently 100
    errors without it)
  • ./gradlew test / wire tests pass
  • Confirm no remaining references to the removed Federated Connections
    Tokensets API

@fern-api fern-api Bot requested a review from a team as a code owner July 14, 2026 04:40
fern-api Bot added 2 commits July 14, 2026 16:05
Generated by Fern
CLI Version: unknown
Generators:
  - fernapi/fern-java-sdk: 4.11.1
@fern-api fern-api Bot force-pushed the fern-bot/2026-07-14_04-40-37_545 branch from d8f3910 to c4d0def Compare July 14, 2026 16:05
The Fern generator (4.11.1) emits per-request retry overrides calling
requestOptions.getMaxRetries(). RequestOptions is fernignored for custom
OAuth support, so it needs this method added by hand to compile.
@tanya732 tanya732 merged commit 5d18b5f into master Jul 15, 2026
7 checks passed
@tanya732 tanya732 deleted the fern-bot/2026-07-14_04-40-37_545 branch July 15, 2026 07:19
@tanya732 tanya732 changed the title SDK regeneration feat: remove Federated Connections Tokensets, add per-request retries Jul 15, 2026
@tanya732 tanya732 mentioned this pull request Jul 15, 2026
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.

2 participants