diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1b2e10896..8bef73d09 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -10,7 +10,7 @@ "+5": "0.0.0", "frontend/workflows-lib": "0.1.6", "+6": "0.0.0", - "backend/telemetry": "0.1.2", + "backend/telemetry": "0.1.3", "+7": "0.0.0", "workflows-cli": "0.1.0", "+8": "0.0.0", diff --git a/backend/telemetry/CHANGELOG.md b/backend/telemetry/CHANGELOG.md index 10e8aed7f..36fcac6a8 100644 --- a/backend/telemetry/CHANGELOG.md +++ b/backend/telemetry/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.1.3](https://github.com/DiamondLightSource/workflows/compare/telemetry@v0.1.2...telemetry@v0.1.3) (2026-01-22) + + +### Features + +* **auth-daemon:** router and CLI configuration ([73d0a78](https://github.com/DiamondLightSource/workflows/commit/73d0a78efbcea8f1054e5969f8c8a01341334a9b)) +* **graph-proxy:** proof-of-concept total request counter ([735e12a](https://github.com/DiamondLightSource/workflows/commit/735e12a432cd0d681fcf1b83431d716e84126fd3)) + + +### Bug Fixes + +* modified backend toml files ([b7113d8](https://github.com/DiamondLightSource/workflows/commit/b7113d8016c130e765b95e712210c11445fec4dc)) +* **telemetry:** give all services reasonable tracing name ([67bc3bb](https://github.com/DiamondLightSource/workflows/commit/67bc3bbb073096c55adbc42434ceb040913f0c2c)) + ## [0.1.2](https://github.com/DiamondLightSource/workflows/compare/telemetry@v0.1.1...telemetry@v0.1.2) (2025-04-14) diff --git a/backend/telemetry/Cargo.toml b/backend/telemetry/Cargo.toml index 6ef86bca4..cd288c458 100644 --- a/backend/telemetry/Cargo.toml +++ b/backend/telemetry/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "telemetry" build = "build.rs" -version = "0.1.2" +version = "0.1.3" edition = "2021" license = "Apache-2.0" description = "A telemetry library for collecting and exporting metrics and traces."