You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: experimental/CHANGELOG.md
+13-12Lines changed: 13 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,19 @@ For notes on migrating to 2.x / 0.200.x see [the upgrade guide](doc/upgrade-to-2
8
8
9
9
### :boom: Breaking Changes
10
10
11
+
* feat(oltp-transformer)!: move each serializer to its own entrypoint [#5263](https://github.com/open-telemetry/opentelemetry-js/pull/5263)@pichlermarc
12
+
* This package depends on all signals, as well as `protobuf.js`, so some bundlers like rollup would issue warnings even if the user made a conscious decision to not use a protobuf exporter
13
+
* (user-facing) All types except for `ISerializer` were removed from the main entrypoint, to get previously exported types, use the following entrypoints
14
+
*`@opentelemetry/otlp-transformer/metrics`: metrics export service return types
*`@opentelemetry/otlp-transformer/experimental/logs`: logs export service return types
21
+
*`@opentelemetry/otlp-transformer/experimental/logs/trace`: logs export service return types
22
+
*`@opentelemetry/otlp-transformer/experimental/logs/protobuf`: logs export service return types
23
+
11
24
### :rocket: Features
12
25
13
26
* feat(instrumentation-xml-http-request): support migration to stable HTTP semconv, v1.23.1 [#5662](https://github.com/open-telemetry/opentelemetry-js/pull/5662)@trentm
@@ -59,18 +72,6 @@ For notes on migrating to 2.x / 0.200.x see [the upgrade guide](doc/upgrade-to-2
59
72
* chore!: Raise the minimum supported Node.js version to `^18.19.0 || >=20.6.0`. Support for Node.js 14, 16, and early minor versions of 18 and 20 have been dropped. This applies to all packages except the 'api' and 'semantic-conventions' packages. [#5395](https://github.com/open-telemetry/opentelemetry-js/issues/5395)@trentm
60
73
* feat(sdk-node)!: use `IMetricReader` over `MetricReader`[#5311](https://github.com/open-telemetry/opentelemetry-js/pull/5311)
61
74
* (user-facing): `NodeSDKConfiguration` now provides the more general `IMetricReader` type over `MetricReader`
62
-
* feat(oltp-transformer)!: move each serializer to its own entrypoint [#5263](https://github.com/open-telemetry/opentelemetry-js/pull/5263)@pichlermarc
63
-
* This package depends on all signals, as well as `protobuf.js`, so some bundlers like rollup would issue warnings even if the user made a conscious decision to not use a protobuf exporter
64
-
* (user-facing) All types except for `ISerializer` were removed from the main entrypoint, to get previously exported types, use the following entrypoints
65
-
*`@opentelemetry/otlp-transformer/metrics`: metrics export service return types
*`@opentelemetry/otlp-transformer/logs`: logs export service return types
72
-
*`@opentelemetry/otlp-transformer/logs/trace`: logs export service return types
73
-
*`@opentelemetry/otlp-transformer/logs/protobuf`: logs export service return types
74
75
* feat(exporter-metrics-otlp-http)!: do not read environment variables from window in browsers [#5473](https://github.com/open-telemetry/opentelemetry-js/pull/5473)@pichlermarc
75
76
* (user-facing): all configuration previously possible via `window.OTEL_*` is now not supported anymore, please pass configuration options to constructors instead.
76
77
* Note: Node.js environment variable configuration continues to work as-is.
0 commit comments