Skip to content

@e2b/python-sdk@2.29.6

Choose a tag to compare

@github-actions github-actions released this 25 Jun 06:10
· 11 commits to main since this release
5370d54

Patch Changes

  • 2a98cce: Fix CommandHandle (sync and async) recording the command result after yielding the flushed end-event chunks. The decoders are now flushed and the CommandResult is recorded before the trailing chunks are yielded, so a consumer that stops iterating on the first flushed chunk still observes the exit code.
  • 21af1f8: Avoid quadratic-time stdout/stderr accumulation in command handles by buffering decoded chunks in a list and joining on read instead of repeatedly concatenating onto an instance attribute.