Skip to content

Latest commit

 

History

History
98 lines (48 loc) · 6.41 KB

File metadata and controls

98 lines (48 loc) · 6.41 KB

Changelog

0.5.0 (2026-05-18)

⚠ BREAKING CHANGES

  • Environment constructor signature changed (3-arg → 4-arg) (#57, #59). A new agentRest slot was added with a getAgentRestURL() getter and Environment.Builder#agentRest(...) method. Environment.AGENT was dropped in favor of the dedicated agentRest REST host. Callers building a custom Environment via Environment.custom()... must add the new agentRest(...) builder call.
  • Listen-provider wrapper types deleted (#57). AgentV1SettingsAgentContextListenProvider{V1, V2, V2LanguageHint} and AgentV1SettingsAgentListenProvider{V1, V2} were removed in favor of the canonical top-level types DeepgramListenProviderV1, DeepgramListenProviderV2, and DeepgramListenProviderV2LanguageHint. The sealed-type wrappers AgentV1SettingsAgentContextListenProvider and AgentV1SettingsAgentListenProvider remain.

Features

  • Diarization v2 batch GA (#57) (fccb3e3). New listen/media request types ListenV1RequestUrl, MediaTranscribeRequestOctetStream, and MediaTranscribeRequestDiarizeModel. AsyncRawMediaClient and RawMediaClient updated to surface the new diarize-model and octet-stream request paths.

Bug Fixes

  • Route agent.v1.settings.think.models.list() to env.agentRest (#59) (f6fd3af). RawModelsClient and AsyncRawModelsClient now resolve their base URL via environment().getAgentRestURL() instead of getAgentURL(). The endpoint was previously broken for any caller; this is a corrective fix paired with the Environment breaking change above.

0.4.0 (2026-05-06)

⚠ BREAKING CHANGES

  • sdk regeneration 2026-05-05 (#49)
  • sdk regeneration 2026-04-29 (#47)

Features

Bug Fixes

  • reconnect: listener bug fixes + transport factory policy hook (#45) (eac8ad2)

0.3.0 (2026-04-27)

⚠ BREAKING CHANGES

  • sdk regeneration 2026-04-27 (#42)

Features

Bug Fixes

  • align README and examples with v0.2.1 and validate them in CI (#34) (df02cdc)

0.2.1 (2026-04-07)

Features

  • add pluggable transport interface for SageMaker and custom transports (#29) (acecad6)

Bug Fixes

  • add ClientOptions.java to .fernignore to preserve release-please markers (#25) (69859cf)

0.2.0 (2026-03-30)

⚠ BREAKING CHANGES

  • fern regeneration with exception rename and forward-compatible enums (#20)
  • fern regeneration with com.deepgram package prefix (#17)

Features

  • fern regeneration with com.deepgram package prefix (#17) (a665131)
  • fern regeneration with exception rename and forward-compatible enums (#20) (8d65065)

Bug Fixes

  • add release-please version annotations and fix ClientOptions SDK name (#21) (0f56e52)
  • switch pom.xml to generic updater for release-please compatibility (#22) (8bff3b9)

0.1.0 (2026-03-27)

⚠ BREAKING CHANGES

  • initial SDK with full API coverage (60fe23a)

Features

  • configure release-please and Maven Central publishing (f0320c1)
  • enable bump-minor-pre-major for 0.x versioning (d54dcdd)

Bug Fixes