@@ -15,6 +15,9 @@ Increment the:
1515
1616## [ Unreleased]
1717
18+ * [ CMAKE] Fix and test WITH_API_ONLY option
19+ [ #4201 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/4201 )
20+
1821* [ API] Fix ` TraceState::IsValidKey() ` to comply with the W3C Trace Context
1922 Level 2, where keys containing ` @ ` and keys with more than 241 characters
2023 before ` @ ` or more than 14 characters after ` @ ` are now accepted.
@@ -25,7 +28,7 @@ Increment the:
2528 [ #4194 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/4194 )
2629
2730* [ SDK] Add ` TracerProvider::UpdateTracerConfigurator() ` and example
28- [ #4065 ] ( https://github.com/open-telemetry/opentelemetry-cpp/issues /4065 )
31+ [ #4065 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull /4065 )
2932
3033* [ RELEASE] Bump main branch to 1.28.0-dev
3134 [ #4081 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/4081 )
@@ -102,17 +105,24 @@ Increment the:
102105* [ CI] iwyu and clang-tidy: use install_thirdparty.sh for third-party
103106 [ #4136 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/4136 )
104107
108+ * [ SDK] LogRecord attribute limits enforcement
109+ [ #4157 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/4157 )
110+
105111* [ CONFIGURATION] File configuration: declarative resource detection types
106112 [ #4148 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/4148 )
107113
108114* [ SDK] Per-instrument creation time as delta first-interval start_ts
109115 [ #4144 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/4144 )
110116
111117* [ SDK] Add ComposableSampler and CompositeSampler with the consistent
112- probability sampling variants (AlwaysOn, AlwaysOff, TraceIdRatioBased ,
118+ probability sampling variants (AlwaysOn, AlwaysOff, ComposableProbability ,
113119 ParentThreshold, RuleBased)
114120 [ #4028 ] ( https://github.com/open-telemetry/opentelemetry-cpp/issues/4028 )
115121
122+ * [ SDK] Rename ComposableTraceIdRatioBasedSampler to ComposableProbabilitySampler
123+ to align with the OpenTelemetry specification
124+ [ #4161 ] ( https://github.com/open-telemetry/opentelemetry-cpp/issues/4161 )
125+
116126* [ SDK] Implement the ProbabilitySampler
117127 [ #4135 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/4135 )
118128
@@ -128,6 +138,15 @@ Increment the:
128138* [ CONFIGURATION] Apply default sampler when none is specified
129139 [ #4170 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/4170 )
130140
141+ * [ CODE HEALTH] Move trace and baggage propagation test classes into anonymous namespace
142+ [ #4199 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/4199 )
143+
144+ * [ CODE HEALTH] Move context propagation test classes into anonymous namespace
145+ [ #4200 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/4200 )
146+
147+ * [ CODE HEALTH] Fix clang-tidy bugprone-unused-local-non-trivial-variable warnings
148+ [ #4202 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/4202 )
149+
131150## [ 1.27.0] 2026-05-13
132151
133152* [ RELEASE] Bump main branch to 1.27.0-dev
0 commit comments