v2.13.0
Release v2.13.0
Release type: stable
Release line: 2.13.x
Branch: release/2.13.x
Published Packages
@enclave-vm/core@2.13.0@enclave-vm/types@2.13.0@enclave-vm/stream@2.13.0@enclave-vm/broker@2.13.0@enclave-vm/client@2.13.0@enclave-vm/react@2.13.0@enclave-vm/runtime@2.13.0@enclave-vm/ast@2.13.0
[2.13.0] - 2026-04-02
Added
- Introduced OpenAPI integration in
@enclave-vm/broker, facilitating automatic tool generation and polling. - Implemented
OpenApiSource,OpenApiSpecPoller, andOpenApiToolLoaderfor managing API specifications and tool synchronization. - Added
CatalogHandlerfor exposing HTTP catalog of actions from OpenAPI sources.
Changed
- Enhanced
BrokerSessionto include deadline management and partial error reporting. - Improved session cancellation handling and progress event emissions.
Fixed
- Fixed session state transitions to handle race conditions more robustly.