Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Apr 1, 2025

This PR contains the following updates:

Package Update Change
open-telemetry/opentelemetry-cpp minor v1.19.0 -> v1.21.0

Release Notes

open-telemetry/opentelemetry-cpp (open-telemetry/opentelemetry-cpp)

v1.21.0: release

Compare Source

v1.21.0 release

Release of:

  • opentelemetry-api
  • opentelemetry-sdk
  • exporter packages
What's Changed
New Features
  • [SDK] Base2 exponential histogram aggregation
    #​3346

    • Add base2 exponential histogram aggregation. Includes a new aggregation type,
      ostream exporter, and otlp/grpc exporter. Updated histogram aggregation and
      benchmark tests.
Important changes
  • [EXPORTER] ostream log exporter, fixed memory ownership issues
    #​3417

    • In the SDK, the following classes implementation has changed:

      • opentelemetry::sdk::logs::ReadableLogRecord
      • opentelemetry::sdk::logs::ReadWriteLogRecord
    • An application implementing a custom log record exporter,
      that reuses these classes from the opentelemetry-cpp SDK,
      will need code adjustments, in particular for methods:

      • GetBody()
      • GetAttributes()
    • Applications not using these SDK classes directly are not affected.

  • [BUILD] Remove WITH_ABSEIL
    #​3318

    • The build option WITH_ABSEIL is no longer used, and opentelemetry-cpp
      will no longer use any release of abseil provided externally,
      for its own use.

    • Instead, opentelemetry-cpp will only use an internal abseil version.

    • This change resolves long standing binary integrity issues,
      that occurred in the past when mixing several versions of abseil
      in the build.

Deprecations
  • This release contains deprecations, see file DEPRECATED.md for details.
New Contributors

Full Changelog: open-telemetry/opentelemetry-cpp@v1.20.0...v1.21.0

v1.20.0: release

Compare Source

v1.20.0 release

Release of:

  • opentelemetry-api
  • opentelemetry-sdk
  • exporter packages
What's Changed
Deprecations
  • This release contains deprecations, see file DEPRECATED.md for details.
New Contributors
New Approvers

Full Changelog: open-telemetry/opentelemetry-cpp@v1.19.0...v1.20.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies label Apr 1, 2025
@sonarqubecloud
Copy link

sonarqubecloud bot commented Apr 1, 2025

@renovate renovate bot force-pushed the renovate/open-telemetry-opentelemetry-cpp-1.x branch from 32dc9ab to 0868708 Compare May 29, 2025 11:33
@renovate renovate bot changed the title chore(deps): update dependency open-telemetry/opentelemetry-cpp to v1.20.0 chore(deps): update dependency open-telemetry/opentelemetry-cpp to v1.21.0 May 29, 2025
@sjinks sjinks force-pushed the renovate/open-telemetry-opentelemetry-cpp-1.x branch from 0868708 to 847c888 Compare June 23, 2025 04:42
@sonarqubecloud
Copy link

@sjinks sjinks merged commit af26393 into master Jun 23, 2025
16 checks passed
@sjinks sjinks deleted the renovate/open-telemetry-opentelemetry-cpp-1.x branch June 23, 2025 04:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants