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

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

commit 04c3027f3870ac7536ae8d3c958acd10f03f10fd
Author: Yunze Xu <xyzinfern...@163.com>
AuthorDate: Thu Feb 16 23:05:32 2023 +0800

    Add the release note for C++ client 3.1.1 and 3.1.2
---
 data/release-cpp.js                         |  4 +++-
 release-notes/versioned/client-cpp-3.1.1.md | 15 +++++++++++++++
 release-notes/versioned/client-cpp-3.1.2.md | 13 +++++++++++++
 3 files changed, 31 insertions(+), 1 deletion(-)

diff --git a/data/release-cpp.js b/data/release-cpp.js
index 70d8ff7792c..557e497d802 100644
--- a/data/release-cpp.js
+++ b/data/release-cpp.js
@@ -1,5 +1,7 @@
 module.exports = [
-{tagName: 
"v3.1.0",vtag:"3.1.0",releaseNotes:"/release-notes/versioned/client-cpp-3.1.0/",doc:"/docs/client-libraries-cpp",version:"v3.1.x"},
+{tagName: 
"v3.1.2",vtag:"3.1.x",releaseNotes:"/release-notes/versioned/client-cpp-3.1.2/",doc:"/docs/client-libraries-cpp",version:"v3.1.x"},
+{tagName: 
"v3.1.1",vtag:"3.1.x",releaseNotes:"/release-notes/versioned/client-cpp-3.1.1/",doc:"/docs/client-libraries-cpp",version:""},
+{tagName: 
"v3.1.0",vtag:"3.1.x",releaseNotes:"/release-notes/versioned/client-cpp-3.1.0/",doc:"/docs/client-libraries-cpp",version:""},
 {tagName: 
"v3.0.0",vtag:"3.0.0",releaseNotes:"/release-notes/versioned/client-cpp-3.0.0/",doc:"/docs/client-libraries-cpp",version:"v3.0.x"},
 {tagName: 
"v2.10.3",vtag:"2.10.x",releaseNotes:"/release-notes/versioned/client-cpp-2.10.3/",doc:"/docs/2.10.x/client-libraries-cpp",version:"v2.10.x"},
 {tagName: 
"v2.10.2",vtag:"2.10.x",releaseNotes:"/release-notes/versioned/client-cpp-2.10.2/",doc:"/docs/2.10.x/client-libraries-cpp",version:""},
diff --git a/release-notes/versioned/client-cpp-3.1.1.md 
b/release-notes/versioned/client-cpp-3.1.1.md
new file mode 100644
index 00000000000..e55fee1cd8e
--- /dev/null
+++ b/release-notes/versioned/client-cpp-3.1.1.md
@@ -0,0 +1,15 @@
+---
+id: client-cpp-3.1.1
+title: Client CPP 3.1.1
+sidebar_label: Client CPP 3.1.1
+---
+
+## What's Changed
+* Fix segfault caused by socket I/O on a closed io_service by @BewareMyPower 
in https://github.com/apache/pulsar-client-cpp/pull/168
+* [fix][build] Hide non-exported symbols from the dependencies by 
@BewareMyPower in https://github.com/apache/pulsar-client-cpp/pull/155
+* [fix] Use authoritative argument correctly in 
BinaryProtoLookupService::findBroker by @erobot in 
https://github.com/apache/pulsar-client-cpp/pull/146
+* [fix] Fix a crash when closing a connection while connecting by @erobot in 
https://github.com/apache/pulsar-client-cpp/pull/136
+* [fix] Close broker producer created after producer close by @erobot in 
https://github.com/apache/pulsar-client-cpp/pull/131
+* [fix] Fix hostname verification by @izumo27 in 
https://github.com/apache/pulsar-client-cpp/pull/126
+
+**Full Changelog**: 
https://github.com/apache/pulsar-client-cpp/compare/v3.1.0...v3.1.1
diff --git a/release-notes/versioned/client-cpp-3.1.2.md 
b/release-notes/versioned/client-cpp-3.1.2.md
new file mode 100644
index 00000000000..596b36fd5c8
--- /dev/null
+++ b/release-notes/versioned/client-cpp-3.1.2.md
@@ -0,0 +1,13 @@
+---
+id: client-cpp-3.1.2
+title: Client CPP 3.1.2
+sidebar_label: Client CPP 3.1.2
+---
+
+## What's Changed
+* [fix] Use ClientConfiguration::getTlsTrustCertsFilePath for the OAuth2 flow 
by @BewareMyPower in https://github.com/apache/pulsar-client-cpp/pull/190
+* [fix] Avoid resource leakage of AckGroupingTracker by @erobot in 
https://github.com/apache/pulsar-client-cpp/pull/185
+* Support the Wireshark plugin for more Wireshark distributions by 
@BewareMyPower in https://github.com/apache/pulsar-client-cpp/pull/183
+* Fix Wireshark build by @Demogorgon314 in 
https://github.com/apache/pulsar-client-cpp/pull/182
+
+**Full Changelog**: 
https://github.com/apache/pulsar-client-cpp/compare/v3.1.1...v3.1.2

Reply via email to