Skip to content

v2.12.0

Choose a tag to compare

@github-actions github-actions released this 25 Feb 13:12
· 7 commits to main since this release

Release v2.12.0

Release type: stable
Release line: 2.12.x
Branch: release/2.12.x

Published Packages

[2.12.0] - 2026-02-25

Added

  • Introduced a new @enclave-vm/browser library for browser sandbox runtime using double iframe isolation.
  • Added a browser demo application with React integration for showcasing Enclave's capabilities.
  • Implemented Playwright e2e tests for @enclave-vm/browser.

Changed

  • Updated @enclave-vm/ast, @enclave-vm/broker, @enclave-vm/stream, and other core modules to version 2.12.0.

Security

  • Enhanced sandbox security with improved blocking mechanisms for eval() and object constructor access.

Fixed

  • Fixed client disconnect handling in streaming demos for Node 20+, ensuring proper cleanup.