Skip to content

Version 1.7.0

Latest
Compare
Choose a tag to compare
@duncanpo duncanpo released this 23 Apr 22:48
· 15 commits to main since this release
b337854

Logs general release

Enhancements:

  1. 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)
  2. A new logs example in the "examples" folder
  3. 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
  4. Update vcpkg to 2024.02.14
  5. A new parallel example that uses parfor in the "examples" folder
  6. Enable Ninja build in GitHub workflows for faster build time

Bug Fixes:

  1. Bad error message from unsupported attribute types (#103)
  2. Published mltbx file missing gRPC exporter (#101 )