Skip to content

Releases: vercel/sandbox

sandbox@2.5.3

24 Feb 13:56
eff220e

Choose a tag to compare

Patch Changes

  • Add --vcpus flag to create and run commands for configuring sandbox resources. (#65)

  • Fix copying files to local path when not already present (#64)

sandbox@2.5.2

24 Feb 09:16
f763085

Choose a tag to compare

Patch Changes

sandbox@2.5.1

24 Feb 09:04
e824932

Choose a tag to compare

Patch Changes

  • Fix 400 errors on interactions (connect, run-command, etc) (#60)

@vercel/sandbox@1.7.1

24 Feb 09:16
f763085

Choose a tag to compare

Patch Changes

  • Fix 400 errors on interactions (connect, run-command, etc) (#62)

sandbox@2.5.0

23 Feb 18:34
132ffd6

Choose a tag to compare

Minor Changes

  • Add resource usage for stopped sandboxes. (#54)
    Add blocking mode for stop function.

Patch Changes

@vercel/sandbox@1.7.0

23 Feb 18:34
132ffd6

Choose a tag to compare

Minor Changes

  • Support passing private params in all API calls (#52)

  • Add resource usage for stopped sandboxes. (#54)
    Add blocking mode for stop function.

  • Adds transformers to network policy and support for header injections. (#53)

Patch Changes

  • Update to use @vercel/oidc@3.2.0 utilities, removing duplicate auth logic and the local JwtExpiry class (#34)

sandbox@2.4.0

17 Feb 17:32
7073716

Choose a tag to compare

Minor Changes

  • Add sandbox snapshots get <snapshot_id> command to retrieve details of a specific snapshot (#44)

  • Add support for custom/infinite snapshots expiration (#36)

Patch Changes

@vercel/sandbox@1.6.0

17 Feb 17:32
7073716

Choose a tag to compare

Minor Changes

  • Add support for custom/infinite snapshots expiration (#36)

sandbox@2.3.0

10 Feb 16:23
00bf60d

Choose a tag to compare

Minor Changes

  • Use new model for network-policies (#33)

Patch Changes

@vercel/sandbox@1.5.0

10 Feb 16:23
00bf60d

Choose a tag to compare

Minor Changes

  • Use new model for network-policies (#33)

Patch Changes

  • Add network policy getter on Sandbox instance (#41)

  • The downloadFile method now throws a clear error when src or dst path is missing, instead of failing with a cryptic exception. (#37)

  • Add aborted status to sandboxes (863637edae310f867c224cbd60958edda51f51a5)