Vasek Mlejnsky
cf6b3cf235
Update docs & readme
2023-11-09 12:36:18 +01:00
github-actions[bot]
7a8dadf1b9
[skip ci] Release new versions
2023-11-09 10:14:33 +00:00
Jakub Novák
f1263f1469
Aliasing ( #216 )
@e2b/python-sdk@0.10.3
@e2b/sdk@0.8.2
2023-11-09 11:09:43 +01:00
Jakub Novak
9b3a162b39
Update openapi spec
2023-11-09 11:09:17 +01:00
Jakub Novak
2e1da46935
Update openapi spec
2023-11-09 11:06:37 +01:00
Jakub Novak
661b4a82be
Regenerate python api client
2023-11-09 11:01:30 +01:00
github-actions[bot]
52d1b51df4
[skip ci] Release new versions
2023-11-09 09:17:47 +00:00
Tomas Valenta
9388a4e990
Fix backwards compatibility for union ( #214 )
...
In python 3.9 and below you can't do something like str | None in the
type definition of a function's arguments. However, this can be fixed by
using __future__.
Python stores the annotations as strings and doesn't try to evaluate
them. This allows you to write type hints using Python 3.10's syntax in
a Python 3.9 environment. When the code is actually run, the annotations
aren't evaluated, so there's no issue with the interpreter not
understanding the | operator for union types.
I checked and the | is only in this one file, elsewhere we are using Union. I replaced the | with Unions to make it consistent.
@e2b/python-sdk@0.10.2
2023-11-09 10:13:00 +01:00
Tomas Valenta
521495d23f
Create release
2023-11-09 10:11:01 +01:00
Tomas Valenta
f829f88608
Replace | with Union
2023-11-09 10:05:29 +01:00
Kaveen Kumarasinghe
d63fe3523f
Use __future__ annotation to fix backwards compatibility for union
2023-11-08 23:50:10 -05:00
Vasek Mlejnsky
cbc9f45f3b
update docs
2023-11-08 17:41:28 +01:00
Vasek Mlejnsky
7bde0044a0
update docs
2023-11-08 17:36:09 +01:00
Vasek Mlejnsky
b2cf4b3b3b
Update pricing page
2023-11-08 17:32:15 +01:00
Jakub Novak
400a901723
Add comment where create the webhook for future generations
2023-11-08 17:26:26 +01:00
Jakub Novak
5e5a4995db
Remove unused function
2023-11-08 17:24:41 +01:00
Jakub Novak
8489eea081
Send message about new user to slack via bot
2023-11-08 17:22:32 +01:00
Vasek Mlejnsky
aa0dcca4f0
Merge branch 'main' of https://github.com/e2b-dev/e2b
2023-11-08 17:09:32 +01:00
Vasek Mlejnsky
f5e2ea7b4d
udpate docs
2023-11-08 17:09:29 +01:00
Jakub Novak
c003378263
Mention the maximum of concurrently running sessions
2023-11-08 16:57:23 +01:00
Tomas Valenta
b97b43ef0b
Bump version
2023-11-08 13:34:00 +01:00
Tomas Valenta
1411bd6b6e
Change DEBUG env var to E2B_DEBUG to prevent accidentally switching SDKs to local mode when trying to print debug logs
2023-11-08 13:27:06 +01:00
github-actions[bot]
814ec0269b
[skip ci] Release new versions
2023-11-08 12:23:24 +00:00
Jakub Novak
4f06ec5252
Add changeset
@e2b/cli@0.1.2
2023-11-08 13:21:17 +01:00
Jakub Novak
b88feb0779
Improve texting in CLI, add reference to docs
2023-11-08 13:20:50 +01:00
Jakub Novak
e6f605dbb9
Remove timeout from CLI - it's handled in API
2023-11-08 12:47:32 +01:00
Tomas Valenta
417035073c
Update JS SDK generated API client
2023-11-08 12:35:05 +01:00
Vasek Mlejnsky
ca0243ba4d
send slack message when user signs up
2023-11-08 12:19:28 +01:00
github-actions[bot]
5ce65e4a84
[skip ci] Release new versions
2023-11-08 09:39:32 +00:00
Jakub Novak
1c9c7a67ad
Add changelog
@e2b/cli@0.1.1
2023-11-08 10:35:16 +01:00
Vasek Mlejnsky
fcb268b178
Update docs
2023-11-08 09:15:51 +01:00
Vasek Mlejnsky
c3c7ccdb87
Update docs
2023-11-07 19:41:13 +01:00
Vasek Mlejnsky
1cebf8746d
update docs
2023-11-07 18:30:35 +01:00
Vasek Mlejnsky
7fc61d17ce
update docs
2023-11-07 18:21:07 +01:00
Vasek Mlejnsky
dac1c62e5a
Merge branch 'main' of https://github.com/e2b-dev/e2b
2023-11-07 17:37:04 +01:00
Vasek Mlejnsky
76be2aa3bf
Add API for data analysis [wip]
2023-11-07 17:36:58 +01:00
Jakub Novak
d24953b4d3
Remove coloring from incoming build logs
2023-11-07 16:54:45 +01:00
Vasek Mlejnsky
da5bca40d8
Update docs
2023-11-07 11:34:48 +01:00
Vasek Mlejnsky
2d1d91356f
Add section about premade sandboxes
2023-11-06 18:57:07 +01:00
Vasek Mlejnsky
777635d992
Merge branch 'main' of https://github.com/e2b-dev/e2b
2023-11-06 17:00:46 +01:00
Vasek Mlejnsky
311af40a32
Fix typo
2023-11-06 17:00:38 +01:00
github-actions[bot]
800d84d807
[skip ci] Release new versions
2023-11-06 14:34:49 +00:00
Jakub Novak
9d16d8b2bb
Update dependencies
@e2b/python-sdk@0.10.1
2023-11-06 15:29:47 +01:00
Jakub Novak
a46f9da8cb
Release js sdk manually
2023-11-06 15:27:36 +01:00
Jakub Novak
94fb97a0d7
Add changeset
2023-11-06 15:20:44 +01:00
Jakub Novak
7f12306ca7
Fix filesystem path warning
2023-11-06 15:20:44 +01:00
Jakub Novak
48dc34e239
Release js sdk
2023-11-06 15:20:43 +01:00
Vasek Mlejnsky
e7fe53d3ff
Switch order of sections in docs
2023-11-06 15:18:48 +01:00
github-actions[bot]
eb3220a02e
[skip ci] Release new versions
2023-11-06 14:12:26 +00:00
Jakub Novák
388309830b
New infra ( #212 )
...
Co-authored-by: Tomas Valenta <valenta.and.thomas@gmail.com >
Co-authored-by: Vasek Mlejnsky <vasek.mlejnsky@gmail.com >
@e2b/cli@0.1.0
@e2b/python-sdk@0.10.0
2023-11-06 15:07:09 +01:00