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

Name: opentelemetry-cpp

Owner: OpenTelemetry - CNCF

Release: v1.14.1 release

Released: 2024-02-23

License: Apache-2.0

Release Assets:

v1.14.1 release

Release of core packages

  • opentelemetry-api
  • opentelemetry-sdk

and exporter packages:

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

What's Changed

Important changes

  • [SDK] Restore Recordable API compatibility with versions < 1.14.0 #2547
    • For third party extending the SDK, release 1.14.0 introduced an API breaking change compared to 1.13.0
    • This fix restores API (but not ABI) compatibility of release 1.14.1 with release 1.13.0.
    • This allows to build a third party exporter with no source code changes, for both releases 1.14.1 and 1.13.0.

New Contributors

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

To top