Releases: togethercomputer/together-typescript
Releases · togethercomputer/together-typescript
v0.22.0
v0.21.1
0.21.1 (2025-08-05)
Full Changelog: v0.21.0...v0.21.1
Features
- api: api update (7a8227d)
Chores
- internal: remove redundant imports config (c3242da)
v0.21.0
v0.20.0
0.20.0 (2025-07-10)
Full Changelog: v0.19.0...v0.20.0
Features
- api: api update (05c8970)
Chores
- make some internal functions async (22030d5)
v0.19.0
v0.18.0
v0.17.0
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)