From 011836dca5599528393e6f217fef8f8ad7dfc8a7 Mon Sep 17 00:00:00 2001 From: Yunze Xu Date: Thu, 2 Jul 2026 17:50:26 +0800 Subject: [PATCH] Add the release note for Python client 3.13.0 --- data/release-python.js | 1 + .../versioned/client-python-3.13.0.md | 20 +++++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 release-notes/versioned/client-python-3.13.0.md diff --git a/data/release-python.js b/data/release-python.js index 7d0ab4cacc18..eb1d013aab57 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 000000000000..68652e679dc1 --- /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