Skip to content

Latest commit

 

History

History
258 lines (134 loc) · 12.4 KB

File metadata and controls

258 lines (134 loc) · 12.4 KB

Changelog

2.11.1 (2025-09-27)

Full Changelog: v2.11.0...v2.11.1

Performance Improvements

Chores

  • internal: codegen related update (62bbc54)
  • internal: fix incremental formatting in some cases (5384beb)
  • internal: ignore .eslintcache (4ddebe6)
  • internal: remove deprecated compilerOptions.baseUrl from tsconfig.json (a229a66)

2.11.0 (2025-09-20)

Full Changelog: v2.10.0...v2.11.0

Features

Chores

  • do not install brew dependencies in ./scripts/bootstrap by default (d4ea28e)

2.10.0 (2025-09-09)

Full Changelog: v2.9.0...v2.10.0

Features

Bug Fixes

  • coerce nullable values to undefined (e01cd14)

Chores

2.9.0 (2025-08-27)

Full Changelog: v2.8.2...v2.9.0

Features

Chores

2.8.2 (2025-08-16)

Full Changelog: v2.8.1...v2.8.2

Chores

  • deps: update dependency node-fetch to v2.6.13 (37b4c05)
  • internal: formatting change (2fb54bd)
  • internal: update comment in script (905d4fb)

2.8.1 (2025-08-09)

Full Changelog: v2.8.0...v2.8.1

Chores

  • internal: move publish config (7f41d87)
  • update @stainless-api/prism-cli to v5.15.0 (10fbe16)

2.8.0 (2025-08-05)

Full Changelog: v2.7.0...v2.8.0

Features

  • add support for resets in speech sessions (667d386)

2.7.0 (2025-07-30)

Full Changelog: v2.6.0...v2.7.0

Features

Chores

  • internal: remove redundant imports config (36387d1)

2.6.0 (2025-07-16)

Full Changelog: v2.5.0...v2.6.0

Features

  • api: add generate detailed method (8ba36ed)
  • clean up environment call outs (00ecd27)

Bug Fixes

  • api: formatting fix for lint error (2f49fa4)

2.5.0 (2025-07-14)

Full Changelog: v2.4.1...v2.5.0

Features

Bug Fixes

  • tests: skip tests broken by Prism (d347f86)

Chores

2.4.1 (2025-05-22)

Full Changelog: v2.4.0...v2.4.1

Bug Fixes

Chores

  • ci: add timeout thresholds for CI jobs (b6963dd)
  • ci: bump node version for release workflows (87e3b2c)
  • ci: only use depot for staging repos (e5ddeed)
  • client: minor internal fixes (2e65e1c)
  • docs: grammar improvements (e23331f)
  • internal: add aliases for Record and Array (#96) (1d49f3d)
  • internal: codegen related update (9c5d934)
  • internal: reduce CI branch coverage (8be04f2)
  • internal: upload builds and expand CI branch coverage (99503c4)

Documentation

2.4.0 (2025-03-27)

Full Changelog: v2.3.0...v2.4.0

Features

  • Add example for voice conversion (4846f6c)
  • chore(lint): Fix linting errors (2262582)

Bug Fixes

  • avoid type error in certain environments (#90) (d4e9129)

Chores

  • exports: cleaner resource index imports (#88) (f4737fa)
  • exports: stop using path fallbacks (#89) (9056558)
  • internal: codegen related update (#86) (bb45285)
  • internal: remove extra empty newlines (#87) (aa21830)

Documentation

  • update URLs from stainlessapi.com to stainless.com (#83) (c6fc612)

2.3.0 (2025-02-26)

Full Changelog: v2.2.0...v2.3.0

Features

  • api: voice conversion and other manual updates (#80) (93d5643)

Bug Fixes

  • client: fix export map for index exports (#77) (a1ae220)

Chores

  • internal: fix devcontainers setup (#79) (338a93e)

2.2.0 (2025-02-06)

Full Changelog: v2.1.0...v2.2.0

Features

  • client: send X-Stainless-Timeout header (#75) (2c49aef)
  • docs(api): Add session usage example to main README (baf2f4c)

Bug Fixes

  • conform generate example to SDK (ab9c8d9)

Chores

2.1.0 (2025-01-17)

Full Changelog: v2.0.0...v2.1.0

Features

  • api: Add websocket streaming functionality (1ca31f1)
  • api: manual updates (#67) (0133143)

Chores

  • internal: codegen related update (#66) (f41051a)

Documentation

  • Add speech generation and voice creation examples (367c97c)

2.0.0 (2025-01-13)

Full Changelog: v0.0.1-alpha.0...v2.0.0

Bug Fixes