Skip to content

Releases: rabbitmq/rabbitmq-amqp-python-client

v0.1.0-alpha.4

25 Feb 15:42
acb1cfb
Compare
Choose a tag to compare
v0.1.0-alpha.4 Pre-release
Pre-release

This alpha release is for testing

What's Changed

Full Changelog: v0.1.0-alpha.3...v0.1.0-alpha.4

v0.1.0-alpha.3

13 Feb 08:25
eac025a
Compare
Choose a tag to compare
v0.1.0-alpha.3 Pre-release
Pre-release

What's Changed

This release contains few modifications in order to make the client more similar to the others, no new functionality have been really added and it creates breaking changes from v0.1.0-alpha.2

Full Changelog: v0.1.0-alpha.2...v0.1.0-alpha.3

v0.1.0-alpha.2

07 Feb 09:02
a1f3840
Compare
Choose a tag to compare
v0.1.0-alpha.2 Pre-release
Pre-release

This alpha release is for testing

What's Changed

Full Changelog: v0.1.0-alpha.1...v0.1.0-alpha.2

v0.1.0-alpha.1

21 Jan 13:31
Compare
Choose a tag to compare
v0.1.0-alpha.1 Pre-release
Pre-release

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

What's Changed

  • Implementation of the Connection, Management and Publisher modules: #10
  • Implementation of the Consumer layer: #15