The Apache Pulsar team is proud to announce Apache Pulsar Client Python version 3.1.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.1.0/ The Python wheels were uploaded to PyPI as well so that they can be installed by `pip install pulsar-client==3.1.0`. Release Notes are at: https://pulsar.apache.org/release-notes/versioned/client-python-3.1.0/ We would like to thank the contributors that made the release possible. Regards, The Pulsar Team