Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions data/release-python.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 20 additions & 0 deletions release-notes/versioned/client-python-3.13.0.md
Original file line number Diff line number Diff line change
@@ -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