Skip to content

Commit 89a3d9b

Browse files
authored
[DOC] Add missing CHANGELOG. (open-telemetry#2549)
1 parent 9649ebe commit 89a3d9b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,16 @@ Breaking changes:
105105
`WITH_OTLP_HTTP_SSL_TLS_PREVIEW` are removed. Building opentelemetry-cpp
106106
without SSL support is no longer possible.
107107

108+
* [PROTO] Upgrade to opentelemetry-proto v1.1.0
109+
[#2488](https://github.com/open-telemetry/opentelemetry-cpp/pull/2488)
110+
* Class `opentelemetry::sdk::trace::Recordable` has a new virtual method,
111+
`SetTraceFlags()`.
112+
* This is an incompatible change for the SDK Recordable API and ABI.
113+
* Applications _configuring_ the SDK are not affected.
114+
* Third parties providing SDK _extensions_ are affected,
115+
and must provide a `SetTraceFlags()` implementation,
116+
starting with opentelemetry-cpp 1.14.0.
117+
108118
## [1.13.0] 2023-12-06
109119

110120
* [BUILD] Remove WITH_REMOVE_METER_PREVIEW, use WITH_ABI_VERSION_2 instead

0 commit comments

Comments
 (0)