Skip to content

v2.13.0

Choose a tag to compare

@github-actions github-actions released this 02 Apr 00:03
· 5 commits to main since this release

Release v2.13.0

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

Published Packages

[2.13.0] - 2026-04-02

Added

  • Introduced OpenAPI integration in @enclave-vm/broker, facilitating automatic tool generation and polling.
  • Implemented OpenApiSource, OpenApiSpecPoller, and OpenApiToolLoader for managing API specifications and tool synchronization.
  • Added CatalogHandler for exposing HTTP catalog of actions from OpenAPI sources.

Changed

  • Enhanced BrokerSession to 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.