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
+29Lines changed: 29 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,34 @@
1
1
# Changelog
2
2
3
+
## 0.37.0 (2026-01-31)
4
+
5
+
Full Changelog: [v0.36.1...v0.37.0](https://github.com/togethercomputer/together-typescript/compare/v0.36.1...v0.37.0)
6
+
7
+
### Features
8
+
9
+
* Add chat completion support for reasoning.enabled ([d4f4bd4](https://github.com/togethercomputer/together-typescript/commit/d4f4bd4f158f46f3bcf9af79d9c2d2026595d310))
10
+
***api:** Add API for listing deployments ([67ea446](https://github.com/togethercomputer/together-typescript/commit/67ea4463bfeadabde510059c556b7ea777c53c70))
11
+
***api:** Add beta sdks for jig features ([e402a3b](https://github.com/togethercomputer/together-typescript/commit/e402a3bb439073eb9fcde474b8690ad037696770))
12
+
***api:** Move jobs apis to nest under model uploads per their use case ([412673c](https://github.com/togethercomputer/together-typescript/commit/412673c4036744a5936c40daa2146182f7e2ce09))
13
+
***api:** Move queue out of jig namespace ([c95c7e1](https://github.com/togethercomputer/together-typescript/commit/c95c7e1ff57106fd9ebb269865fd62cca0bd7fa6))
14
+
***api:** Update Jig types and add retrieve_logs api to jig ([c7d03d5](https://github.com/togethercomputer/together-typescript/commit/c7d03d5462b5d8b9cffb578f647b18ddcaf02525))
15
+
* internal: Update to new cluster api routing ([f0ee67d](https://github.com/togethercomputer/together-typescript/commit/f0ee67d9b151d647d0f8c4a0a5f4a4bd074902fe))
16
+
* move byoc features under /deployments route ([c528ef0](https://github.com/togethercomputer/together-typescript/commit/c528ef0de75a47f291df7eaf05107792453dc5c0))
17
+
18
+
19
+
### Chores
20
+
21
+
***api:** Improve type names for jig volumes and logs ([8bbdbe1](https://github.com/togethercomputer/together-typescript/commit/8bbdbe14410b8d6bbd1d346480352e672293c799))
22
+
***api:** move hardware listing feature under endpoints resource. ([6b67d13](https://github.com/togethercomputer/together-typescript/commit/6b67d13c1fa85921ccd2ba425be0b25d2916361b))
23
+
***api:** Move Queue SDK methods into Jig namespace ([3032bf5](https://github.com/togethercomputer/together-typescript/commit/3032bf565a2102b3579e469f5345853da1b04dea))
0 commit comments