@@ -15,22 +15,67 @@ Increment the:
15
15
16
16
## [ Unreleased]
17
17
18
+ ## [ 1.13.0] 2023-12-06
19
+
18
20
* [ BUILD] Remove WITH_REMOVE_METER_PREVIEW, use WITH_ABI_VERSION_2 instead
19
21
[ #2370 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/2370 )
22
+ * [ SDK] Metrics ObservableRegistry Cleanup
23
+ [ #2376 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/2376 )
20
24
* [ BUILD] Make WITH_OTLP_HTTP_SSL_PREVIEW mainstream
21
25
[ #2378 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/2378 )
26
+ * [ SDK] Creating DoubleUpDownCounter with no matching view
27
+ [ #2379 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/2379 )
22
28
* [ API] Add InstrumentationScope attributes in TracerProvider::GetTracer()
23
29
[ #2371 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/2371 )
30
+ * [ BUILD] DLL export interface for Metrics
31
+ [ #2344 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/2344 )
24
32
* [ BUILD] enum CanonicalCode names too generic... conflict with old C defines
25
33
[ #2385 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/2385 )
34
+ * [ BUILD] Fix cpack broken package version
35
+ [ #2386 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/2386 )
26
36
* [ API] Add a new AddLink() operation to Span
27
37
[ #2380 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/2380 )
38
+ * [ opentracing-shim] Add check for sampled context
39
+ [ #2390 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/2390 )
40
+ * [ BUILD] Fix exported definitions when building DLL with STL
41
+ [ #2387 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/2387 )
42
+ * [ BUILD] Add missing includes to runtime_context_test
43
+ [ #2395 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/2395 )
44
+ * [ ADMIN] Add file .github/repository-settings.md
45
+ [ #2392 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/2392 )
28
46
* [ SDK] Fix GetLogger with empty library name
29
47
[ #2398 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/2398 )
48
+ * [ TEST] Fix compiling problem and removed -DENABLE_TEST
49
+ [ #2401 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/2401 )
50
+ * [ BUILD] Check windows options are not passed to non-Windows build
51
+ [ #2399 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/2399 )
30
52
* [ EXPORTER] Rework OTLP/HTTP and OTLP/GRPC exporter options
31
53
[ #2388 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/2388 )
54
+ * [ Build] Update vcpkg to latest release
55
+ [ #2412 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/2412 )
56
+ * [ SDK] Cardinality limits for metrics streams
57
+ (Sync Instruments + Delta Temporality)
58
+ [ #2255 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/2255 )
59
+ * [ EXPORTER] Prometheus: Add unit to names, convert to word
60
+ [ #2213 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/2213 )
61
+ * [ Metrics] Make context optional for histogram instruments in Metrics SDK
62
+ [ #2416 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/2416 )
63
+ * [ BUILD] Fix references to trace namespace to be fully qualified
64
+ [ #2422 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/2422 )
65
+ * [ BUILD] Bump third_party/googletest to same version as bazel
66
+ [ #2421 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/2421 )
67
+ * [ BUILD] Remove defining NOMINMAX from api
68
+ [ #2420 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/2420 )
69
+ * [ BUILD] 'uint8_t' not declared in this scope with gcc 13.2.1
70
+ [ #2423 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/2423 )
71
+ * [ BUILD] Improve the handling of OPENTELEMETRY_HAVE_WORKING_REGEX
72
+ [ #2430 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/2430 )
32
73
* [ SEMANTIC CONVENTION] Upgrade to semconv 1.23.1
33
74
[ #2428 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/2428 )
75
+ * [ BUILD] Use fully qualified references to trace/common namespace
76
+ [ #2424 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/2424 )
77
+ * [ API] Create root span with active span
78
+ [ #2427 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/2427 )
34
79
* [ REMOVAL] Remove ZPAGES
35
80
[ #2433 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/2433 )
36
81
0 commit comments