Releases: togethercomputer/together-typescript
Releases · togethercomputer/together-typescript
v0.30.0
0.30.0 (2025-11-04)
Full Changelog: v0.29.0...v0.30.0
⚠ BREAKING CHANGES
- api: The default max retries for api calls has changed from 5 to 2. This may result in more frequent non-200 responses.
Features
- api: Change the default max retries from 5 to 2 (f89b597)
Bug Fixes
- Do not auto-retry on 500 errors. 501+ can retry (7ce8399)
v0.29.0
v0.28.0
0.28.0 (2025-10-23)
Full Changelog: v0.27.0...v0.28.0
Features
- api: api update (568c387)
Bug Fixes
- Narrow type resolution on image create api via response_format discrimination (1f56b8d)
v0.27.0
0.27.0 (2025-10-21)
Full Changelog: v0.26.0...v0.27.0
Features
- api: Rename evaluation sdks to evals (4c3b732)
v0.26.0
v0.25.0
v0.24.0
v0.23.0
0.23.0 (2025-10-10)
Full Changelog: v0.22.0...v0.23.0
Features
- api: add evals api to config (ce742fc)
- api: api update (24e7fc8)
- api: api update (437cce9)
- api: api update (b4c3c0a)
- api: api update (9a5bfb7)
- api: api update (915a226)
- mcp: add code execution tool (c768bb9)
Bug Fixes
- coerce nullable values to undefined (f6c7e43)
Performance Improvements
- faster formatting (c25ec03)
Chores
- add package to package.json (72025f2)
- ci build action (0f37b32)
- client: qualify global Blob (a9f7b6f)
- deps: update dependency @types/node to v20.17.58 (f1839e8)
- do not install brew dependencies in ./scripts/bootstrap by default (1050534)
- internal: codegen related update (0ca46c4)
- internal: fix incremental formatting in some cases (5a42924)
- internal: formatting change (0282025)
- internal: ignore .eslintcache (5752a33)
- internal: remove .eslintcache (b41b509)
- internal: remove deprecated
compilerOptions.baseUrlfrom tsconfig.json (446dff9) - internal: update global Error reference (e53b252)
- internal: use npm pack for build uploads (246a904)
- jsdoc: fix @link annotations to refer only to parts of the package‘s public interface (6b54b1d)
- update CI script (99cae2f)
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)