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
+6
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,12 @@ All notable changes to experimental packages in this project will be documented
11
11
* (user-facing) `convert()` now returns an empty object and will be removed in a follow-up
12
12
* (internal) OTLPExporterNodeBase now has additional constructor parameters that are required
13
13
* (internal) OTLPExporterNodeBase now has an additional `ResponseType` type parameter
14
+
* feat(exporter-*-otlp-*)!: move serialization for Node.js exporters to `@opentelemetry/otlp-transformer`[#4581](https://github.com/open-telemetry/opentelemetry-js/pull/4581)@pichlermarc
15
+
* Breaking changes:
16
+
* (user-facing) `convert()` has been removed from all exporters
17
+
* (internal) OTLPExporterBrowserBase: `RequestType` has been replaced by a `ResponseType` type-argument
18
+
* (internal) OTLPExporterNodeBase: `ServiceRequest` has been replaced by a `ServiceResponse` type-argument
19
+
* (internal) the `@opentelemetry/otlp-exporter-proto-base` package has been removed, and will from now on be deprecated in `npm`
0 commit comments