@@ -15,8 +15,52 @@ Increment the:
1515
1616## [ Unreleased]
1717
18+ ## [ 1.3.0] 2022-04-11
19+
20+ * [ ETW EXPORTER] ETW provider handle cleanup ([ #1322 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/1322 ) )
21+ * [ BUILD] Move public definitions into ` opentelemetry_api ` . ([ #1314 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/1314 ) )
22+ * [ METRICS] OStream example ([ #1312 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/1312 ) )
23+ * [ BUILD] Rename ` http_client_curl ` to ` opentelemetry_http_client_curl ` ([ #1301 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/1301 ) )
24+ * [ METRICS SDK] Add InstrumentationInfo and Resource to the metrics data to be
25+ exported.
26+ ([ #1299 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/1299 ) )
27+ * [ TESTS] Add building test without RTTI ([ #1294 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/1294 ) )
28+ * [ METRICS SDK] Implement periodic exporting metric reader ([ #1286 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/1286 ) )
1829* [ SDK] Bugfix: span SetAttribute crash ([ #1283 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/1283 ) )
30+ * [ BUG] Remove implicitly deleted default constructor ([ #1267 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/1267 ) )
31+ * [ METRICS SDK] Synchronous Metric collection (Delta , Cumulative) ([ #1265 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/1265 ) )
32+ * [ METRICS SDK] Metrics exemplar round 1 ([ #1264 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/1264 ) )
33+ * [ EXPORTER] Fix: use CURLOPT_TIMEOUT_MS to config OtlpHttpExporter's timeout
34+ instead of CURLOPT_TIMEOUT
35+ ([ #1261 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/1261 ) )
1936* [ EXPORTER] Jaeger Exporter - Populate Span Links ([ #1251 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/1251 ) )
37+ * [ SDK] Reorder the destructor of members in LoggerProvider and TracerProvider ([ #1245 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/1245 ) )
38+ * [ METRICS SDK] Enable metric collection from MetricReader ([ #1241 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/1241 ) )
39+ * [ METRICS SDK] Asynchronous Aggregation storage ([ #1232 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/1232 ) )
40+ * [ METRICS SDK] Synchronous Instruments - Aggregation Storage(s) creation for
41+ configured views
42+ ([ #1219 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/1219 ) )
43+ * [ BUILD] Added s390x arch into CMake build. ([ #1216 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/1216 ) )
44+ * [ API] Allow extension of the lifetime of ContextStorage. ([ #1214 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/1214 ) )
45+ * [ METRICS SDK] Add Aggregation storage ([ #1213 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/1213 ) )
46+ * [ TESTS] Fix ostream_log_test Mac ([ #1208 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/1208 ) )
47+ * [ BUILD] Update grpc to v1.43.2 to support VS2022/MSVC 19.30 and bazel 5.0 ([ #1207 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/1207 ) )
48+ * [ DOCS] Benchmark documentation ([ #1205 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/1205 ) )
49+ * [ DOCS] Fix errors in SDK documentation ([ #1201 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/1201 ) )
50+ * [ METRICS EXPORTER] Ostream metric exporter ([ #1196 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/1196 ) )
51+ * [ Metrics SDK] Filtering metrics attributes ([ #1191 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/1191 ) )
52+ * [ Metrics SDK] Sync and Async Instruments SDK ([ #1184 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/1184 ) )
53+ * [ Metrics SDK] Add Aggregation as part of metrics SDK. ([ #1178 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/1178 ) )
54+ * [ BUILD] Cmake: thrift requires boost headers, include them as
55+ Boost_INCLUDE_DIRS
56+ ([ #1100 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/1100 ) )
57+
58+ Notes:
59+
60+ [ #1301 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/1301 ) added
61+ ` opentelemetry_ ` as prefix to http_client_curl library for resolving potential
62+ naming conflict, this could break existing cmake build if http_client_curl is
63+ listed as explicit dependency in user's cmake file.
2064
2165## [ 1.2.0] 2022-01-31
2266
0 commit comments