Skip to content

sandbox@4.1.0-beta.1

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 21 Aug 09:49
· 6 commits to main since this release
3035425

Minor Changes

  • Add multi-region support for drives: (#307)

    • Set the region field when creating a new drive, or use the --region flag in the CLI.
    • You can retrieve the region of a drive using the region getter on the Drive class.
    • Drives can be only be mounted to sandboxes running on the same region.
  • Add multi-region support: (#301)

    • New region and failoverRegions options on sandbox create, fork, and update (SDK), with matching flags on sandbox create, fork, run, sh, and the sandbox config region / sandbox config failover-regions commands (CLI).
    • New failoverRegions getter on Sandbox and regions getter on Snapshot.
    • Regions are now shown in sandbox ls, sessions list, snapshots list/get, sandbox config list, and the create/fork summary.

Patch Changes