v2026.07.31
What's Changed
- fix(sdk): warn user of job name collision by @tejapulagam in #36
- feat(py): download datasets as files with optional unzip by @ravivooda in #32
- feat(py): upload datasets as a single zip artifact by @ravivooda in #33
- feat(cli): add
lightning job logsby @ethanwharris in #40 - feat(sdk): live logs for jobs by @tejapulagam in #35
- Fix: Support interactive terminal menu on Windows by @ChitoKim in #39
- feat(sdk): extend cli job logs for streaming and filtering by @tejapulagam in #41
- Unify teamspace resolution on
teamspace="owner/teamspace"by @ethanwharris in #46 - fix(cli): don't crash
api-key listwhen created_at is a string by @ethanwharris in #47 - Chore: Vendor latest APIs by @ethanwharris in #48
- Move dataset helpers into API layer by @justusschock in #49
- Feature: Auth introspection - whoami by @ethanwharris in #50
- Feature: Auth introspection - roles CLI by @ethanwharris in #51
- feat: Fetch logs through the CLI by @andyland in #42
- Make CLI commands non-interactive by @justusschock in #52
- Feature: JSON CLI - add
--jsonoutput to core read commands by @ethanwharris in #54 - Expose resource IDs in Python SDK by @justusschock in #53
- Feature: JSON CLI - add --json for create/run and mutation commands by @ethanwharris in #56
- Feature: standardize
sandbox logs+ add--jsonto all logs commands by @ethanwharris in #55 - fix(sdk): cloud=lightning preferring sched-test clusters over baremetal by @tchaton in #59
- feat(sdk): mmt ssh by @tejapulagam in #60
- feat(sdk): ssh for jobs by @tejapulagam in #58
- Fix: Strip lightning prefix from logs by @ethanwharris in #64
- feat(sdk): support sandbox connect CLI by @k223kim in #61
- Chore: Fix pre-commit CI by @ethanwharris in #65
- Fix: Properly trim leading logs token by @ethanwharris in #67
New Contributors
- @tejapulagam made their first contribution in #36
- @ethanwharris made their first contribution in #40
- @ChitoKim made their first contribution in #39
- @tchaton made their first contribution in #59
Full Changelog: v2026.07.22...v2026.07.31