@@ -15,15 +15,50 @@ Increment the:
15
15
16
16
## [ Unreleased]
17
17
18
+ ## [ 1.16.1 2024-07-17]
19
+
20
+ * [ BUILD] Add bazel missing BUILD file
21
+ [ #2720 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/2720 )
22
+
23
+ * [ SDK] Added reserve for spans array in BatchSpanProcessor.
24
+ [ #2724 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/2724 )
25
+
26
+ * [ DOC] Update "Using triplets" section in building-with-vcpkg documentation.
27
+ [ #2726 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/2726 )
28
+
29
+ * [ DOC] Remove comment for unused LoggerProvider initialization params
30
+ [ #2972 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/2972 )
31
+
18
32
* [ SECURITY] Remove OTLP HTTP support for TLS 1.0 and TLS 1.1,
19
33
require TLS 1.2 or better
20
- [ #2721 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/2721 )
34
+ [ #2722 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/2722 )
35
+
36
+ * [ TEST] Fix opentelemetry-collector bind address
37
+ [ #2989 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/2989 )
38
+
39
+ * [ EXPORTER] Fix references in AttributeValueVisitor
40
+ [ #2985 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/2985 )
41
+
42
+ * [ Code health] include-what-you-use cleanup, part 2
43
+ [ #2704 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/2704 )
44
+
45
+ * [ Code Health] clang-tidy cleanup, part 1
46
+ [ #2990 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/2990 )
47
+
48
+ * [ CI] Build failures with ABSEIL 20240116 and CMAKE 3.30
49
+ [ #3002 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/3002 )
50
+
51
+ * [ CI] Enable bzlmod
52
+ [ #2995 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/2995 )
53
+
54
+ * [ Metrics SDK] Fix hash calculation for nostd::string
55
+ [ #2999 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/2999 )
21
56
22
57
Breaking changes:
23
58
24
59
* [ SECURITY] Remove OTLP HTTP support for TLS 1.0 and TLS 1.1,
25
60
require TLS 1.2 or better
26
- [ #2721 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/2721 )
61
+ [ #2722 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/2722 )
27
62
* The OTLP HTTP exporter no longer accept options like:
28
63
* min_TLS = 1.0
29
64
* min_TLS = 1.1
0 commit comments