Releases: togethercomputer/together-typescript
Releases · togethercomputer/together-typescript
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)
v0.16.0
v0.15.2
v0.15.1
v0.15.0
v0.14.0
0.14.0 (2025-04-08)
Full Changelog: v0.13.0...v0.14.0
Features
- add SKIP_BREW env var to ./scripts/bootstrap (#148) (aafb225)
- api: api update (#136) (cd07485)
- api: api update (#138) (cd66985)
- api: api update (#140) (8888c48)
- api: api update (#143) (ff3a2c8)
- api: api update (#146) (41c0772)
- api: api update (#147) (dad2489)
- api: api update (#150) (18522ad)
- api: api update (#151) (e5d913f)
- api: api update (#158) (c76b305)
- api: api update (#161) (7e41f35)
- api: api update (#168) (7a621bb)
- client: accept RFC6838 JSON content types (#149) (76e59e3)
- client: send
X-Stainless-Timeout
header (#137) (9f25474)
Bug Fixes
- api: improve type resolution when importing as a package (#166) (a5e4817)
- avoid type error in certain environments (#157) (842cddd)
- client: correct type to enum (#154) (5064a2c)
- client: fix export map for index exports (#141) (4d746d0)
- client: send
X-Stainless-Timeout
in seconds (#164) (ae40ee1) - correctly decode multi-byte characters over multiple chunks (#139) (8c047b7)
- exports: ensure resource imports don't require /index (#153) (80e61a5)
- internal: work around vercel/next.js#76881 (#160) (8071f95)
- mcp: remove unused tools.ts (#167) (ba0ad0c)
- optimize sse chunk reading off-by-one error (#142) (7f1a4f3)
- skip invalid fine-tune test (#163) (888c490)
- tests: correctly skip create fine tune tests (#170) (ce62406)
- tests: skip invalid test (#134) (229822f)
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)