This is an automated email from the ASF dual-hosted git repository.

xyz pushed a commit to branch bewaremypower/cpp-release-note-4.1.0
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git

commit 5dbcfdcf24166fa2380408e94caad969b0819502
Author: Yunze Xu <[email protected]>
AuthorDate: Mon Mar 30 15:59:59 2026 +0800

    Add C++ Client release note 4.1.0
---
 data/release-cpp.js                         |  1 +
 release-notes/versioned/client-cpp-4.1.0.md | 32 +++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/data/release-cpp.js b/data/release-cpp.js
index 5e9e40ad87c..d216a61d8c1 100644
--- a/data/release-cpp.js
+++ b/data/release-cpp.js
@@ -1,4 +1,5 @@
 module.exports = [
+{tagName: 
"v4.1.0",vtag:"4.1.x",releaseNotes:"/release-notes/versioned/client-cpp-4.1.0/",doc:"/docs/client-libraries-cpp",version:"v4.1.x"},
 {tagName: 
"v4.0.1",vtag:"4.0.x",releaseNotes:"/release-notes/versioned/client-cpp-4.0.1/",doc:"/docs/client-libraries-cpp",version:"v4.0.x"},
 {tagName: 
"v4.0.0",vtag:"4.0.x",releaseNotes:"/release-notes/versioned/client-cpp-4.0.0/",doc:"/docs/client-libraries-cpp",version:""},
 {tagName: 
"v3.8.0",vtag:"3.8.x",releaseNotes:"/release-notes/versioned/client-cpp-3.8.0/",doc:"/docs/client-libraries-cpp",version:"v3.8.x"},
diff --git a/release-notes/versioned/client-cpp-4.1.0.md 
b/release-notes/versioned/client-cpp-4.1.0.md
new file mode 100644
index 00000000000..4657fb4902a
--- /dev/null
+++ b/release-notes/versioned/client-cpp-4.1.0.md
@@ -0,0 +1,32 @@
+---
+id: client-cpp-4.1.0
+title: Client CPP 4.1.0
+sidebar_label: Client CPP 4.1.0
+---
+
+## What's Changed
+* [improve][client] Add TLSv1.3 support by @ciuncan in 
https://github.com/apache/pulsar-client-cpp/pull/529
+* Fix the seek method could be blocked forever when subscribe RPC is slower 
than seek RPC by @BewareMyPower in 
https://github.com/apache/pulsar-client-cpp/pull/533
+* Fix use of deprecated Boost Asio API by @arhoads in 
https://github.com/apache/pulsar-client-cpp/pull/535
+* Fix multi-topics consumer will crash if one internal consumer fails 
getBrokerConsumerStatsAsync by @BewareMyPower in 
https://github.com/apache/pulsar-client-cpp/pull/538
+* [improve][client] Enhance connection and timeout logging by @zhanglistar in 
https://github.com/apache/pulsar-client-cpp/pull/539
+* Bump dependencies to latest versions for CVEs by @BewareMyPower in 
https://github.com/apache/pulsar-client-cpp/pull/540
+* [feat][client-cpp] Add operation timeout configuration in milliseconds by 
@zhanglistar in https://github.com/apache/pulsar-client-cpp/pull/543
+* Fix clang tidy errors not detected as well as the errors by @BewareMyPower 
in https://github.com/apache/pulsar-client-cpp/pull/544
+* [Test][C++] Fix flaky ReaderTest.testAsyncRead by @zhanglistar in 
https://github.com/apache/pulsar-client-cpp/pull/545
+* Fix incorrect last sequence id when sending messages in batch by 
@zhanglistar in https://github.com/apache/pulsar-client-cpp/pull/546
+* Fix crash due to asio object lifetime and thread safety issue by 
@BewareMyPower in https://github.com/apache/pulsar-client-cpp/pull/551
+* PIP-121: Introduce ServiceInfoProvider to update service info dynamically by 
@BewareMyPower in https://github.com/apache/pulsar-client-cpp/pull/541
+* [Test] Fix log after client close by @zhanglistar in 
https://github.com/apache/pulsar-client-cpp/pull/548
+* PIP-121: Implement AutoClusterFailover by @BewareMyPower in 
https://github.com/apache/pulsar-client-cpp/pull/547
+* [fix][client-cpp] Fix Reader segfault when messageListenerThreads=0 by 
@zhanglistar in https://github.com/apache/pulsar-client-cpp/pull/553
+* [fix][client-cpp] Implement missing pulsar_message_set_schema_version in C 
API by @zhanglistar in https://github.com/apache/pulsar-client-cpp/pull/552
+* Fix connection leak by request timers not cancelled in time by 
@BewareMyPower in https://github.com/apache/pulsar-client-cpp/pull/555
+* Fix hasMessageAvailable will return true after seeking to a timestamp newer 
than the last message by @BewareMyPower in 
https://github.com/apache/pulsar-client-cpp/pull/556
+* Fix aarch64 build on Alpine by @BewareMyPower in 
https://github.com/apache/pulsar-client-cpp/pull/558
+
+## New Contributors
+* @ciuncan made their first contribution in 
https://github.com/apache/pulsar-client-cpp/pull/529
+* @zhanglistar made their first contribution in 
https://github.com/apache/pulsar-client-cpp/pull/539
+
+**Full Changelog**: 
https://github.com/apache/pulsar-client-cpp/compare/v4.0.0...v4.1.0

Reply via email to