File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,9 @@ Increment the:
2424 * To enable with CMake: ` -DWITH_OTLP_GRPC_CREDENTIAL_PREVIEW=ON `
2525 * To enable with Bazel: ` --@io_opentelemetry_cpp//exporters/otlp:with_otlp_grpc_credential_preview=true `
2626
27+ * [ BUILD] Upgrade opentelemetry-proto to 1.7.0
28+ [ #3443 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/3443 )
29+
2730## [ 1.21 2025-05-28]
2831
2932* [ BUILD] Remove WITH_ABSEIL
Original file line number Diff line number Diff line change 4949 "opentelemetry-proto=[ \\ t]*([A-Za-z0-9_\\ .\\ -]+)" )
5050 set (opentelemetry-proto "${CMAKE_MATCH_1} " )
5151 else ()
52- set (opentelemetry-proto "v1.6 .0" )
52+ set (opentelemetry-proto "v1.7 .0" )
5353 endif ()
5454 unset (OTELCPP_THIRD_PARTY_RELEASE_CONTENT)
5555 endif ()
You can’t perform that action at this time.
0 commit comments