Skip to content

Commit 935863b

Browse files
Add C++ Client release note 3.7.2 (#1025)
1 parent a93775c commit 935863b

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

data/release-cpp.js

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
id: client-cpp-3.7.2
3+
title: Client CPP 3.7.2
4+
sidebar_label: Client CPP 3.7.2
5+
---
6+
7+
**What's Changed**
8+
9+
* Remove static link to libstdc++ to avoid conflicts by @BewareMyPower in https://github.com/apache/pulsar-client-cpp/pull/493
10+
* Fix acknowledgeCumulative never returns when accepting an invalid message id for a multi-topics consumer by @BewareMyPower in https://github.com/apache/pulsar-client-cpp/pull/492
11+
* Avoid getLastMessageId RPC when calling hasMessageAvailable after seek by timestamp by @BewareMyPower in https://github.com/apache/pulsar-client-cpp/pull/491
12+
* Fix stage-release.sh does not delete the Windows temporary directories by @BewareMyPower in https://github.com/apache/pulsar-client-cpp/pull/488
13+
14+
**Full Changelog**: https://github.com/apache/pulsar-client-cpp/compare/v3.7.1...v3.7.2

0 commit comments

Comments
 (0)