This is an automated email from the ASF dual-hosted git repository. xyz pushed a commit to branch bewaremypower/release-note-python-3.10.0 in repository https://gitbox.apache.org/repos/asf/pulsar-site.git
commit 2c10be30daa1772b1192fb5cb37852051b8e8db4 Author: Yunze Xu <[email protected]> AuthorDate: Mon Feb 9 13:10:34 2026 +0800 Add the release note for Python client 3.10.0 --- data/release-python.js | 1 + release-notes/versioned/client-python-3.10.0.md | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) diff --git a/data/release-python.js b/data/release-python.js index cabac8fc79f..3899c711938 100644 --- a/data/release-python.js +++ b/data/release-python.js @@ -1,4 +1,5 @@ module.exports = [ +{tagName: "v3.10.0",vtag:"3.10.x",releaseNotes:"/release-notes/versioned/client-python-3.10.0/",doc:"/docs/client-libraries-python",version:"v3.10.x"}, {tagName: "v3.9.0",vtag:"3.9.x",releaseNotes:"/release-notes/versioned/client-python-3.9.0/",doc:"/docs/client-libraries-python",version:"v3.9.x"}, {tagName: "v3.8.0",vtag:"3.8.x",releaseNotes:"/release-notes/versioned/client-python-3.8.0/",doc:"/docs/client-libraries-python",version:"v3.8.x"}, {tagName: "v3.7.0",vtag:"3.7.x",releaseNotes:"/release-notes/versioned/client-python-3.7.0/",doc:"/docs/client-libraries-python",version:"v3.7.x"}, diff --git a/release-notes/versioned/client-python-3.10.0.md b/release-notes/versioned/client-python-3.10.0.md new file mode 100644 index 00000000000..d0650ce00d5 --- /dev/null +++ b/release-notes/versioned/client-python-3.10.0.md @@ -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
