E2B icon indicating copy to clipboard operation
E2B copied to clipboard

Release SDK V1 Beta

Open ValentaTomas opened this issue 7 months ago • 1 comments

This PR introduces changes to the SDKs that:

  • Fix the lifecycle management by letting users specify sandbox timeout and getting rid of periodic refreshes in the background
  • Changes communication from WebSocket to HTTP1.1 with streams which removes the need for establishing the initial connection and allows better control over requests to the sandbox
  • Improves some long-standing issues with the SDK like default user
  • Introduces requested methods like exists or rename

ValentaTomas avatar Jun 27 '24 20:06 ValentaTomas