Skip to content

Conversation

BrewTestBot
Copy link
Member

Created by brew bump


Created with brew bump-formula-pr.

release notes
## 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

View the full release notes at https://github.com/open-telemetry/opentelemetry-cpp/releases/tag/v1.22.0.


@github-actions github-actions bot added the bump-formula-pr PR was created using `brew bump-formula-pr` label Jul 11, 2025
@bevanjkay bevanjkay force-pushed the bump-opentelemetry-cpp-1.22.0 branch from 86fefbb to 6792423 Compare July 11, 2025 23:54
@bevanjkay bevanjkay force-pushed the bump-opentelemetry-cpp-1.22.0 branch from 6792423 to 78b89ea Compare July 12, 2025 00:16
Copy link
Contributor

🤖 An automated task has requested bottles to be published to this PR.

Caution

Please do not push to this PR branch before the bottle commits have been pushed, as this results in a state that is difficult to recover from. If you need to resolve a merge conflict, please use a merge commit. Do not force-push to this PR branch.

@github-actions github-actions bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label Jul 13, 2025
@BrewTestBot BrewTestBot enabled auto-merge July 13, 2025 00:52
@BrewTestBot BrewTestBot added this pull request to the merge queue Jul 13, 2025
Merged via the queue into main with commit 2ca8c60 Jul 13, 2025
21 checks passed
@BrewTestBot BrewTestBot deleted the bump-opentelemetry-cpp-1.22.0 branch July 13, 2025 01:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bump-formula-pr PR was created using `brew bump-formula-pr` CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants