@e2b/python-sdk@2.22.0
·
107 commits
to main
since this release
Minor Changes
- d21b936: - Fix lifecycle and autopause precedence
- Deprecate
auto_pause/autoPause; uselifecycle={"on_timeout": "pause"}instead. ADeprecationWarning(Python) /console.warn(JS) is now emitted when the flag is set - Breaking validation change: passing
auto_resume=truewhile the resolvedon_timeoutis"kill"now raisesInvalidArgumentException(Python) /InvalidArgumentError(JS)
- Deprecate