Version Packages (beta) - #308
Merged
Merged
Conversation
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
github-actions
Bot
force-pushed
the
changeset-release/drives-beta
branch
from
August 20, 2026 10:30
37e4460 to
546ed55
Compare
LukeSheard
approved these changes
Aug 20, 2026
github-actions
Bot
force-pushed
the
changeset-release/drives-beta
branch
from
August 20, 2026 18:46
546ed55 to
33b2329
Compare
marc-vercel
approved these changes
Aug 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to drives-beta, this PR will be updated.
drives-betais currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, runchangeset pre exitondrives-beta.Releases
sandbox@4.1.0-beta.1
Minor Changes
Add multi-region support for drives: (#307)
regionfield when creating a new drive, or use the--regionflag in the CLI.regiongetter on theDriveclass.Add multi-region support: (#301)
regionandfailoverRegionsoptions on sandbox create, fork, and update (SDK), with matching flags onsandbox create,fork,run,sh, and thesandbox config region/sandbox config failover-regionscommands (CLI).failoverRegionsgetter onSandboxandregionsgetter onSnapshot.sandbox ls,sessions list,snapshots list/get,sandbox config list, and the create/fork summary.Patch Changes
Sandbox.regionandSandbox.failoverRegionsno longer returnundefined: the getters now report the platform defaults (iad1and[]) when the API omits the fields, so their types arestringandstring[]. The newDEFAULT_SANDBOX_REGIONexport makes the default region readable. (#301)Updated dependencies [
c2b5d7b45340b485264abb82f0cd640ed4e93293,2997ecc32a77c145289fbbd89ae2dc0214767ae3,2997ecc32a77c145289fbbd89ae2dc0214767ae3,2023195eafe3199c2372f7dad8bfaf0878267c52]:@vercel/sandbox@3.1.0-beta.1
Minor Changes
Add multi-region support for drives: (#307)
regionfield when creating a new drive, or use the--regionflag in the CLI.regiongetter on theDriveclass.Add multi-region support: (#301)
regionandfailoverRegionsoptions on sandbox create, fork, and update (SDK), with matching flags onsandbox create,fork,run,sh, and thesandbox config region/sandbox config failover-regionscommands (CLI).failoverRegionsgetter onSandboxandregionsgetter onSnapshot.sandbox ls,sessions list,snapshots list/get,sandbox config list, and the create/fork summary.Sandbox.regionandSandbox.failoverRegionsno longer returnundefined: the getters now report the platform defaults (iad1and[]) when the API omits the fields, so their types arestringandstring[]. The newDEFAULT_SANDBOX_REGIONexport makes the default region readable. (#301)Patch Changes
defineSandboxProxyto limit the JWKS issuer cache size to prevent unbounded memory usage. (#309)@vercel/sandbox-mock@3.1.0-beta.1
Minor Changes
Add multi-region support: (#301)
regionandfailoverRegionsoptions on sandbox create, fork, and update (SDK), with matching flags onsandbox create,fork,run,sh, and thesandbox config region/sandbox config failover-regionscommands (CLI).failoverRegionsgetter onSandboxandregionsgetter onSnapshot.sandbox ls,sessions list,snapshots list/get,sandbox config list, and the create/fork summary.Sandbox.regionandSandbox.failoverRegionsno longer returnundefined: the getters now report the platform defaults (iad1and[]) when the API omits the fields, so their types arestringandstring[]. The newDEFAULT_SANDBOX_REGIONexport makes the default region readable. (#301)Patch Changes
Add mock for the
Driveclass. (#307)Updated dependencies [
c2b5d7b45340b485264abb82f0cd640ed4e93293,2997ecc32a77c145289fbbd89ae2dc0214767ae3,2997ecc32a77c145289fbbd89ae2dc0214767ae3,2023195eafe3199c2372f7dad8bfaf0878267c52]: