You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+49Lines changed: 49 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,54 @@
1
1
# Changelog
2
2
3
+
## 0.38.0 (2026-03-18)
4
+
5
+
Full Changelog: [v0.37.0...v0.38.0](https://github.com/togethercomputer/together-typescript/compare/v0.37.0...v0.38.0)
6
+
7
+
### Features
8
+
9
+
* Add FT models supported and limits ([eb83352](https://github.com/togethercomputer/together-typescript/commit/eb83352895441dd6c7b14815bc56fa703bb21cb5))
10
+
* Add typing for completion responses related to logprobs ([7be3686](https://github.com/togethercomputer/together-typescript/commit/7be368608be937b1d212c285b4cfd7e3650c4213))
11
+
* Add wandb_entity argument to OpenAPI definition ([71e55a9](https://github.com/togethercomputer/together-typescript/commit/71e55a9852f68f467f210f858ef509888db9abed))
12
+
* Another try ([d59291f](https://github.com/togethercomputer/together-typescript/commit/d59291f9f6a185443214c1da6c333400b5c9a997))
* Change TrainingType default to null ([cb4bdcb](https://github.com/togethercomputer/together-typescript/commit/cb4bdcb2cf4ed3d22d3b0e50135af1b8c80d6218))
17
+
* update deployments schemas to include volume versions ([1d3a34e](https://github.com/togethercomputer/together-typescript/commit/1d3a34efef57808b89b16ab39791f53380163385))
18
+
* Update descriptions for endpoints ([e7a8aaf](https://github.com/togethercomputer/together-typescript/commit/e7a8aafed811633b2a1c2c19df41fb43fd48ae89))
* Update training type for price estimation too ([52c3b77](https://github.com/togethercomputer/together-typescript/commit/52c3b77ff92751cbd788820ec20b195f040d9d16))
21
+
22
+
23
+
### Bug Fixes
24
+
25
+
***client:** avoid removing abort listener too early ([1376258](https://github.com/togethercomputer/together-typescript/commit/137625849136205dc82f3b2493c96709365933ba))
26
+
***client:** preserve URL params already embedded in path ([940974d](https://github.com/togethercomputer/together-typescript/commit/940974d0043587773a3e294c7744ace2008201d9))
27
+
***docs/contributing:** correct pnpm link command ([eab2b6e](https://github.com/togethercomputer/together-typescript/commit/eab2b6e70c14fd53c4913fdaa0d2c51cc42a3e3b))
28
+
* fix request delays for retrying to be more respectful of high requested delays ([11669ff](https://github.com/togethercomputer/together-typescript/commit/11669ff27aa05901764cfb300dc33927da4002c7))
29
+
* fixed autoscaling configs in deployments api ([4dac51b](https://github.com/togethercomputer/together-typescript/commit/4dac51ba4914f36a26c93f418ffdfa8e12cbf678))
30
+
***internal:** skip tests that depend on mock server ([be7e0e7](https://github.com/togethercomputer/together-typescript/commit/be7e0e717e129fcdca13570d5967d61d8107240f))
31
+
***types:** change model to string in chat completions ([91a8c77](https://github.com/togethercomputer/together-typescript/commit/91a8c775d68930dd539bcce1b059274ae8f91863))
32
+
33
+
34
+
### Chores
35
+
36
+
***ci:** skip uploading artifacts on stainless-internal branches ([603c86c](https://github.com/togethercomputer/together-typescript/commit/603c86c65a947e54c0998d5c10c1d4f6489f7f96))
37
+
* configure new SDK language ([b6f30b6](https://github.com/togethercomputer/together-typescript/commit/b6f30b6587c51483d7aace93a19350d4acb22061))
***internal:** avoid type checking errors with ts-reset ([70ad44b](https://github.com/togethercomputer/together-typescript/commit/70ad44b46220b19de3a0def616593e2382bda8dd))
42
+
***internal:** move stringifyQuery implementation to internal function ([54dc83f](https://github.com/togethercomputer/together-typescript/commit/54dc83f02b0df002689776dd098bffbb06299934))
43
+
***internal:** tweak CI branches ([e8d66c5](https://github.com/togethercomputer/together-typescript/commit/e8d66c54b571a1ca83473b00368c25e9d45a537e))
44
+
***internal:** update dependencies to address dependabot vulnerabilities ([e442dfd](https://github.com/togethercomputer/together-typescript/commit/e442dfd169a1809ea915f60d38ec80b2e22e86b9))
45
+
* Remove broken field LineCount from FileResponse ([a0c187e](https://github.com/togethercomputer/together-typescript/commit/a0c187e9ae89232655f4e29e82ed08778fa70294))
46
+
* Revert adding mcp code. Code additions were unexpected. ([bb39360](https://github.com/togethercomputer/together-typescript/commit/bb39360b1f1815afa03cd59aec365c76f6fa6bf0))
47
+
***test:** do not count install time for mock server timeout ([4f232bf](https://github.com/togethercomputer/together-typescript/commit/4f232bf81907963b78e8bd94b19dbcfa25929954))
48
+
* Update descriptions for jig queue methods and properties ([7fdfcca](https://github.com/togethercomputer/together-typescript/commit/7fdfcca72618b3ea51d38ac01f91e6a08ad0863e))
49
+
* update mock server docs ([ac14bf7](https://github.com/togethercomputer/together-typescript/commit/ac14bf741e8980c297b657f886d8ea0a88c15dcc))
`Cannot stringify type ${typeofvalue}; Expected string, number, boolean, or null. If you need to pass nested query parameters, you can manually encode them, e.g. { query: { 'foo[key1]': value1, 'foo[key2]': value2 } }, and please open a GitHub issue requesting better support for your use case.`,
0 commit comments