Releases: togethercomputer/together-sandbox
Releases · togethercomputer/together-sandbox
together-sandbox: v1.1.1
1.1.1 (2026-04-09)
Bug Fixes
- bundle correctly for esm vs cjs (001accd)
- bundle correctly for esm vs cjs (2b984fc)
- merge test deps into dev extra for simpler onboarding (ed2dbca)
- remove hibernate_by_id and shutdown_by_id from Sandbox facade (f6e7ab5)
- Remove hibernate_by_id and shutdown_by_id, and improve python development onboarding (6bc03d5)
- remove preview-hosts (5155ad0)
- remove preview-hosts (33892b9)
together-sandbox: v1.1.0
1.1.0 (2026-04-07)
Features
- add private installation instructions for SDKs (183fc02)
- add private installation instructions for SDKs (0f813ef)
- add unified TogetherSandbox facade for TypeScript and Python (683acad)
- add unified TogetherSandbox facade for TypeScript and Python (46b059f)
- add updated release workflow as ..github for manual rename (b58a336)
- migrate code generator from pyopenapi-gen to openapi-python-client (9ff2796)
- migrate facade.py call-sites to openapi-python-client module functions (c9444be)
- migrate facade.py to openapi-python-client AuthenticatedClient (c5f1a90)
- migrate facade.py to openapi-python-client AuthenticatedClient (e33b397)
- migrate facade.py to openapi-python-client AuthenticatedClient (08e7258)
- Migrate Python SDK Generator —
pyopenapi-gen→openapi-python-client(2f30422) - redesign SDK API surface for consistency across TypeScript and Python (8652cf3)
- redesign SDK API surface for consistency across TypeScript and Python (5882c4a)
Bug Fixes
- add missing cattrs dependency to pyproject.toml (b196b14)
- add missing cattrs runtime dependency to pyproject.toml (d7a73d9)
- add missing Error101 exception class to core module (01618a8)
- add missing Error101 exception class to core module (ac9de68)
- correct CLI entry point to main.ts and fix release-please dry-run bootstrap (2054457)
- correct workflow path from ..github to .github (7d41c8a)
- create together_sandbox dir before python client generation (e87d9ec)
- delete kanban file (3546598)
- fix deps install for python tests (6a00422)
- fix deps install for python tests (389a170)
- lower minimum Python version from 3.12 to 3.10 (307caed)
- replace release-please CLI dry-run with local config validation (70fe573)
- restore manually-written Python facade and narrow gitignore (c4a1a9b)
- tests: update test_facade.py for openapi-python-client migration (0f00cf0)
- tests: update test_facade.py for openapi-python-client migration (f88cc60)
- update broken facade tests to match refactored facade classes (271a013)
- update broken facade tests to match refactored facade classes (b64a847)
- use python3 -m openapi_python_client instead of bare CLI command (c426e12)