This is an automated email from the ASF dual-hosted git repository. xyz pushed a commit to branch bewaremypower/cpp-release-note-4.0.1 in repository https://gitbox.apache.org/repos/asf/pulsar-site.git
commit fe6af4a6b24dd0ef0ba186d754e0ce6a2cd72b13 Author: Yunze Xu <[email protected]> AuthorDate: Wed Jan 28 16:09:09 2026 +0800 Add C++ Client release note 4.0.1 --- data/release-cpp.js | 3 ++- release-notes/versioned/client-cpp-4.0.1.md | 14 ++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/data/release-cpp.js b/data/release-cpp.js index 4a9a05af32c..5e9e40ad87c 100644 --- a/data/release-cpp.js +++ b/data/release-cpp.js @@ -1,5 +1,6 @@ module.exports = [ -{tagName: "v4.0.0",vtag:"4.0.x",releaseNotes:"/release-notes/versioned/client-cpp-4.0.0/",doc:"/docs/client-libraries-cpp",version:"v4.0.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"}, {tagName: "v3.7.2",vtag:"3.7.x",releaseNotes:"/release-notes/versioned/client-cpp-3.7.2/",doc:"/docs/client-libraries-cpp",version:"v3.7.x"}, {tagName: "v3.7.1",vtag:"3.7.x",releaseNotes:"/release-notes/versioned/client-cpp-3.7.1/",doc:"/docs/client-libraries-cpp",version:""}, diff --git a/release-notes/versioned/client-cpp-4.0.1.md b/release-notes/versioned/client-cpp-4.0.1.md new file mode 100644 index 00000000000..f9bd3aeddb7 --- /dev/null +++ b/release-notes/versioned/client-cpp-4.0.1.md @@ -0,0 +1,14 @@ +--- +id: client-cpp-4.0.1 +title: Client CPP 4.0.1 +sidebar_label: Client CPP 4.0.1 +--- + +## What's Changed +* 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 +* [improve][client] Add TLSv1.3 support by @ciuncan in https://github.com/apache/pulsar-client-cpp/pull/529 + +## New Contributors +* @ciuncan made their first contribution in https://github.com/apache/pulsar-client-cpp/pull/529 + +**Full Changelog**: https://github.com/apache/pulsar-client-cpp/compare/v4.0.0...v4.0.1
