v1.11.0
版本发布时间: 2023-08-23 06:12:12
open-telemetry/opentelemetry-cpp最新发布版本:v1.16.1(2024-07-18 04:12:23)
v1.11.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
- [BUILD] include
by @dbolduc in https://github.com/open-telemetry/opentelemetry-cpp/pull/2230 - [CI] Upgrade GoogleTest version from 1.12.1 to 1.13.0 by @cngzhnp in https://github.com/open-telemetry/opentelemetry-cpp/pull/2114
- [CI] Misc build scripts cleanup by @marcalff in https://github.com/open-telemetry/opentelemetry-cpp/pull/2232
- Add support for LowMemory metrics temporality by @lalitb in https://github.com/open-telemetry/opentelemetry-cpp/pull/2234
- Add OStreamLogRecordExporterFactory by @owent in https://github.com/open-telemetry/opentelemetry-cpp/pull/2240
- [Metrics SDK] Add unit to Instrument selection criteria by @lalitb in https://github.com/open-telemetry/opentelemetry-cpp/pull/2236
- Fix compile with clang 16 and libc++ by @owent in https://github.com/open-telemetry/opentelemetry-cpp/pull/2242
- [SDK] Valgrind errors on std::atomic variables by @marcalff in https://github.com/open-telemetry/opentelemetry-cpp/pull/2244
- [SEMANTIC CONVENTIONS] Upgrade to 1.21.0 by @marcalff in https://github.com/open-telemetry/opentelemetry-cpp/pull/2248
- Mark logs signal as stable API/SDK by @ThomsonTan in https://github.com/open-telemetry/opentelemetry-cpp/pull/2229
- Remove extra includes in ostream exporter test by @lalitb in https://github.com/open-telemetry/opentelemetry-cpp/pull/2252
- Support protobuf 3.22 or upper by @owent in https://github.com/open-telemetry/opentelemetry-cpp/pull/2163
- Apparent Log Macro Bug Fix by @jaelrod in https://github.com/open-telemetry/opentelemetry-cpp/pull/2265
- use ubuntu-latest for tsan CI by @lalitb in https://github.com/open-telemetry/opentelemetry-cpp/pull/2267
- added public link of
opentelemetry_proto_grpc
against [shared] gRPC lib by @ays7 in https://github.com/open-telemetry/opentelemetry-cpp/pull/2268 - Fix more cases for symbol name for 32-bit win32 DLL build by @TomSvk88 in https://github.com/open-telemetry/opentelemetry-cpp/pull/2264
Notes
- Logs are declared as stable in this release.
New Contributors
- @TomSvk88 made their first contribution in https://github.com/open-telemetry/opentelemetry-cpp/pull/2264
Full Changelog: https://github.com/open-telemetry/opentelemetry-cpp/compare/v1.10.0...v1.11.0