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 006f19a0520e Add release note for CPP client 3.7.0 (#984)
006f19a0520e is described below

commit 006f19a0520efde21ba32409b1f196c83a74ea18
Author: Yunze Xu <xyzinfern...@163.com>
AuthorDate: Mon Jan 13 11:06:37 2025 +0800

    Add release note for CPP client 3.7.0 (#984)
---
 data/release-cpp.js                         |  3 ++-
 release-notes/versioned/client-cpp-3.7.0.md | 28 ++++++++++++++++++++++++++++
 2 files changed, 30 insertions(+), 1 deletion(-)

diff --git a/data/release-cpp.js b/data/release-cpp.js
index 6678689a7009..57961b91cb3b 100644
--- a/data/release-cpp.js
+++ b/data/release-cpp.js
@@ -1,5 +1,6 @@
 module.exports = [
-{tagName: 
"v3.6.0",vtag:"3.5.x",releaseNotes:"/release-notes/versioned/client-cpp-3.6.0/",doc:"/docs/client-libraries-cpp",version:"v3.6.x"},
+{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.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"},
 {tagName: 
"v3.4.2",vtag:"3.4.x",releaseNotes:"/release-notes/versioned/client-cpp-3.4.2/",doc:"/docs/client-libraries-cpp",version:"v3.4.x"},
diff --git a/release-notes/versioned/client-cpp-3.7.0.md 
b/release-notes/versioned/client-cpp-3.7.0.md
new file mode 100644
index 000000000000..74b81603fbb7
--- /dev/null
+++ b/release-notes/versioned/client-cpp-3.7.0.md
@@ -0,0 +1,28 @@
+---
+id: client-cpp-3.7.0
+title: Client CPP 3.7.0
+sidebar_label: Client CPP 3.7.0
+---
+
+## What's Changed
+* Fix buffer overflow for non-batched send when the message metadata size 
exceeds 64KB by @BewareMyPower in 
https://github.com/apache/pulsar-client-cpp/pull/443
+* fix: Keep compatible with old boost versions by @erobot in 
https://github.com/apache/pulsar-client-cpp/pull/444
+* Bumped version to 3.7.0-pre by @shibd in 
https://github.com/apache/pulsar-client-cpp/pull/445
+* Fix ack failure on message listener in multi topics consumer by @nkurihar in 
https://github.com/apache/pulsar-client-cpp/pull/447
+* Fix the YAML format error in latest image by @BewareMyPower in 
https://github.com/apache/pulsar-client-cpp/pull/452
+* Fix default operation timeout by @arhoads in 
https://github.com/apache/pulsar-client-cpp/pull/450
+* Expose keep alive interval for c and c++ client by @shibd in 
https://github.com/apache/pulsar-client-cpp/pull/457
+* Handle the exception from the token supplier by @BewareMyPower in 
https://github.com/apache/pulsar-client-cpp/pull/458
+* [fix][doc] Update README to build wireshark plugin correctly by @ocadaruma 
in https://github.com/apache/pulsar-client-cpp/pull/460
+* Bump macos runner image to 14 by @BewareMyPower in 
https://github.com/apache/pulsar-client-cpp/pull/463
+* Fix startMessageInclusive does not work if the 1st message is a chunked 
message by @BewareMyPower in 
https://github.com/apache/pulsar-client-cpp/pull/462
+* [fix] Fix issue where cert chain is not taken into account in mTLS 
authentication by @massakam in 
https://github.com/apache/pulsar-client-cpp/pull/467
+* Fix some compiler warnings in public headers by @erobot in 
https://github.com/apache/pulsar-client-cpp/pull/468
+* Use vcpkg to build macOS packages by @BewareMyPower in 
https://github.com/apache/pulsar-client-cpp/pull/465
+
+## New Contributors
+* @nkurihar made their first contribution in 
https://github.com/apache/pulsar-client-cpp/pull/447
+* @arhoads made their first contribution in 
https://github.com/apache/pulsar-client-cpp/pull/450
+* @ocadaruma made their first contribution in 
https://github.com/apache/pulsar-client-cpp/pull/460
+
+**Full Changelog**: 
https://github.com/apache/pulsar-client-cpp/compare/v3.6.0...v3.7.0

Reply via email to