OpenTelemetry - CNCF/opentelemetry-cpp: Release v1.14.0

Name: opentelemetry-cpp

Owner: OpenTelemetry - CNCF

Release: v1.14.0 release

Released: 2024-02-17

License: Apache-2.0

Release Assets:

v1.14.0 release

Release of core packages

  • opentelemetry-api
  • opentelemetry-sdk

and exporter packages:

  • opentelemetry-exporter-otlp (gRPC + HTTP/JSON)
  • opentelemetry-exporter-prometheus

What's Changed

Breaking Changes:

  • [REMOVAL] Remove option WITH_OTLP_HTTP_SSL_PREVIEW #2435

    • CMake options WITH_OTLP_HTTP_SSL_PREVIEW and WITH_OTLP_HTTP_SSL_TLS_PREVIEW are removed. Building opentelemetry-cpp without SSL support is no longer possible.
  • [PROTO] Upgrade to opentelemetry-proto v1.1.0 #2488

    • Class opentelemetry::sdk::trace::Recordable has a new virtual method, SetTraceFlags().
    • This is an incompatible change for the SDK Recordable API and ABI.
    • Applications configuring the SDK are not affected.
    • Third parties providing SDK extensions are affected, and must provide a SetTraceFlags() implementation, starting with opentelemetry-cpp 1.14.0.

New Contributors

Full Changelog: https://github.com/open-telemetry/opentelemetry-cpp/compare/v1.13.0...v1.14.0

To top