Amqpstorm Versions Save

Thread-safe Python RabbitMQ Client & Management library

2.10.7

5 months ago
  • Fixed bug with heartbeat interval on the client not sent frequently enough [#127] - Thanks Ivan Héda.
  • Added support for Python 3.12.

2.10.6

1 year ago
  • Fixed deprecated warning when using Python 3.11.

2.10.5

1 year ago
  • Added support for bulk removing users with the Management Api.
  • Added support to get the Cluster Name using the Management Api.
  • Fixed ConnectionUri to default to port 5761 when using ssl [#119] - Thanks s-at-ik.

2.10.4

2 years ago
  • Fixed issue with a forcefully closed channel not sending the appropriate response [#114] - Thanks Bernd Höhl.

2.10.3

2 years ago
  • Fixed install bug with cp1250 encoding on Windows [#112] - Thanks ZygusPatryk.

2.10.2

2 years ago
  • Fixed bad socket fd causing high cpu usage [#110] - Thanks aiden0z.

2.10.1

2 years ago
  • Fixed bug with UriConnection not handling amqps:// properly.
  • Improved documentation.

2.10.0

2 years ago
  • Added Pagination support to Management list calls (e.g. queues list).
  • Added Filtering support to Management list calls.
  • Re-use the requests sessions for Management calls.
  • Updated to use pytest framework instead of nose for testing.

2.9.0

2 years ago
  • Added support for custom Message implementations - Thanks Jay Hogg.
  • Fixed a bug with confirm_delivery not working after closing and re-opening an existing channel.
  • Re-worked the channel re-use code.

2.8.5

2 years ago
  • Fixed a potential deadlock when opening a channel with a broken connection [#97] - Thanks mehdigmira.