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
- [DOC] Fix typo in benchmarks.rst by @orion160 in https://github.com/open-telemetry/opentelemetry-cpp/pull/2542
- [BUILD] Incorrect test on ENABLE_OTLP_GRPC_SSL_MTLS_PREVIEW by @marcalff in https://github.com/open-telemetry/opentelemetry-cpp/pull/2546
- [EXPORTER] Error when grpc endpoint is empty by @HennerM in https://github.com/open-telemetry/opentelemetry-cpp/pull/2507
- [DOC] Add missing 1.14.0 CHANGELOG by @marcalff in https://github.com/open-telemetry/opentelemetry-cpp/pull/2549
- [SDK] Restore Recordable API compatibility with versions < 1.14.0 by @dbolduc in https://github.com/open-telemetry/opentelemetry-cpp/pull/2547
- [RELEASE] Release opentelemetry-cpp version 1.14.1 by @marcalff in https://github.com/open-telemetry/opentelemetry-cpp/pull/2551
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
- @orion160 made their first contribution in https://github.com/open-telemetry/opentelemetry-cpp/pull/2542
- @HennerM made their first contribution in https://github.com/open-telemetry/opentelemetry-cpp/pull/2507
Full Changelog: https://github.com/open-telemetry/opentelemetry-cpp/compare/v1.14.0...v1.14.1