You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pulsar.apache.org by Yunze Xu <xy...@apache.org> on 2023/06/07 03:12:45 UTC

[ANNOUNCE] Apache Pulsar Client Python 3.2.0 released

The Apache Pulsar team is proud to announce Apache Pulsar Client
Python version 3.2.0.

Pulsar is a highly scalable, low latency messaging platform running on
commodity hardware. It provides simple pub-sub semantics over topics,
guaranteed at-least-once delivery of messages, automatic cursor management for
subscribers, and cross-datacenter replication.

You can download the source code and the Python wheels in:
https://archive.apache.org/dist/pulsar/pulsar-client-python-3.2.0/

The Python wheels were uploaded to PyPI as well so that they can be
installed by `pip install pulsar-client==3.2.0`.

Release Notes are at:
https://pulsar.apache.org/release-notes/versioned/client-python-3.2.0/

We would like to thank the contributors that made the release possible.

Regards,

The Pulsar Team