OpenTelemetry C++ v1.11.0
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 #2230
- [CI] Upgrade GoogleTest version from 1.12.1 to 1.13.0 by @cngzhnp in #2114
- [CI] Misc build scripts cleanup by @marcalff in #2232
- Add support for LowMemory metrics temporality by @lalitb in #2234
- Add OStreamLogRecordExporterFactory by @owent in #2240
- [Metrics SDK] Add unit to Instrument selection criteria by @lalitb in #2236
- Fix compile with clang 16 and libc++ by @owent in #2242
- [SDK] Valgrind errors on std::atomic variables by @marcalff in #2244
- [SEMANTIC CONVENTIONS] Upgrade to 1.21.0 by @marcalff in #2248
- Mark logs signal as stable API/SDK by @ThomsonTan in #2229
- Remove extra includes in ostream exporter test by @lalitb in #2252
- Support protobuf 3.22 or upper by @owent in #2163
- Apparent Log Macro Bug Fix by @jaelrod in #2265
- use ubuntu-latest for tsan CI by @lalitb in #2267
- added public link of
opentelemetry_proto_grpc
against [shared] gRPC lib by @ays7 in #2268 - Fix more cases for symbol name for 32-bit win32 DLL build by @TomSvk88 in #2264
Notes
- Logs are declared as stable in this release.
New Contributors
Full Changelog: v1.10.0...v1.11.0