Skip to content

v0.10.12

Choose a tag to compare

@github-actions github-actions released this 07 Jun 23:39
cac6c3e

Added

  • Added Trellis OpenTelemetry error metrics, including the trellis.errors
    counter, low-cardinality error attribute sanitization, public telemetry metric
    helpers, and runtime instrumentation for RPCs, jobs, operations, events,
    feeds, transfers, auth failures, and service lifecycle failures.
  • Added optional metrics export from the TypeScript telemetry runtime through
    OTLP endpoints or TRELLIS_METRICS_CONSOLE, with metric export interval
    support from OTEL_METRIC_EXPORT_INTERVAL.

Changed

  • Changed release publishing to use release/v* branch markers so GitHub
    Actions creates the release tag only after the release gate passes and
    publishes from the same verified artifacts.

Fixed

  • Fixed release verification so broad Deno tests run after npm package artifacts
    are built, and made the Jobs integration fixture tolerate transient Jobs.Get
    projection misses while the Jobs projector catches up.