@twin.org/telemetry-connector-opentelemetry 0.10.0 → 0.10.1-next.1

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/docs/changelog.md +36 -0
  2. package/package.json +8 -8
package/docs/changelog.md CHANGED
@@ -1,5 +1,41 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.10.1-next.1](https://github.com/iotaledger/twin-telemetry/compare/telemetry-connector-opentelemetry-v0.10.1-next.0...telemetry-connector-opentelemetry-v0.10.1-next.1) (2026-09-18)
4
+
5
+
6
+ ### Features
7
+
8
+ * add helper and command types ([7166013](https://github.com/iotaledger/twin-telemetry/commit/7166013f8a0693a1d92101cb600c37a1aba66417))
9
+ * add metrics producer infrastructure ([#30](https://github.com/iotaledger/twin-telemetry/issues/30)) ([8990b99](https://github.com/iotaledger/twin-telemetry/commit/8990b990d22f331d44562c2781c9b6ddf846db88))
10
+ * add OpenTelemetry connector, tests and a graphana example ([#22](https://github.com/iotaledger/twin-telemetry/issues/22)) ([ae3e08f](https://github.com/iotaledger/twin-telemetry/commit/ae3e08f459cb20ff5d2a149982676de8c2f90ae1))
11
+ * batch metric entity storage writes ([e592add](https://github.com/iotaledger/twin-telemetry/commit/e592adddc7b84b63c10f1c49e812190598325b2e))
12
+ * improve open telemetry config ([8803201](https://github.com/iotaledger/twin-telemetry/commit/8803201611b1799a00cd657e0675f85596c4edce))
13
+ * improved testing ([#85](https://github.com/iotaledger/twin-telemetry/issues/85)) ([d73230f](https://github.com/iotaledger/twin-telemetry/commit/d73230f3f0327b05bc705439714ff65eac396b6b))
14
+ * linting and dependency update ([894df58](https://github.com/iotaledger/twin-telemetry/commit/894df58aaf1cb49b9646ca94c0a2987883a3121c))
15
+ * metric values in background ([#118](https://github.com/iotaledger/twin-telemetry/issues/118)) ([4a13bc4](https://github.com/iotaledger/twin-telemetry/commit/4a13bc465847c64bd99ec19c2f6fbb10e303164e))
16
+ * reduce mutex locks ([#94](https://github.com/iotaledger/twin-telemetry/issues/94)) ([8deb4eb](https://github.com/iotaledger/twin-telemetry/commit/8deb4eb51649ed7d9c0828a632115fede8c6a436))
17
+ * rest enhancement ([#56](https://github.com/iotaledger/twin-telemetry/issues/56)) ([28b79fc](https://github.com/iotaledger/twin-telemetry/commit/28b79fc2fb66f1e5c28cde325d018e5878d899b5))
18
+ * typescript 6 update ([0acecc2](https://github.com/iotaledger/twin-telemetry/commit/0acecc2692b174fbaec6a8a89bd9277fa3530b5f))
19
+ * update components ([a8583f3](https://github.com/iotaledger/twin-telemetry/commit/a8583f361218e65f5b85cf8ac4f8114d6d2c0079))
20
+
21
+
22
+ ### Bug Fixes
23
+
24
+ * docs ([acc23a6](https://github.com/iotaledger/twin-telemetry/commit/acc23a674e75752e3817e2717d6b029d0b1404ff))
25
+ * metric timestamp ordering ([#73](https://github.com/iotaledger/twin-telemetry/issues/73)) ([67829ac](https://github.com/iotaledger/twin-telemetry/commit/67829acdfa4d0272bde5ad51d71d0ada039c4ccc))
26
+ * open-telemetry config options ([c35ee76](https://github.com/iotaledger/twin-telemetry/commit/c35ee764ccad9168985fcac6efc3461422884ce4))
27
+ * resource partitioning ([#77](https://github.com/iotaledger/twin-telemetry/issues/77)) ([bae3093](https://github.com/iotaledger/twin-telemetry/commit/bae3093d285b379f96dd95c9bbed59bb0895a2cd))
28
+ * use async getStore in tests ([da1ea59](https://github.com/iotaledger/twin-telemetry/commit/da1ea5948c7ece9c614d9e9056fe6a4efab16180))
29
+ * use async getStore in tests ([38dade0](https://github.com/iotaledger/twin-telemetry/commit/38dade0537b30e10ef598d3303328136f5c113eb))
30
+
31
+
32
+ ### Dependencies
33
+
34
+ * The following workspace dependencies were updated
35
+ * dependencies
36
+ * @twin.org/telemetry-connector-entity-storage bumped from 0.10.1-next.0 to 0.10.1-next.1
37
+ * @twin.org/telemetry-models bumped from 0.10.1-next.0 to 0.10.1-next.1
38
+
3
39
  ## [0.10.0](https://github.com/iotaledger/twin-telemetry/compare/telemetry-connector-opentelemetry-v0.10.0...telemetry-connector-opentelemetry-v0.10.0) (2026-09-16)
4
40
 
5
41
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/telemetry-connector-opentelemetry",
3
- "version": "0.10.0",
3
+ "version": "0.10.1-next.1",
4
4
  "description": "OpenTelemetry connector for pushing telemetry metrics to OTEL-compatible backends.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -19,13 +19,13 @@
19
19
  "@opentelemetry/exporter-prometheus": "0.221.0",
20
20
  "@opentelemetry/resources": "2.10.0",
21
21
  "@opentelemetry/sdk-metrics": "2.10.0",
22
- "@twin.org/context": "^0.10.0",
23
- "@twin.org/core": "^0.10.0",
24
- "@twin.org/entity-storage-models": "^0.10.0",
25
- "@twin.org/logging-models": "^0.10.0",
26
- "@twin.org/nameof": "^0.10.0",
27
- "@twin.org/telemetry-connector-entity-storage": "^0.10.0",
28
- "@twin.org/telemetry-models": "^0.10.0"
22
+ "@twin.org/context": "next",
23
+ "@twin.org/core": "next",
24
+ "@twin.org/entity-storage-models": "next",
25
+ "@twin.org/logging-models": "next",
26
+ "@twin.org/nameof": "next",
27
+ "@twin.org/telemetry-connector-entity-storage": "0.10.1-next.1",
28
+ "@twin.org/telemetry-models": "0.10.1-next.1"
29
29
  },
30
30
  "main": "./dist/es/index.js",
31
31
  "types": "./dist/types/index.d.ts",