Commit Graph

274 Commits

Author SHA1 Message Date
Jakub Novak 39ec48b99c Fix type issues in python 3.8 2024-02-29 11:55:03 -08:00
Vasek Mlejnsky 336e3cc351 Fix type issue in Python 3.8 (#324) 2024-02-29 10:17:48 -08:00
Jakub Novak 35b20c8711 Fix type issue in Python 3.8 2024-02-29 10:00:02 -08:00
github-actions[bot] 3612a2adf6 [skip ci] Release new versions 2024-02-28 15:02:45 +00:00
Jakub Novak 1801039dbf Add info about memory and cpus to sandbox list 2024-02-28 06:57:27 -08:00
github-actions[bot] b91154429b [skip ci] Release new versions 2024-02-28 14:55:39 +00:00
Jakub Novak ad990dc624 Fix type definition in python SDK 2024-02-28 06:12:14 -08:00
github-actions[bot] 18745ad0c2 [skip ci] Release new versions 2024-02-28 05:54:17 +00:00
Vasek Mlejnsky 710f227b85 Document process for customizing sandbox compute (#322)
Co-authored-by: Tomas Valenta <valenta.and.thomas@gmail.com>
Co-authored-by: Jakub Novak <jakub@e2b.dev>
2024-02-27 21:43:48 -08:00
github-actions[bot] 696d3e78df [skip ci] Release new versions 2024-02-15 17:13:24 +00:00
Jakub Novak 096f19b808 Add explicitly api key to reconnect method 2024-02-15 09:08:57 -08:00
github-actions[bot] adc75d57bc [skip ci] Release new versions 2024-02-14 19:21:44 +00:00
Jakub Novak b982ae322f Don't subscribe to scan ports in python SDK if not needed 2024-02-14 11:17:02 -08:00
github-actions[bot] 64f67f4b6d [skip ci] Release new versions 2024-02-08 23:42:50 +00:00
Tomas Valenta b40637226a Fix sandboxID in Python SDK list method 2024-02-08 15:27:22 -08:00
github-actions[bot] 0e9d1623dc [skip ci] Release new versions 2024-02-08 18:49:04 +00:00
Jakub Novak 26f1f43ebd Fix handler's type in terminal module in Python SDK 2024-02-08 10:43:05 -08:00
Tomas Valenta c86b79a1c5 Improve metadata dosctrings; Export metadata type in JS SDK 2024-02-06 11:38:11 -08:00
github-actions[bot] 772c2c4118 [skip ci] Release new versions 2024-02-02 18:12:28 +00:00
Jakub Novák 7fe1d3b569 Rename api endpoints (#298) 2024-02-02 18:57:40 +01:00
Jakub Novak 8dd2a0f33b Allow extra fields 2024-01-30 14:45:09 +01:00
github-actions[bot] 456e66ba0b [skip ci] Release new versions 2024-01-30 11:26:43 +00:00
Jakub Novak 363b577c69 Add alias to list command 2024-01-30 10:56:25 +01:00
Jakub Novak 1e1bd00b9c Fix naming for listing running sandboxes and add section to docs 2024-01-29 18:43:45 +01:00
github-actions[bot] 48e285a087 [skip ci] Release new versions 2024-01-29 16:25:29 +00:00
Jakub Novak 95f8c0ecca Fix tests 2024-01-29 17:20:55 +01:00
Jakub Novák 34f49ca350 List running sandboxes (#297) 2024-01-29 17:10:11 +01:00
Jakub Novak d712060b3f Close the sdk properly if interrupted during connection to websocket 2024-01-25 15:04:57 +01:00
Jakub Novak dd9eb8507f Fix connection to local envd 2024-01-24 16:12:12 +01:00
Jakub Novak 389d54f5ea Decrease reconnect for python websocket client 2024-01-23 15:27:51 +01:00
Jakub Novák 239f3fcf32 Improve API key is missing error message (#293) 2024-01-23 15:15:35 +01:00
github-actions[bot] 05e3ae3dcc [skip ci] Release new versions 2024-01-22 17:21:42 +00:00
Jakub Novák 41fc5ffa90 Improve sdks performance (#287) 2024-01-22 18:17:23 +01:00
github-actions[bot] e885c3c0cd [skip ci] Release new versions 2024-01-22 11:37:32 +00:00
Jakub Novák 923f9aa24c Move refreshing and message processing to daemon threads in Python SDK (#286) 2024-01-22 12:33:30 +01:00
github-actions[bot] 8ad3eca027 [skip ci] Release new versions 2023-12-19 13:50:37 +00:00
Tomas Valenta c068f6ebb6 Fix Python code output buffering (#268)
Fixes https://github.com/e2b-dev/E2B/issues/265
2023-12-19 14:46:22 +01:00
Tomas Valenta 035893c3c0 Fix Python buffering for processes 2023-12-19 14:44:38 +01:00
github-actions[bot] cc738a9d0b [skip ci] Release new versions 2023-12-19 11:48:53 +00:00
Tomas Valenta 479fe58a4b Prevent start command logs listening block when starting sandbox 2023-12-19 12:41:44 +01:00
Tomas Valenta b39810e625 Don't listen to start cmd if the output is not used 2023-12-19 12:04:53 +01:00
github-actions[bot] 168abd496f [skip ci] Release new versions 2023-12-13 21:40:36 +00:00
Tomas Valenta 1117bbc919 Make template arg in CodeInterpreter optional 2023-12-13 22:36:21 +01:00
Tomas Valenta d90778cb93 Enable overriding template in CodeInterpreter 2023-12-13 22:24:55 +01:00
github-actions[bot] a7e1741dd8 [skip ci] Release new versions 2023-12-11 16:23:34 +00:00
Vasek Mlejnsky 06e4bb0183 Update versions 2023-12-11 17:18:02 +01:00
github-actions[bot] 942e7677e4 [skip ci] Release new versions 2023-12-10 21:02:40 +00:00
Tomas Valenta 3d2b898e45 Always return string from sandbox.id 2023-12-10 21:58:39 +01:00
github-actions[bot] d350cf124b [skip ci] Release new versions 2023-12-08 11:01:44 +00:00
Jakub Novak b62502fba2 Add timeout for wait 2023-12-08 11:57:12 +01:00