Skip to content

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Jul 30, 2025

This PR contains the following updates:

Package Type Update Change
open-telemetry/opentelemetry-cpp minor v1.20.0 -> v1.23.0
opentelemetry-cpp bazel_dep minor 1.19.0 -> 1.22.0
opentelemetry-cpp http_archive minor v1.20.0 -> v1.23.0

Release Notes

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

v1.23.0: release

Compare Source

v1.23.0 release

Release of:

  • opentelemetry-api
  • opentelemetry-sdk
  • exporter packages
What's Changed
Important changes
  • [CMAKE] Upgrade CMake minimum version to 3.16
    #​3599

  • [BUILD] Use -dev versions in main branch
    #​3609

    • The version number in the main branch has changed,
      to better differentiate with the latest release.
    • For example:
      • With a latest release 1.22.0, the main branch is 1.23.0-dev
      • Upon release of 1.23.0, the main branch becomes 1.24.0-dev
Breaking changes
  • [SDK] View should not have a unit
    #​3552
    • The unit parameter has been removed from the View constructor
      and ViewFactory::Create methods.
    • Please adjust SDK configuration code accordingly.
New Contributors

Full Changelog: open-telemetry/opentelemetry-cpp@v1.22.0...v1.23.0

v1.22.0: release

Compare Source

v1.22.0 release

Release of:

  • opentelemetry-api
  • opentelemetry-sdk
  • exporter packages
What's Changed
Important changes
  • [REMOVAL] Removed deprecated semantic convention header files
    #​3475

    • Old semantic conventions header files have been removed,
      per announcement from Nov 9, 2024, see
      #​3105

    • Mitigation steps are repeated below, for convenience.

    • Two things have changed:

      • the header file to use
      • the symbol name to use.

      Before, the semantic convention for url.full was:

      • declared in file semantic_conventions.h
      • declared as symbol SemanticConventions::kUrlFull

      Now, the url.full convention, which is part or the url group, is:

      • declared in file semconv/url_attributes.h
      • declared as symbol semconv::url::kUrlFull

      Application code that uses semantic conventions must be adjusted
      accordingly.

      In addition, semantic conventions that are not marked as stable
      are generated in a different header file, placed under directory
      incubating, to better separate stable and non stable code.

      For example, file semconv/incubating/url_attributes.h
      defines semconv::url::kUrlDomain,
      which is not marked as stable in semconv v1.27.0

New Contributors

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

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


Configuration

📅 Schedule: Branch creation - Monday through Friday ( * * * * 1-5 ) (UTC), 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

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


This change is Reviewable

@renovate-bot renovate-bot requested a review from a team as a code owner July 30, 2025 17:51
@dpebot
Copy link
Collaborator

dpebot commented Jul 30, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/prepare-for-v3.0.0-opentelemetry branch from 15ffd01 to dc6a173 Compare July 31, 2025 16:14
@dpebot
Copy link
Collaborator

dpebot commented Jul 31, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/prepare-for-v3.0.0-opentelemetry branch from dc6a173 to f15f71c Compare August 3, 2025 14:53
@dpebot
Copy link
Collaborator

dpebot commented Aug 3, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/prepare-for-v3.0.0-opentelemetry branch from f15f71c to fee2f77 Compare August 13, 2025 14:33
@dpebot
Copy link
Collaborator

dpebot commented Aug 13, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/prepare-for-v3.0.0-opentelemetry branch from fee2f77 to 15ec9e5 Compare August 13, 2025 14:38
@dpebot
Copy link
Collaborator

dpebot commented Aug 13, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/prepare-for-v3.0.0-opentelemetry branch from 15ec9e5 to 8eb8d8b Compare August 14, 2025 11:36
@dpebot
Copy link
Collaborator

dpebot commented Aug 14, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/prepare-for-v3.0.0-opentelemetry branch from 8eb8d8b to e23788b Compare August 15, 2025 20:44
@dpebot
Copy link
Collaborator

dpebot commented Aug 15, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/prepare-for-v3.0.0-opentelemetry branch from e23788b to 3cd8d86 Compare September 26, 2025 02:13
@renovate-bot renovate-bot changed the title chore(deps): update opentelemetry to v1.22.0 (prepare-for-v3.0.0) chore(deps): update opentelemetry (prepare-for-v3.0.0) Sep 26, 2025
@dpebot
Copy link
Collaborator

dpebot commented Sep 26, 2025

/gcbrun

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants