Skip to content

Commit bc453b3

Browse files
Add the release note for Python client 3.8.0 (#1027)
1 parent 6b97045 commit bc453b3

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

data/release-python.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
id: client-python-3.8.0
3+
title: Client Python 3.8.0
4+
sidebar_label: Client Python 3.8.0
5+
---
6+
7+
## What's Changed
8+
* Bumped version to 3.8.0a1 by @shibd in https://github.com/apache/pulsar-client-python/pull/255
9+
* fix: added schema to messages in batch_receive method by @danilopezma in https://github.com/apache/pulsar-client-python/pull/215
10+
* Support deserializing a message id from bytes and topic by @BewareMyPower in https://github.com/apache/pulsar-client-python/pull/259
11+
* Remove version upper bound for protobuf dependency by @merlimat in https://github.com/apache/pulsar-client-python/pull/260
12+
* Bump C++ client to 3.7.2 by @BewareMyPower in https://github.com/apache/pulsar-client-python/pull/264
13+
* Support message router by @BewareMyPower in https://github.com/apache/pulsar-client-python/pull/265
14+
15+
## New Contributors
16+
* @danilopezma made their first contribution in https://github.com/apache/pulsar-client-python/pull/215
17+
18+
**Full Changelog**: https://github.com/apache/pulsar-client-python/compare/v3.7.0...v3.8.0

0 commit comments

Comments
 (0)