This is an automated email from the ASF dual-hosted git repository.
xyz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git
The following commit(s) were added to refs/heads/main by this push:
new 8fca482d356 Add the release note for Python client 3.11.0 (#1116)
8fca482d356 is described below
commit 8fca482d3568bb15b4a4d26353f16c02d493403c
Author: Yunze Xu <[email protected]>
AuthorDate: Thu Apr 16 21:05:36 2026 +0800
Add the release note for Python client 3.11.0 (#1116)
---
data/release-python.js | 1 +
release-notes/versioned/client-python-3.11.0.md | 14 ++++++++++++++
2 files changed, 15 insertions(+)
diff --git a/data/release-python.js b/data/release-python.js
index 3899c711938..5093c996429 100644
--- a/data/release-python.js
+++ b/data/release-python.js
@@ -1,4 +1,5 @@
module.exports = [
+{tagName:
"v3.11.0",vtag:"3.11.x",releaseNotes:"/release-notes/versioned/client-python-3.11.0/",doc:"/docs/client-libraries-python",version:"v3.11.x"},
{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"},
diff --git a/release-notes/versioned/client-python-3.11.0.md
b/release-notes/versioned/client-python-3.11.0.md
new file mode 100644
index 00000000000..35d021585ad
--- /dev/null
+++ b/release-notes/versioned/client-python-3.11.0.md
@@ -0,0 +1,14 @@
+---
+id: client-python-3.11.0
+title: Client Python 3.11.0
+sidebar_label: Client Python 3.11.0
+---
+
+## What's Changed
+* chore: add async example by @nachatz in
https://github.com/apache/pulsar-client-python/pull/291
+* Bumped version to 3.11.0a1 by @BewareMyPower in
https://github.com/apache/pulsar-client-python/pull/292
+* Bump C++ client to 4.1.0 by @BewareMyPower in
https://github.com/apache/pulsar-client-python/pull/293
+* Add AutoClusterFailover and ServiceInfoProvider by @BewareMyPower in
https://github.com/apache/pulsar-client-python/pull/295
+
+
+**Full Changelog**:
https://github.com/apache/pulsar-client-python/compare/v3.10.0...v3.11.0