File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments