Skip to content

Latest commit

 

History

History
48 lines (24 loc) · 2.69 KB

File metadata and controls

48 lines (24 loc) · 2.69 KB

Changelog

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