This is an automated email from the ASF dual-hosted git repository.
BewareMyPower 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 6845c9db1e8 Add the release note for Python client 3.13.0 (#1188)
6845c9db1e8 is described below
commit 6845c9db1e872e3c97e7334881dab9369ce25241
Author: Yunze Xu <[email protected]>
AuthorDate: Thu Jul 2 17:54:40 2026 +0800
Add the release note for Python client 3.13.0 (#1188)
---
data/release-python.js | 1 +
release-notes/versioned/client-python-3.13.0.md | 20 ++++++++++++++++++++
2 files changed, 21 insertions(+)
diff --git a/data/release-python.js b/data/release-python.js
index 7d0ab4cacc1..eb1d013aab5 100644
--- a/data/release-python.js
+++ b/data/release-python.js
@@ -1,4 +1,5 @@
module.exports = [
+{tagName:
"v3.13.0",vtag:"3.13.x",releaseNotes:"/release-notes/versioned/client-python-3.13.0/",doc:"/docs/client-libraries-python",version:"v3.13.x"},
{tagName:
"v3.12.0",vtag:"3.12.x",releaseNotes:"/release-notes/versioned/client-python-3.12.0/",doc:"/docs/client-libraries-python",version:"v3.12.x"},
{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"},
diff --git a/release-notes/versioned/client-python-3.13.0.md
b/release-notes/versioned/client-python-3.13.0.md
new file mode 100644
index 00000000000..68652e679dc
--- /dev/null
+++ b/release-notes/versioned/client-python-3.13.0.md
@@ -0,0 +1,20 @@
+---
+id: client-python-3.13.0
+title: Client Python 3.13.0
+sidebar_label: Client Python 3.13.0
+---
+
+## What's Changed
+* Bumped version to 3.13.0a1 by @BewareMyPower in
https://github.com/apache/pulsar-client-python/pull/305
+* Fix some wheels not downloaded from stage-release.sh by @BewareMyPower in
https://github.com/apache/pulsar-client-python/pull/301
+* Bump C++ client to 4.2.0 by @BewareMyPower in
https://github.com/apache/pulsar-client-python/pull/306
+* feat(asyncio): include detailed error message in exception when creating a
producer or consumer by @BewareMyPower in
https://github.com/apache/pulsar-client-python/pull/307
+* test: bump CI broker to 4.2.2 and fix delayed-delivery tests by @grishaf in
https://github.com/apache/pulsar-client-python/pull/308
+* feat: support null value messages (tombstones) for compacted topics by
@grishaf in https://github.com/apache/pulsar-client-python/pull/304
+* feat(asyncio): add Reader API by @BewareMyPower in
https://github.com/apache/pulsar-client-python/pull/309
+* Improve wheel build time by using native Linux arm runner by @BewareMyPower
in https://github.com/apache/pulsar-client-python/pull/310
+
+## New Contributors
+* @grishaf made their first contribution in
https://github.com/apache/pulsar-client-python/pull/308
+
+**Full Changelog**:
https://github.com/apache/pulsar-client-python/compare/v3.12.0...v3.13.0