Skip to content

Commit 29b6882

Browse files
Add C++ Client release note 4.0.1 (#1084)
1 parent 17cfd15 commit 29b6882

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-4.0.1
3+
title: Client CPP 4.0.1
4+
sidebar_label: Client CPP 4.0.1
5+
---
6+
7+
## What's Changed
8+
* Fix the seek method could be blocked forever when subscribe RPC is slower than seek RPC by @BewareMyPower in https://github.com/apache/pulsar-client-cpp/pull/533
9+
* [improve][client] Add TLSv1.3 support by @ciuncan in https://github.com/apache/pulsar-client-cpp/pull/529
10+
11+
## New Contributors
12+
* @ciuncan made their first contribution in https://github.com/apache/pulsar-client-cpp/pull/529
13+
14+
**Full Changelog**: https://github.com/apache/pulsar-client-cpp/compare/v4.0.0...v4.0.1

0 commit comments

Comments
 (0)