v1.14.1 release
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 #2542
- [BUILD] Incorrect test on ENABLE_OTLP_GRPC_SSL_MTLS_PREVIEW by @marcalff in #2546
- [EXPORTER] Error when grpc endpoint is empty by @HennerM in #2507
- [DOC] Add missing 1.14.0 CHANGELOG by @marcalff in #2549
- [SDK] Restore Recordable API compatibility with versions < 1.14.0 by @dbolduc in #2547
- [RELEASE] Release opentelemetry-cpp version 1.14.1 by @marcalff in #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.
- For third party extending the SDK, release 1.14.0 introduced
New Contributors
Full Changelog: v1.14.0...v1.14.1