feat!: (regen) diarization v2 batch GA, listen-provider dedup, think/models route fix#57
Merged
Conversation
lukeocodes
approved these changes
May 15, 2026
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.
Summary
Fern SDK regeneration for 2026-05-14.
Patches re-applied
ClientOptions.java— restored SDK identity headers (User-Agent,X-Fern-SDK-Name,X-Fern-SDK-Version) to thecom.deepgram:deepgram-java-sdkvalues and re-added// x-release-please-versionmarkers. Generator still overwrites these.ReconnectingWebSocketListener.java— re-applied the three fixes from fix(reconnect): listener bug fixes + transport factory policy hook #45:maxRetries(0)semantics:retryCount > maxRetries(initial attempt always proceeds; cap applies to retries only).connectionTimeoutMsonReconnectOptions(default 4000ms; was hardcoded).applyOptionsOverride(...)runtime hook used byTransportWebSocketFactoryto apply per-transport reconnect policy without editing generated WS clients.No patches were dropped — the generator has not caught up on any of the above. Both files remain in
.fernignoreat their original paths.Notable generator changes (non-patch)
AgentV1SettingsAgentContextListenProvider{V1,V2,V2LanguageHint}fromresources/agent/v1/types/→ top-leveltypes/DeepgramListenProvider*and deletedAgentV1SettingsAgentListenProvider{V1,V2}(~400 lines combined).ListenV1RequestUrl,MediaTranscribeRequestOctetStream,MediaTranscribeRequestDiarizeModel;AsyncRawMediaClient/RawMediaClientupdated.Environment.java,RawModelsClient.java,.fern/metadata.json.Test plan
./gradlew test compileExamplespasses (includes regression tests formaxRetries(0),applyOptionsOverride,connectionTimeoutMs).