@contrail/telemetry 2.1.0-alpha-otel-query-params.1 → 2.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +2 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -7,6 +7,8 @@ Versioning follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [2.1.0] - 2026-04-29
11
+
10
12
  ### Added
11
13
 
12
14
  - **`ATTR_CONTRAIL_BOARD_ID` and `ATTR_CONTRAIL_DOCUMENT_ID` constants** — Namespaced (`contrail.board.id`, `contrail.document.id`) for use as span attributes when instrumenting board/document operations. Enables grouping and filtering traces by entity ID in observability tooling.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contrail/telemetry",
3
- "version": "2.1.0-alpha-otel-query-params.1",
3
+ "version": "2.1.0",
4
4
  "description": "Telemetry and monitoring utilities for contrail services",
5
5
  "main": "lib/index.js",
6
6
  "browser": "lib/index.browser.js",