@@ -15,22 +15,64 @@ Increment the:
15
15
16
16
## [ Unreleased]
17
17
18
- * [ RESOURCE SDK] Fix schema URL precedence bug in ` Resource::Merge ` .
19
- [ #2036 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/2036 )
20
- * [ EXPORTER] GRPC endpoint scheme should take precedence over OTEL_EXPORTER_OTLP_TRACES_INSECURE
21
- [ #2060 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/2060 )
22
- * [ BUILD] Restore detfault value of ` OPENTELEMETRY_INSTALL ` to ` ON ` when it's on
23
- top level.[ #2062 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/2062 )
24
- * [ EXPORTERS] Add ` ForceFlush ` for ` LogRecordExporter ` and ` SpanExporter `
25
- [ #2000 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/2000 )
26
- * [ SEMANTIC CONVENTIONS] Upgrade to version 1.19.0
27
- [ #2017 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/2017 )
18
+ Deprecations:
19
+
20
+ * The Jaeger Exporter is deprecated, see [ DEPRECATED] ( ./DEPRECATED.md ) for details.
21
+
22
+ ## [ 1.9.0] 2023-04-12
23
+
24
+ * [ CI] Make build environment parallel (Windows)
25
+ [ #2080 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/2080 )
26
+ * [ CI] Make build environment parallel (Linux)
27
+ [ #2076 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/2076 )
28
+ * [ CI] Remove separate run of metrics ostream example
29
+ [ #2030 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/2030 )
30
+
31
+ * [ BUILD] Include directory path added for Zipkin exporter example
32
+ [ #2069 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/2069 )
33
+ * [ BUILD] Ignore more warning in generated protobuf files
34
+ [ #2067 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/2067 )
35
+ * [ BUILD] Clean warnings in ETW exporters
36
+ [ #2063 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/2063 )
37
+ * [ BUILD] Fix default value of OPENTELEMETRY_INSTALL_default
38
+ [ #2062 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/2062 )
39
+
28
40
* [ SEMANTIC CONVENTIONS] Upgrade to version 1.20.0
29
41
[ #2088 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/2088 )
42
+ * [ SEMANTIC CONVENTIONS] Upgrade to version 1.19.0
43
+ [ #2017 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/2017 )
44
+
45
+ * [ API] Checking indices before dereference in string utils
46
+ [ #2040 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/2040 )
47
+ * [ API] Export factory class of log provider
48
+ [ #2041 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/2041 )
49
+
50
+ * [ SDK] Implement Forceflush for Periodic Metric Reader
51
+ [ #2064 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/2064 )
52
+ * [ SDK] Add ` ForceFlush ` for all ` LogRecordExporter ` and ` SpanExporter `
53
+ [ #2000 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/2000 )
54
+ * [ SDK] Fix schema URL precedence bug in ` Resource::Merge `
55
+ [ #2036 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/2036 )
56
+ * [ SDK] Use sdk_start_ts for MetricData start_ts for instruments having
57
+ cumulative aggregation temporality.
58
+ [ #2086 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/2086 )
59
+
30
60
* [ EXPORTER] Add OTLP HTTP SSL support
31
61
[ #1793 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/1793 )
32
- * [ METRICS SDK] Use sdk_start_ts for MetricData start_ts for instruments having
33
- cumulative aggregation temporality. [ #2086 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/2086 )
62
+ * [ EXPORTER] GRPC endpoint scheme should take precedence over OTEL_EXPORTER_OTLP_TRACES_INSECURE
63
+ [ #2060 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/2060 )
64
+
65
+ * [ EXAMPLES] Remove unused 'alerting' section from prometheus.yml in examples
66
+ [ #2055 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/2055 )
67
+ * [ EXAMPLES] Fix view names in Prometheus example
68
+ [ #2034 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/2034 )
69
+
70
+ * [ DOC] Fix some docs typo
71
+ [ #2057 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/2057 )
72
+ * [ DOC] Update OpenTracing shim README.md
73
+ [ #2028 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/2028 )
74
+ * [ DOC] INSTALL doc clarifications
75
+ [ #2078 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/2078 )
34
76
35
77
Important changes:
36
78
@@ -54,12 +96,16 @@ Important changes:
54
96
* As a result, a behavior change for GRPC SSL is possible,
55
97
because the endpoint scheme now takes precedence.
56
98
Please verify configuration settings for the GRPC endpoint.
57
- * [ EXPORTERS ] Add ` ForceFlush ` for ` LogRecordExporter ` and ` SpanExporter `
99
+ * [ SDK ] Add ` ForceFlush ` for all ` LogRecordExporter ` and ` SpanExporter `
58
100
[ #2000 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/2000 )
59
101
* ` LogRecordExporter ` and ` SpanExporter ` add a new virtual function
60
102
` ForceFlush ` , and if users implement any customized ` LogRecordExporter ` and
61
- ` SpanExporter ` , they should also implement this function.There should be no
62
- influence if users only use factory to create exporters.
103
+ ` SpanExporter ` , they should also implement this function.
104
+ There should be no impact if users only use factory to create exporters.
105
+
106
+ Deprecations:
107
+
108
+ * The Jaeger Exporter is deprecated, see [ DEPRECATED] ( ./DEPRECATED.md ) for details.
63
109
64
110
## [ 1.8.3] 2023-03-06
65
111
0 commit comments