Releases: rabbitmq/rabbitmq-amqp-python-client
Releases · rabbitmq/rabbitmq-amqp-python-client
v0.1.0-alpha.2
This alpha release is for testing
What's Changed
- adding delivery status on publishing by @DanielePalaia in #23
- SSL/TLS implementation by @DanielePalaia in #24
- Streams support and management of disconnections by @DanielePalaia in #28
- improve examples / updating docs / adding credits to consumer by @DanielePalaia in #31
Full Changelog: v0.1.0-alpha.1...v0.1.0-alpha.2
v0.1.0-alpha.1
This alpha release is for testing
It implements basic Connection, Publisher, Consumer modules to operate with RabbitMQ using the AMQP 1.0 Protocol.
It has some limitations. I doesn't yet support tls or auto-reconnect for example but it's a first good version usable for testing.
See full example in: https://github.com/rabbitmq/rabbitmq-amqp-python-client/blob/main/examples/getting_started/main.py