@twin.org/telemetry-connector-opentelemetry 0.9.2 → 0.9.3-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 +35 -0
  2. package/package.json +8 -8
package/docs/changelog.md CHANGED
@@ -1,5 +1,40 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.9.3-next.1](https://github.com/iotaledger/twin-telemetry/compare/telemetry-connector-opentelemetry-v0.9.3-next.0...telemetry-connector-opentelemetry-v0.9.3-next.1) (2026-08-31)
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
+ * reduce mutex locks ([#94](https://github.com/iotaledger/twin-telemetry/issues/94)) ([8deb4eb](https://github.com/iotaledger/twin-telemetry/commit/8deb4eb51649ed7d9c0828a632115fede8c6a436))
16
+ * rest enhancement ([#56](https://github.com/iotaledger/twin-telemetry/issues/56)) ([28b79fc](https://github.com/iotaledger/twin-telemetry/commit/28b79fc2fb66f1e5c28cde325d018e5878d899b5))
17
+ * typescript 6 update ([0acecc2](https://github.com/iotaledger/twin-telemetry/commit/0acecc2692b174fbaec6a8a89bd9277fa3530b5f))
18
+ * update components ([a8583f3](https://github.com/iotaledger/twin-telemetry/commit/a8583f361218e65f5b85cf8ac4f8114d6d2c0079))
19
+
20
+
21
+ ### Bug Fixes
22
+
23
+ * docs ([acc23a6](https://github.com/iotaledger/twin-telemetry/commit/acc23a674e75752e3817e2717d6b029d0b1404ff))
24
+ * metric timestamp ordering ([#73](https://github.com/iotaledger/twin-telemetry/issues/73)) ([67829ac](https://github.com/iotaledger/twin-telemetry/commit/67829acdfa4d0272bde5ad51d71d0ada039c4ccc))
25
+ * open-telemetry config options ([c35ee76](https://github.com/iotaledger/twin-telemetry/commit/c35ee764ccad9168985fcac6efc3461422884ce4))
26
+ * resource partitioning ([#77](https://github.com/iotaledger/twin-telemetry/issues/77)) ([bae3093](https://github.com/iotaledger/twin-telemetry/commit/bae3093d285b379f96dd95c9bbed59bb0895a2cd))
27
+ * use async getStore in tests ([da1ea59](https://github.com/iotaledger/twin-telemetry/commit/da1ea5948c7ece9c614d9e9056fe6a4efab16180))
28
+ * use async getStore in tests ([38dade0](https://github.com/iotaledger/twin-telemetry/commit/38dade0537b30e10ef598d3303328136f5c113eb))
29
+
30
+
31
+ ### Dependencies
32
+
33
+ * The following workspace dependencies were updated
34
+ * dependencies
35
+ * @twin.org/telemetry-connector-entity-storage bumped from 0.9.3-next.0 to 0.9.3-next.1
36
+ * @twin.org/telemetry-models bumped from 0.9.3-next.0 to 0.9.3-next.1
37
+
3
38
  ## [0.9.2](https://github.com/iotaledger/twin-telemetry/compare/telemetry-connector-opentelemetry-v0.9.2...telemetry-connector-opentelemetry-v0.9.2) (2026-08-24)
4
39
 
5
40
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/telemetry-connector-opentelemetry",
3
- "version": "0.9.2",
3
+ "version": "0.9.3-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.9.2",
23
- "@twin.org/core": "^0.9.2",
24
- "@twin.org/entity-storage-models": "^0.9.2",
25
- "@twin.org/logging-models": "^0.9.2",
26
- "@twin.org/nameof": "^0.9.2",
27
- "@twin.org/telemetry-connector-entity-storage": "^0.9.2",
28
- "@twin.org/telemetry-models": "^0.9.2"
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.9.3-next.1",
28
+ "@twin.org/telemetry-models": "0.9.3-next.1"
29
29
  },
30
30
  "main": "./dist/es/index.js",
31
31
  "types": "./dist/types/index.d.ts",