This is an automated email from the ASF dual-hosted git repository.
mmerli 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 dee1ce15a65 Add the release note for C++ client 3.1.1 and 3.1.2 (#419)
dee1ce15a65 is described below
commit dee1ce15a65bfae6ffc945a6d3961e3361a9a6ae
Author: Yunze Xu <[email protected]>
AuthorDate: Fri Feb 17 01:37:27 2023 +0800
Add the release note for C++ client 3.1.1 and 3.1.2 (#419)
---
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