Skip to content

e2b@2.28.1

Choose a tag to compare

@github-actions github-actions released this 09 Jun 12:34
d86368a

Patch Changes

  • 08012ee: feat: add sendStdin/send_stdin and closeStdin/close_stdin to CommandHandle

    You can now send and close stdin directly on a background command handle instead of going through sandbox.commands with the command's PID.

  • ca18220: Use components['schemas'][...] instead of verbose paths[...] traversal for OpenAPI-generated type references.