Skip to content

Commit

Permalink
[SEMANTIC CONVENTIONS] Upgrade to version 1.15.0 (open-telemetry#1761)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcalff authored and yxue committed Dec 5, 2022
1 parent 1d8dcf4 commit e9c7146
Show file tree
Hide file tree
Showing 13 changed files with 571 additions and 519 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ Increment the:
* [METRICS SDK] - Remove old metrics from Github CI
[#1733](https://github.com/open-telemetry/opentelemetry-cpp/pull/1733)
* [BUILD] Add CMake OTELCPP_PROTO_PATH [#1730](https://github.com/open-telemetry/opentelemetry-cpp/pull/1730)
* [SEMANTIC CONVENTIONS] Upgrade to version 1.15.0
[#1761](https://github.com/open-telemetry/opentelemetry-cpp/pull/1761)

<<<<<<< HEAD
>>>>>>> 7634edf4 ([Logs SDK] LogProcessor, LogExporter changes (#1727))
Expand Down Expand Up @@ -80,7 +82,22 @@ Deprecation notes:
Note that function `opentelemetry::utils::hashCode`,
declared in the ETW exporter, is not affected by this deprecation.

<<<<<<< HEAD
>>>>>>> 702a68c1 ([Deprecation] Deprecate experimental semantic conventions (#1742) (#1744))
=======
Breaking changes:

* [SEMANTIC CONVENTIONS] Upgrade to version 1.15.0
[#1761](https://github.com/open-telemetry/opentelemetry-cpp/pull/1761)
* Naming of semantic conventions has changed from uppercase constants,
like `SemanticConventions::SERVICE_NAME`,
to camel case, like `SemanticConventions::kServiceName`.
This is necessary to avoid collisions with macros in general,
which breaks the build on some platforms.
* Semantic conventions are flagged as experimental,
which is why this change is done in this release.

>>>>>>> d7a388b1 ([SEMANTIC CONVENTIONS] Upgrade to version 1.15.0 (#1761))
## [1.7.0] 2022-10-28

* [METRICS SDK] Validate Instrument meta data (name, unit, description) [#1713](https://github.com/open-telemetry/opentelemetry-cpp/pull/1713)
Expand Down
Loading

0 comments on commit e9c7146

Please sign in to comment.