Skip to content

@e2b/python-sdk@2.22.0

Choose a tag to compare

@github-actions github-actions released this 22 May 09:48
· 107 commits to main since this release
d21b936

Minor Changes

  • d21b936: - Fix lifecycle and autopause precedence
    • Deprecate auto_pause/autoPause; use lifecycle={"on_timeout": "pause"} instead. A DeprecationWarning (Python) / console.warn (JS) is now emitted when the flag is set
    • Breaking validation change: passing auto_resume=true while the resolved on_timeout is "kill" now raises InvalidArgumentException (Python) / InvalidArgumentError (JS)