Skip to content

Releases: togethercomputer/together-typescript

v0.21.0

25 Jul 00:16
Compare
Choose a tag to compare

0.21.0 (2025-07-24)

Full Changelog: v0.20.0...v0.21.0

Features

v0.20.0

10 Jul 18:19
Compare
Choose a tag to compare

0.20.0 (2025-07-10)

Full Changelog: v0.19.0...v0.20.0

Features

Chores

  • make some internal functions async (22030d5)

v0.19.0

08 Jul 18:08
Compare
Choose a tag to compare

0.19.0 (2025-07-08)

Full Changelog: v0.18.0...v0.19.0

Features

  • api: adding audio APIs (2d2fa9a)
  • api: removed streaming from translation/transcription endpoints (1b6c140)

v0.18.0

08 Jul 15:45
Compare
Choose a tag to compare

0.18.0 (2025-07-08)

Full Changelog: v0.17.0...v0.18.0

Features

v0.17.0

03 Jul 22:53
d871b05
Compare
Choose a tag to compare

0.17.0 (2025-07-03)

Full Changelog: v0.16.0...v0.17.0

Features

  • api: add batch api to config (6bf62dd)
  • api: Add file_type and file_purpose (f91fb18)
  • api: add files/upload apu support and switch upload_file method over to use it. (5e60c99)
  • api: address diagnostic issues in audio api, correct openapi issue in images api, disambiguate a response in finetune api, enable automated testing on finetune and images (9131477)
  • api: api update (0f63bf1)
  • api: api update (cc8b7a8)
  • api: api update (1df5bbe)
  • api: api update (0b81ef9)
  • api: api update (fd4611d)
  • api: api update (ea28f8f)
  • api: api update (9d7d2f1)
  • api: api update (f52b93d)
  • api: api update (ebf6451)
  • api: api update (e50cdb2)
  • api: api update (158a5c8)
  • api: Formatting fixes, some lint fixes (6b6fc13)
  • api: get test_code_interpreter passing (b67a035)
  • api: update spec / config to remove remaining codegen warnings (1665d1f)
  • api: Update spec and config to get all tests except code-interpolation an fine_tune unit tests working. (1cb0018)
  • client: add support for endpoint-specific base URLs (41abee6)

Bug Fixes

  • ci: release-doctor — report correct token name (38fdf05)
  • client: don't send Content-Type for bodyless methods (4104dc3)
  • publish script — handle NPM errors correctly (78d1a5c)
  • tests: format (82fad3c)
  • tests: remove unused tests (bb90a25)

Chores

  • api: re-enable audio unit tests (5ac5b53)
  • ci: bump node version for release workflows (681d96e)
  • ci: enable for pull requests (b3c7e61)
  • ci: only run for pushes and fork pull requests (448b1fa)
  • docs: grammar improvements (c9d78f6)
  • docs: use top-level-await in example snippets (815f983)
  • improve publish-npm script --latest tag logic (1025321)
  • internal: make base APIResource abstract (d031002)
  • mention unit type in timeout docs (488c92c)

Documentation

Refactors

  • types: replace Record with mapped types (07b8800)

v0.16.0

28 Apr 16:42
Compare
Choose a tag to compare

0.16.0 (2025-04-28)

Full Changelog: v0.15.2...v0.16.0

Features

v0.15.2

25 Apr 15:39
Compare
Choose a tag to compare

0.15.2 (2025-04-25)

Full Changelog: v0.15.1...v0.15.2

Features

Chores

  • ci: only use depot for staging repos (41fd7ce)
  • ci: run on more branches and use depot runners (c20d3fa)

v0.15.1

22 Apr 22:19
ffb5a37
Compare
Choose a tag to compare

0.15.1 (2025-04-22)

Full Changelog: v0.15.0...v0.15.1

Chores

  • ci: add timeout thresholds for CI jobs (b642163)
  • client: minor internal fixes (f3be3a7)

v0.15.0

10 Apr 16:55
Compare
Choose a tag to compare

0.15.0 (2025-04-10)

Full Changelog: v0.14.0...v0.15.0

Features

Chores

  • internal: reduce CI branch coverage (27d4cbc)
  • internal: upload builds and expand CI branch coverage (#171) (3970fad)

v0.14.0

08 Apr 19:59
Compare
Choose a tag to compare

0.14.0 (2025-04-08)

Full Changelog: v0.13.0...v0.14.0

Features

Bug Fixes

Chores

  • client: expose headers on some streaming errors (#159) (be1dd4a)
  • exports: cleaner resource index imports (#155) (086093a)
  • exports: stop using path fallbacks (#156) (e0a4623)
  • internal: add aliases for Record and Array (#165) (2c53021)
  • internal: fix devcontainers setup (#144) (e9bd176)
  • internal: remove extra empty newlines (#152) (a161ee7)
  • tests: improve enum examples (#169) (616acc8)

Documentation

  • update URLs from stainlessapi.com to stainless.com (#145) (511a9de)