togethercomputer/together-typescript v0.30.0
togethercomputer/together-typescript
Captured source
source ↗GH
Source ↗published Nov 4, 2025seen Jun 26captured 2dhttp 200method plain
v0.30.0
Repository: togethercomputer/together-typescript
Tag: v0.30.0
Published: 2025-11-04T18:02:25Z
Prerelease: no
Release notes:
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)