@mastra/otel-exporter 1.1.2-alpha.1 → 1.2.0-alpha.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 +14 -0
  2. package/package.json +19 -19
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @mastra/otel-exporter
2
2
 
3
+ ## 1.2.0-alpha.0
4
+
5
+ ### Minor Changes
6
+
7
+ - Bumped OpenTelemetry dependencies to `^0.218.0` to avoid a vulnerable `protobufjs` release. See [#16965](https://github.com/mastra-ai/mastra/issues/16965). ([#17121](https://github.com/mastra-ai/mastra/pull/17121))
8
+
9
+ ## 1.1.2
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies [[`cfa2e3a`](https://github.com/mastra-ai/mastra/commit/cfa2e3a5292322f48bb28b4d257d631da7f9d3cc), [`0cbece9`](https://github.com/mastra-ai/mastra/commit/0cbece9d832cb134a74cdbf3682d390a058215a4), [`2f5f58a`](https://github.com/mastra-ai/mastra/commit/2f5f58a9a8bb13bcdc6789db221eef7c9bf1ff02), [`2f5f58a`](https://github.com/mastra-ai/mastra/commit/2f5f58a9a8bb13bcdc6789db221eef7c9bf1ff02), [`7dfe1bc`](https://github.com/mastra-ai/mastra/commit/7dfe1bcfe71d261a6fd6bbf29b1dec49d78fb98f), [`ac442a4`](https://github.com/mastra-ai/mastra/commit/ac442a42fda0354ac2bcea772bf6691cb3e9dbb3), [`b7286f4`](https://github.com/mastra-ai/mastra/commit/b7286f4308267f5fd70e6bfee10dba9472640906), [`6096445`](https://github.com/mastra-ai/mastra/commit/60964459733f0ab384584d95e19c36607ffdf7b0), [`d72dc4b`](https://github.com/mastra-ai/mastra/commit/d72dc4b12d832546c05c20255fa96fe4eb515900), [`a481027`](https://github.com/mastra-ai/mastra/commit/a481027b549ba1018414990c8f045eaee7b9f413), [`1e5c067`](https://github.com/mastra-ai/mastra/commit/1e5c067d2e20a781af670578180d1ee249806d41), [`168fa09`](https://github.com/mastra-ai/mastra/commit/168fa09d6b39114cb8c13bd06f1dccb9bc81c6cd), [`df1947a`](https://github.com/mastra-ai/mastra/commit/df1947affa40f742067542251fac7ca759492ef4), [`ee59b74`](https://github.com/mastra-ai/mastra/commit/ee59b743ce73ad11784b4d9c6fbba8568edee1c8), [`a97b1a0`](https://github.com/mastra-ai/mastra/commit/a97b1a0abaed83946c3519d1e0f680d0815b8a67), [`008baaf`](https://github.com/mastra-ai/mastra/commit/008baafd8d851f831407045aebead5a2e3342eff), [`801baa0`](https://github.com/mastra-ai/mastra/commit/801baa07cccdbaec1d00942a92bdc831111744a2), [`8116436`](https://github.com/mastra-ai/mastra/commit/81164363eb225d774e41ff27da6a5ea611406688), [`c35b962`](https://github.com/mastra-ai/mastra/commit/c35b9625c7e854fcfdeee226a3338a750d0ff211), [`c27c4b9`](https://github.com/mastra-ai/mastra/commit/c27c4b9f137df5414fca4e45896aceccff6b0ed5), [`08b3b59`](https://github.com/mastra-ai/mastra/commit/08b3b590dd960dee6c9a6e39272f8927d803db6e), [`b3c3b18`](https://github.com/mastra-ai/mastra/commit/b3c3b189121489a3a51a8fd8204b569be9a89fe5), [`4084113`](https://github.com/mastra-ai/mastra/commit/408411370fc48a822e8b616b3b63f9409774e0e9), [`70cb714`](https://github.com/mastra-ai/mastra/commit/70cb7149c8f16f478e15b58498254a53181750a4), [`91cf0e0`](https://github.com/mastra-ai/mastra/commit/91cf0e027e511b871481a8576b56b7af83b15afd), [`c86f70d`](https://github.com/mastra-ai/mastra/commit/c86f70d11170c71701daf7b49366cd04d3a3f108), [`7f9da22`](https://github.com/mastra-ai/mastra/commit/7f9da22efd5aa595e138a31de55a5f0f2f28b33d)]:
14
+ - @mastra/core@1.37.0
15
+ - @mastra/observability@1.14.0
16
+
3
17
  ## 1.1.2-alpha.1
4
18
 
5
19
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/otel-exporter",
3
- "version": "1.1.2-alpha.1",
3
+ "version": "1.2.0-alpha.0",
4
4
  "description": "OpenTelemetry observability exporter for Mastra - supports OTLP traces and logs with multiple cloud providers",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -25,23 +25,23 @@
25
25
  "license": "Apache-2.0",
26
26
  "dependencies": {
27
27
  "@opentelemetry/api": "^1.9.1",
28
- "@opentelemetry/api-logs": "^0.215.0",
28
+ "@opentelemetry/api-logs": "^0.218.0",
29
29
  "@opentelemetry/core": "^2.7.0",
30
30
  "@opentelemetry/resources": "^2.7.0",
31
- "@opentelemetry/sdk-logs": "^0.215.0",
31
+ "@opentelemetry/sdk-logs": "^0.218.0",
32
32
  "@opentelemetry/sdk-trace-base": "^2.7.0",
33
33
  "@opentelemetry/sdk-trace-node": "^2.7.0",
34
34
  "@opentelemetry/semantic-conventions": "^1.40.0",
35
- "@mastra/observability": "1.14.0-alpha.1"
35
+ "@mastra/observability": "1.14.0"
36
36
  },
37
37
  "optionalDependencies": {
38
38
  "@grpc/grpc-js": "^1.14.3",
39
- "@opentelemetry/exporter-logs-otlp-grpc": "^0.215.0",
40
- "@opentelemetry/exporter-logs-otlp-http": "^0.215.0",
41
- "@opentelemetry/exporter-logs-otlp-proto": "^0.215.0",
42
- "@opentelemetry/exporter-trace-otlp-grpc": "^0.215.0",
43
- "@opentelemetry/exporter-trace-otlp-http": "^0.215.0",
44
- "@opentelemetry/exporter-trace-otlp-proto": "^0.215.0",
39
+ "@opentelemetry/exporter-logs-otlp-grpc": "^0.218.0",
40
+ "@opentelemetry/exporter-logs-otlp-http": "^0.218.0",
41
+ "@opentelemetry/exporter-logs-otlp-proto": "^0.218.0",
42
+ "@opentelemetry/exporter-trace-otlp-grpc": "^0.218.0",
43
+ "@opentelemetry/exporter-trace-otlp-http": "^0.218.0",
44
+ "@opentelemetry/exporter-trace-otlp-proto": "^0.218.0",
45
45
  "@opentelemetry/exporter-zipkin": "^2.7.0"
46
46
  },
47
47
  "devDependencies": {
@@ -52,19 +52,19 @@
52
52
  "tsup": "^8.5.1",
53
53
  "typescript": "^6.0.3",
54
54
  "vitest": "4.1.5",
55
- "@internal/lint": "0.0.97",
56
- "@internal/types-builder": "0.0.72",
57
- "@mastra/core": "1.37.0-alpha.6"
55
+ "@internal/lint": "0.0.98",
56
+ "@internal/types-builder": "0.0.73",
57
+ "@mastra/core": "1.37.0"
58
58
  },
59
59
  "peerDependencies": {
60
60
  "@grpc/grpc-js": "^1.13.4",
61
61
  "@mastra/core": ">=1.16.0-0 <2.0.0-0",
62
- "@opentelemetry/exporter-logs-otlp-grpc": "^0.215.0",
63
- "@opentelemetry/exporter-logs-otlp-http": "^0.215.0",
64
- "@opentelemetry/exporter-logs-otlp-proto": "^0.215.0",
65
- "@opentelemetry/exporter-trace-otlp-grpc": "^0.215.0",
66
- "@opentelemetry/exporter-trace-otlp-http": "^0.215.0",
67
- "@opentelemetry/exporter-trace-otlp-proto": "^0.215.0",
62
+ "@opentelemetry/exporter-logs-otlp-grpc": "^0.218.0",
63
+ "@opentelemetry/exporter-logs-otlp-http": "^0.218.0",
64
+ "@opentelemetry/exporter-logs-otlp-proto": "^0.218.0",
65
+ "@opentelemetry/exporter-trace-otlp-grpc": "^0.218.0",
66
+ "@opentelemetry/exporter-trace-otlp-http": "^0.218.0",
67
+ "@opentelemetry/exporter-trace-otlp-proto": "^0.218.0",
68
68
  "@opentelemetry/exporter-zipkin": "^2.6.0"
69
69
  },
70
70
  "peerDependenciesMeta": {