Skip to content

Releases: e2b-dev/E2B

e2b@2.12.0

29 Jan 19:28
77b08f5

Choose a tag to compare

Minor Changes

  • 77b08f5: Adds first class support to git commands to the sandbox sdk.

e2b@2.11.2

29 Jan 15:55
631522d

Choose a tag to compare

Patch Changes

  • 631522d: Add v2 template update endpoint with TemplateUpdateResponse containing namespaced names
  • 4af9b4c: avoid reading files on upload

@e2b/python-sdk@2.13.0

29 Jan 19:28
77b08f5

Choose a tag to compare

Minor Changes

  • 77b08f5: Adds first class support to git commands to the sandbox sdk.

@e2b/python-sdk@2.12.2

29 Jan 15:55
631522d

Choose a tag to compare

Patch Changes

  • 4af9b4c: avoid reading files on upload

@e2b/cli@2.6.0

29 Jan 15:55
631522d

Choose a tag to compare

Minor Changes

  • 631522d: Use v2 template update endpoint and display namespaced template name after publishing

Patch Changes

  • Updated dependencies [631522d]
  • Updated dependencies [4af9b4c]
    • e2b@2.11.2

e2b@2.11.1

27 Jan 22:38
07ef17f

Choose a tag to compare

Patch Changes

  • 07ef17f: deprecate aliasexists and add exists

e2b@2.11.0

27 Jan 14:06
10abab8

Choose a tag to compare

Minor Changes

  • 10abab8: Add template versioning with tags support
    • Template.build() now accepts names in name:tag format (e.g., "my-template:v1.0")
    • New Template.assignTags() / Template.assign_tags() to assign tags to existing builds
    • New Template.removeTags() / Template.remove_tags() to remove tags

@e2b/python-sdk@2.12.1

27 Jan 22:38
07ef17f

Choose a tag to compare

Patch Changes

  • 07ef17f: deprecate aliasexists and add exists

@e2b/python-sdk@2.12.0

27 Jan 14:06
10abab8

Choose a tag to compare

Minor Changes

  • 10abab8: Add template versioning with tags support
    • Template.build() now accepts names in name:tag format (e.g., "my-template:v1.0")
    • New Template.assignTags() / Template.assign_tags() to assign tags to existing builds
    • New Template.removeTags() / Template.remove_tags() to remove tags

@e2b/cli@2.5.1

27 Jan 14:06
10abab8

Choose a tag to compare

Patch Changes

  • 10abab8: Update templates to use new Template.build() format
  • Updated dependencies [10abab8]
    • e2b@2.11.0