id: client-python-3.3.0 title: Client Python 3.3.0 sidebar_label: Client Python 3.3.0
What's Changed
Added support for KeySharedPolicy for the consumer when in KeyShared mode by @hyperevo
https://github.com/apache/pulsar-client-python/pull/109
Bumped version to 3.3.0a1 @BewareMyPower
https://github.com/apache/pulsar-client-python/pull/130
[docs] Fix the incorrect API docs generation steps in the release process by @BewareMyPower
https://github.com/apache/pulsar-client-python/pull/131
Fix link failure on macOS @BewareMyPower
https://github.com/apache/pulsar-client-python/pull/133
Add partitioned topic unit test for Reader @shibd
https://github.com/apache/pulsar-client-python/pull/137
feat: support batch index ack @shibd
https://github.com/apache/pulsar-client-python/pull/139
feat: support producer access mode @shibd
https://github.com/apache/pulsar-client-python/pull/138
Fix the OpenSSL 3.x symbols not found on macOS build @BewareMyPower
https://github.com/apache/pulsar-client-python/pull/145
Upgrade the C++ client to 3.3.0 @BewareMyPower
https://github.com/apache/pulsar-client-python/pull/146
feat: support pattern subscription non persistent topic @shibd
https://github.com/apache/pulsar-client-python/pull/134
Use f-string to show correct error message @BewareMyPower
https://github.com/apache/pulsar-client-python/pull/147
feat: Support dead letter topic @shibd
https://github.com/apache/pulsar-client-python/pull/135
New Contributors
@hyperevo made their first contribution in
https://github.com/apache/pulsar-client-python/pull/109
Full Changelog
:
https://github.com/apache/pulsar-client-python/compare/v3.2.0...v3.3.0