This is an automated email from the ASF dual-hosted git repository.
xyz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git
The following commit(s) were added to refs/heads/main by this push:
new 8384745342b Add C++ Client release note 3.7.1 (#1010)
8384745342b is described below
commit 8384745342bff70dc9f7340f0c1719d241384aa4
Author: Yunze Xu <[email protected]>
AuthorDate: Sun May 11 14:28:55 2025 +0800
Add C++ Client release note 3.7.1 (#1010)
---
data/release-cpp.js | 3 ++-
release-notes/versioned/client-cpp-3.7.1.md | 17 +++++++++++++++++
2 files changed, 19 insertions(+), 1 deletion(-)
diff --git a/data/release-cpp.js b/data/release-cpp.js
index 57961b91cb3..59611143ed8 100644
--- a/data/release-cpp.js
+++ b/data/release-cpp.js
@@ -1,5 +1,6 @@
module.exports = [
-{tagName:
"v3.7.0",vtag:"3.7.x",releaseNotes:"/release-notes/versioned/client-cpp-3.7.0/",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:"v3.7.x"},
+{tagName:
"v3.7.0",vtag:"3.7.x",releaseNotes:"/release-notes/versioned/client-cpp-3.7.0/",doc:"/docs/client-libraries-cpp",version:""},
{tagName:
"v3.6.0",vtag:"3.6.x",releaseNotes:"/release-notes/versioned/client-cpp-3.6.0/",doc:"/docs/client-libraries-cpp",version:"v3.6.x"},
{tagName:
"v3.5.1",vtag:"3.5.x",releaseNotes:"/release-notes/versioned/client-cpp-3.5.1/",doc:"/docs/client-libraries-cpp",version:"v3.5.x"},
{tagName:
"v3.5.0",vtag:"3.5.x",releaseNotes:"/release-notes/versioned/client-cpp-3.5.0/",doc:"/docs/client-libraries-cpp"},
diff --git a/release-notes/versioned/client-cpp-3.7.1.md
b/release-notes/versioned/client-cpp-3.7.1.md
new file mode 100644
index 00000000000..4ab76a5e527
--- /dev/null
+++ b/release-notes/versioned/client-cpp-3.7.1.md
@@ -0,0 +1,17 @@
+---
+id: client-cpp-3.7.1
+title: Client CPP 3.7.1
+sidebar_label: Client CPP 3.7.1
+---
+
+## What's Changed
+* Fix TableView's existing key-value will never be updated by @BewareMyPower
in https://github.com/apache/pulsar-client-cpp/pull/487
+* Fix the scripts for downloading GitHub Action artifacts by @BewareMyPower in
https://github.com/apache/pulsar-client-cpp/pull/485
+* [ci] Fix upload-artifact v3 is not supported by @BewareMyPower in
https://github.com/apache/pulsar-client-cpp/pull/484
+* Bump curl, openssl, zlib to address CVEs by @BewareMyPower in
https://github.com/apache/pulsar-client-cpp/pull/482
+* Fix multi-topics-consumer new topic listeners stuck in paused state by
@oversearch in https://github.com/apache/pulsar-client-cpp/pull/481
+* fix: ignore ping command in connection keepalive logic by @erobot in
https://github.com/apache/pulsar-client-cpp/pull/480
+* Make it optional to link statically to libgcc and libstdc++ by
@BewareMyPower in https://github.com/apache/pulsar-client-cpp/pull/474
+* [fix] Fix an issue where zero queue consumers are unable to receive messages
after topic unloading by @massakam in
https://github.com/apache/pulsar-client-cpp/pull/473
+
+**Full Changelog**:
https://github.com/apache/pulsar-client-cpp/compare/v3.7.0...v3.7.1