Skip to content

v0.10.11

Choose a tag to compare

@github-actions github-actions released this 07 Jun 17:06
8e94336

Added

  • Added release pretag-check and release local-verify xtask commands so
    release operators can run repeatable local verification and fail-closed
    pre-tag GitHub Release workflow dry-runs from the CLI.
  • Added prepared Deno test partitions for faster focused package, service,
    UI/tooling, and packaging verification loops after a single prepare step.

Changed

  • Updated the Release workflow with Deno dependency caching, broader Rust tool
    cache coverage, and timing diagnostics for release verification phases.
  • Expanded the release guide with exact Git review commands, targeted
    integration fixture guidance, corrected Rust formatter checks, and staged JSR
    publish verification.

Fixed

  • Annotated TypeScript and Rust handler-boundary errors with service, contract,
    surface, request, and trace metadata while preserving declared business error
    types and omitting internal NATS subjects from serialized error contexts.
  • Fixed release verification type checks for cross-runtime timer handles and
    Node stack-trace capture, and restored JS demo contract parity resolution with
    local Trellis import mappings.