0.5.0 (2026-05-18)
Environmentconstructor signature changed (3-arg → 4-arg) (#57, #59). A newagentRestslot was added with agetAgentRestURL()getter andEnvironment.Builder#agentRest(...)method.Environment.AGENTwas dropped in favor of the dedicatedagentRestREST host. Callers building a customEnvironmentviaEnvironment.custom()...must add the newagentRest(...)builder call.- Listen-provider wrapper types deleted (#57).
AgentV1SettingsAgentContextListenProvider{V1, V2, V2LanguageHint}andAgentV1SettingsAgentListenProvider{V1, V2}were removed in favor of the canonical top-level typesDeepgramListenProviderV1,DeepgramListenProviderV2, andDeepgramListenProviderV2LanguageHint. The sealed-type wrappersAgentV1SettingsAgentContextListenProviderandAgentV1SettingsAgentListenProviderremain.
- Diarization v2 batch GA (#57) (fccb3e3). New listen/media request types
ListenV1RequestUrl,MediaTranscribeRequestOctetStream, andMediaTranscribeRequestDiarizeModel.AsyncRawMediaClientandRawMediaClientupdated to surface the new diarize-model and octet-stream request paths.
- Route
agent.v1.settings.think.models.list()toenv.agentRest(#59) (f6fd3af).RawModelsClientandAsyncRawModelsClientnow resolve their base URL viaenvironment().getAgentRestURL()instead ofgetAgentURL(). The endpoint was previously broken for any caller; this is a corrective fix paired with theEnvironmentbreaking change above.
0.4.0 (2026-05-06)
0.3.0 (2026-04-27)
- sdk regeneration 2026-04-27 (#42)
0.2.1 (2026-04-07)
0.2.0 (2026-03-30)
- fern regeneration with exception rename and forward-compatible enums (#20)
- fern regeneration with com.deepgram package prefix (#17)
- fern regeneration with com.deepgram package prefix (#17) (a665131)
- fern regeneration with exception rename and forward-compatible enums (#20) (8d65065)
- add release-please version annotations and fix ClientOptions SDK name (#21) (0f56e52)
- switch pom.xml to generic updater for release-please compatibility (#22) (8bff3b9)
- initial SDK with full API coverage (60fe23a)