File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed
Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,31 @@ Increment the:
2121 [ #1733 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/1733 )
2222* [ BUILD] Add CMake OTELCPP_PROTO_PATH [ #1730 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/1730 )
2323
24+ Deprecation notes:
25+
26+ * [ Deprecation] Deprecate experimental semantic conventions
27+ [ #1744 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/1744 )
28+ * The file
29+ ` api/include/opentelemetry/trace/experimental_semantic_conventions.h `
30+ is deprecated, and will be removed in a future release.
31+ Use file
32+ ` api/include/opentelemetry/trace/semantic_conventions.h `
33+ instead.
34+
35+ * The file
36+ ` sdk/include/opentelemetry/sdk/resource/experimental_semantic_conventions.h `
37+ is deprecated, and will be removed in a future release.
38+ Use file
39+ ` sdk/include/opentelemetry/sdk/resource/semantic_conventions.h `
40+ instead.
41+
42+ * The function, declared in the global namespace
43+ ` uint32_t hashCode(const char *str, uint32_t h = 0) `
44+ is deprecated, and will be removed in a future release.
45+ No replacement will be provided.
46+ Note that function ` opentelemetry::utils::hashCode ` ,
47+ declared in the ETW exporter, is not affected by this deprecation.
48+
2449## [ 1.7.0] 2022-10-28
2550
2651* [ METRICS SDK] Validate Instrument meta data (name, unit, description) [ #1713 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/1713 )
You can’t perform that action at this time.
0 commit comments