Releases: togethercomputer/together-typescript
Releases · togethercomputer/together-typescript
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)
Documentation
v0.13.0
v0.12.0
v0.11.2
v0.11.1
v0.11.0
0.11.0 (2025-01-02)
Full Changelog: v0.10.0...v0.11.0
Features
- added messages format check (d2fa4db)
- api: add models for chat completion structured message types (#107) (d32c311)
- api: api update (#99) (dea8e5c)
- internal: make git install file structure match npm (#101) (28e49f0)
Bug Fixes
Chores
- internal: bump cross-spawn to v7.0.6 (#106) (0ef9509)
- internal: codegen related update (#114) (4f49cd8)
- internal: fix some typos (#111) (792be82)
- internal: remove unnecessary getRequestClient function (#103) (3acec90)
- internal: update isAbsoluteURL (#110) (140ecda)
- types: nicer error class types + jsdocs (#109) (5517ee0)