Version 1.7.0
Logs general release
Enhancements:
- Logs API and SDK. This includes Logs Bridge API as backend API, as well as a number of methods in opentelemetry.logs.Logger class for direct frontend usage (trace, debug, info, warn, error, fatal)
- A new logs example in the "examples" folder
- Update to OpenTelemetry-cpp 1.15.0. This update brings in a number of enhancements. See its release notes for the complete list. Some notable enhancements:
- Gzip compression support for OTLP/HTTP and OTLP/gRPC exporter
- Change OTLP HTTP default format from JSON to binary
- Support for OTEL_SERVICE_NAME environment variable
- Bump CMake minimum required version to 3.9 - Update vcpkg to 2024.02.14
- A new parallel example that uses parfor in the "examples" folder
- Enable Ninja build in GitHub workflows for faster build time
Bug Fixes: