Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions data/release-python.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 20 additions & 0 deletions release-notes/versioned/client-python-3.10.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
id: client-python-3.10.0
title: Client Python 3.10.0
sidebar_label: Client Python 3.10.0
---

## What's Changed
* Bumped version to 3.10.0a1 by @BewareMyPower in https://github.com/apache/pulsar-client-python/pull/281
* feat: add individual negative acknowledgement for async consumer by @nachatz in https://github.com/apache/pulsar-client-python/pull/282
* feat: add async redeliver supprot by @nachatz in https://github.com/apache/pulsar-client-python/pull/285
* feat: add async last message id support by @nachatz in https://github.com/apache/pulsar-client-python/pull/284
* feat: add producer connectivity functionality by @nachatz in https://github.com/apache/pulsar-client-python/pull/286
* Bump C++ client to 4.0.1 by @BewareMyPower in https://github.com/apache/pulsar-client-python/pull/287
* feat: add get partitioned topic names by @nachatz in https://github.com/apache/pulsar-client-python/pull/289
* feat: add shutdown support to async client by @nachatz in https://github.com/apache/pulsar-client-python/pull/290

## New Contributors
* @nachatz made their first contribution in https://github.com/apache/pulsar-client-python/pull/282

**Full Changelog**: https://github.com/apache/pulsar-client-python/compare/v3.9.0...v3.10.0