@@ -15,15 +15,50 @@ Increment the:
1515
1616## [ Unreleased]
1717
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+
1832* [ SECURITY] Remove OTLP HTTP support for TLS 1.0 and TLS 1.1,
1933 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 )
2156
2257Breaking changes:
2358
2459* [ SECURITY] Remove OTLP HTTP support for TLS 1.0 and TLS 1.1,
2560 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 )
2762 * The OTLP HTTP exporter no longer accept options like:
2863 * min_TLS = 1.0
2964 * min_TLS = 1.1
0 commit comments