All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and the project follows Semantic Versioning.
[0.2.0] - 2026-06-01
Added
- added
Telemetry.Metrics.LastValuesupport through OpenTelemetry observable gauges - added
last_valuecardinality controls::ttl_ms,:max_series, and:on_overflow - expanded docs and the basic example with a bounded queue-depth
last_valuemetric
Changed
- relaxed the
telemetry_metricsdependency to support both~> 0.6and~> 1.0
[0.1.2] - 2026-05-30
Changed
- rewrote the README and primary module docs to introduce the library from problem statement through integration flow
- added a lightweight architecture diagram and explicit metric mapping reference for the Telemetry-to-OpenTelemetry bridge
- improved module reference docs for
OtelBridge, specs, profiles, and runtime internals with more consistent wording and onboarding guidance - simplified ExDoc navigation by showing full module names instead of nested prefix shorthands
[0.1.1] - 2026-05-30
Changed
- expanded HexDocs coverage across all library modules
- documented public API functions, profiles, runtime modules, and behaviours
- improved HexDocs navigation with module grouping and nested namespaces
- added
source_url, maintainer, and package links metadata - added
ex_docas the documentation dependency for local and HexDocs builds
[0.1.0] - 2026-05-30
Added
- initial public
OtelBridgesupervision entrypoint OtelBridge.Specbehaviour andusehelperOtelBridge.BridgeforTelemetry.Metricsto OpenTelemetry metrics bridgingOtelBridge.ProfileabstractionOtelBridge.Profile.VictoriaMetricsprofile with cumulative temporality for synchronous metricsOtelBridge.Exporterfor OTLP metrics export- initial README, examples, and contract tests