Skip to content

together-sandbox-workspace: v3.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 18 Jun 09:18
d26fb29

3.0.0 (2026-06-18)

⚠ BREAKING CHANGES

  • CSB-1547: snapshots.list() now returns a paginated Page of snapshots (TypeScript Page<Snapshot>, Python Page[Snapshot]) instead of a plain Snapshot[] / list[Snapshot].

Features

  • CSB-1547: add cursor pagination to list endpoints (1ee1d1d)