Changelog

Product updates and improvements.
Latest updates on X or Discord.
Thank you for subscribing!
Oops! Something went wrong while submitting the form.
Mar 30, 2024
Mar 30, 2024

Local sandbox template builds

Build of docker image for a new template is now done on user's local machine instead of E2B's cloud. Here's how this new approach improves the DX:

  • Allows referencing private docker images
  • Manages build cache
  • Higher iteration speed
  • Prevents uploading node_modules or venv by accident
  • Option to use a 3rd party service like GitHub Actions to build the sandbox template.

To build a new template users have to upgrade their CLI to the newest version:

npm install -g @e2b/cli@latest

Find more about building your custom templates here.

Other fixed bugs and improvements

Product roadmap

See the public roadmap with planned features here.

Mar 17, 2024
Mar 17, 2024

Releasing public roadmap on GitHub

Product roadmap

We released a public roadmap on GitHub to share features and bugs that we are working on. If there is anything you would like to see us add, please open an issue on our GitHub.

Multiple consul and nomad servers

We added an option to manage multiple Consul and Nomad servers simultaneously.

Other fixed bugs and improvements

Mar 8, 2024
Mar 8, 2024

Week #32

This week we were working on a new CodeInterpreter API. It's still in its experimental phase, but we love to hear your feedback. We added support for multiple Nomad and Consul servers.

Other fixed bugs and improvements

Mar 3, 2024
Mar 3, 2024

Faster sandboxes and custom CPU and RAM

Up to 5x faster sandboxes

We implemented huge pages - a feature that allows customers to use 2 MiB chunks of memory instead of 4 KiB chunks, which are the default.

Huge pages are now enabled by default in all newly created custom sandboxes. If a user has an existing custom sandbox, they must rebuild it by calling e2b build in the directory with the e2b.toml file.

Custom CPU And RAM

We allowed Pro users to customize the number of vCPUs and RAM size for the sandboxes. The sandbox compute now also has a dedicated page in our documentation.

Pro users can now choose:

  • 1 - 8 vCPUs
  • 128 MiB - 8 GiB RAM

Other fixed bugs and improvements

Getting started with sandboxes

If you want to try the sandboxes, start here and let us know at hello@e2b.dev if you need any support.

Feb 23, 2024
Feb 23, 2024

Week #30

We enabled billing on E2B. Read more here about what we charge for and how to monitor your usage. We added the Your Usage page to our Docs to monitor your spending.

Fixed bugs and improvements

Feb 16, 2024
Feb 16, 2024

Connect cloud storage

You can now connect your storage buckets to the sandbox. Connecting your cloud buckets is useful for filesystem persistence or giving the sandbox access to your data. This is achieved via the FUSE protocol which is supported by all popular cloud buckets: Amazon S3, Google Cloud Storage, and Cloudfare R2.

Get started here.

Fixed bugs and improvements

Feb 9, 2024
Feb 9, 2024

Week #28

Feb 3, 2024
Feb 3, 2024

Week #27