From ae57e3c0345b70c88daf77e8931bf479c2287227 Mon Sep 17 00:00:00 2001 From: Baodi Shi Date: Fri, 6 Sep 2024 11:38:55 +0800 Subject: [PATCH] Add release note for cpp 3.6.0 --- data/release-cpp.js | 1 + release-notes/versioned/client-cpp-3.6.0.md | 25 +++++++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 release-notes/versioned/client-cpp-3.6.0.md diff --git a/data/release-cpp.js b/data/release-cpp.js index 98fa1e3ed2ff..6678689a7009 100644 --- a/data/release-cpp.js +++ b/data/release-cpp.js @@ -1,4 +1,5 @@ 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.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.6.0.md b/release-notes/versioned/client-cpp-3.6.0.md new file mode 100644 index 000000000000..22a3d694fcf0 --- /dev/null +++ b/release-notes/versioned/client-cpp-3.6.0.md @@ -0,0 +1,25 @@ +--- +id: client-cpp-3.6.0 +title: Client CPP 3.6.0 +sidebar_label: Client CPP 3.6.0 +--- + +## What's Changed +* [feat] Add startPaused setting to consumer by @massakam in https://github.com/apache/pulsar-client-cpp/pull/416 +* Support customize vcpkg directory when INTEGRATE_VCPKG is ON by @BewareMyPower in https://github.com/apache/pulsar-client-cpp/pull/417 +* Fix broken wireshark build workflow on macOS by @BewareMyPower in https://github.com/apache/pulsar-client-cpp/pull/414 +* Bumped version to 3.6.0-pre by @BewareMyPower in https://github.com/apache/pulsar-client-cpp/pull/418 +* Fix minor issues reported by CodeQL by @merlimat in https://github.com/apache/pulsar-client-cpp/pull/421 +* Fix wrong results of hasMessageAvailable and readNext after seeking by timestamp by @BewareMyPower in https://github.com/apache/pulsar-client-cpp/pull/422 +* fix: Incorrect acknowledgment behavior in the listener of the multi-t… by @shibd in https://github.com/apache/pulsar-client-cpp/pull/423 +* Support seek operation on a multi-topics consumer by @BewareMyPower in https://github.com/apache/pulsar-client-cpp/pull/426 +* Log the default location of trusted CA certificates when tlsTrustCertsFilePath is not specified by @BewareMyPower in https://github.com/apache/pulsar-client-cpp/pull/429 +* Use Rocky Linux 8 and vcpkg to build RPM packages by @BewareMyPower in https://github.com/apache/pulsar-client-cpp/pull/428 +* Add -Bsymbolic link option to avoid symbol interposition by @BewareMyPower in https://github.com/apache/pulsar-client-cpp/pull/432 +* [CI] Use macos-12 to build macOS libraries by @BewareMyPower in https://github.com/apache/pulsar-client-cpp/pull/433 +* feat: expose partitions update interval configuration to C client by @shibd in https://github.com/apache/pulsar-client-cpp/pull/437 +* Fix consumer might not subscribe after a reconnection by @BewareMyPower in https://github.com/apache/pulsar-client-cpp/pull/438 +* Fix invalid memory access on the first pending batch receive callback by @BewareMyPower in https://github.com/apache/pulsar-client-cpp/pull/441 + + +**Full Changelog**: https://github.com/apache/pulsar-client-cpp/compare/v3.5.1...v3.6.0