Add vercel.unstable and begin Sandbox V2#123
Closed
scotttrinh wants to merge 6 commits into
Closed
Conversation
Create the experimental namespace before adding service behavior. Keeps lifecycle, default-session binding, and settings boundaries explicit while the public surface is still allowed to change.
Put credential resolution behind provider interfaces instead of session state because auth requirements vary by service. Gives Sandbox an OIDC-first path without making that policy global.
Expose Sandbox creation through session-bound accessors so runtime ownership stays explicit. Covers sync and async entrypoints while preserving one domain model for the v2 create response.
Make create polling part of the SDK operation instead of forcing callers to rebuild lifecycle rules. Named sandboxes may reconcile through pending states before becoming usable. Terminal states fail consistently.
Move Sandbox create onto shared transport and lifecycle layers so sync and async paths share request, retry, timeout, and response parsing rules. Keeps the unstable facade thin while matching the internal SDK shape.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
@scotttrinh any ETA when v2 will be done and shipped ? |
Collaborator
Author
|
Closed in favor of #128 |
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.
No description provided.