Ratel Docs
ReferenceRust packagesratel-ai-telemetry (Rust)

Changelog

Release history of ratel-ai-telemetry.

ratel-ai-telemetry release history · crates.io · source · docs.rs

Synced verbatim from the package's CHANGELOG.md at ratel-ai/ratel@3be0ecb — do not edit by hand. Regenerate with pnpm sync:api in apps/docs.

All notable changes to ratel-ai-telemetry (the Rust telemetry constants crate) are documented here.

The format follows Keep a Changelog and this package adheres to Semantic Versioning.

[0.1.0] - 2026-07-06

Added

  • The telemetry vocabulary (ADR-0015): the full ratel.* constants (attribute keys, span/event names, gen_ai.* interop keys, and the Origin/SearchTarget/AuthOutcome value enums) pinned to OpenTelemetry semconv gen_ai v1.42.0, as zero-dependency &str constants and enums.
  • The contract-against-the-pin test suite: every constant is asserted against its pinned wire key, so the vocabulary cannot drift from CONVENTIONS.md.

Changed

  • Released as an independent crates.io unit under the telemetry-core-v* tag prefix.

This crate is constants-only; the TS and Python helpers ship init().

On this page