Conversation
🦋 Changeset detectedLatest commit: 986c81d The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Package ArtifactsBuilt from 9f72a9d. Download artifacts from this workflow run. JS SDK ( npm install ./e2b-2.12.2-lifecycle-in-sdk.0.tgzCLI ( npm install ./e2b-cli-2.7.1-lifecycle-in-sdk.0.tgzPython SDK ( pip install ./e2b-2.13.2+lifecycle.in.sdk-py3-none-any.whl |
|
@codex review |
|
Codex Review: Didn't find any major issues. Keep it up! ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
|
adding the changeset should not have caused tests to fail, tests seem a bit flaky for some reason (not related to this PR i don't think) |
Implements the
lifecycleprop onSandbox.create, taking over and deprecating thebeta_pausefunctionality.Currently supports:
on_timeout:kill(default) |pause. Controls what should happen to the sandbox when it hits end of life. Pause allows for resumingresume_on:off(default) |any. Controls what traffic should auto-resume the sandbox.Intended for additional functionality as we update the backend to support additional props. Blocked from deploying until the API and client-proxy are deployed.
Meant to be extended as add more capabilities to the API