This is an automated email from the ASF dual-hosted git repository. xyz pushed a commit to branch bewaremypower/release-note-python-3.9.0 in repository https://gitbox.apache.org/repos/asf/pulsar-site.git
commit 3a9d2f7b98ede44aa1f7bd261a3a92a748b7ca7f Author: Yunze Xu <[email protected]> AuthorDate: Tue Dec 30 16:35:37 2025 +0800 Add the release note for Python client 3.9.0 --- data/release-python.js | 1 + release-notes/versioned/client-python-3.9.0.md | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) diff --git a/data/release-python.js b/data/release-python.js index 0f979e45fb9..cabac8fc79f 100644 --- a/data/release-python.js +++ b/data/release-python.js @@ -1,4 +1,5 @@ module.exports = [ +{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"}, {tagName: "v3.6.1",vtag:"3.6.x",releaseNotes:"/release-notes/versioned/client-python-3.6.1/",doc:"/docs/client-libraries-python",version:"v3.6.x"}, diff --git a/release-notes/versioned/client-python-3.9.0.md b/release-notes/versioned/client-python-3.9.0.md new file mode 100644 index 00000000000..93296821017 --- /dev/null +++ b/release-notes/versioned/client-python-3.9.0.md @@ -0,0 +1,16 @@ +--- +id: client-python-3.9.0 +title: Client Python 3.9.0 +sidebar_label: Client Python 3.9.0 +--- + +## What's Changed +* Bump C++ client to 3.8.0 by @BewareMyPower in https://github.com/apache/pulsar-client-python/pull/270 +* Bump C++ client to 4.0.0 by @BewareMyPower in https://github.com/apache/pulsar-client-python/pull/273 +* Support Python 3.14 and remove Python 3.9 support by @BewareMyPower in https://github.com/apache/pulsar-client-python/pull/274 +* Support Message.producer_name() by @BewareMyPower in https://github.com/apache/pulsar-client-python/pull/275 +* Support encryption context on Message by @BewareMyPower in https://github.com/apache/pulsar-client-python/pull/276 +* Implement async consumer by @BewareMyPower in https://github.com/apache/pulsar-client-python/pull/277 +* Improve asynchronous producer with more options for creation and send by @BewareMyPower in https://github.com/apache/pulsar-client-python/pull/280 + +**Full Changelog**: https://github.com/apache/pulsar-client-python/compare/v3.8.0...v3.9.0
