diff --git a/data/release-python.js b/data/release-python.js index cabac8fc79fb..3899c711938c 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 000000000000..d0650ce00d57 --- /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