Skip to content

Releases: eandersson/amqpstorm

Version 2.11.0

13 Oct 13:05
9068ca2
Compare
Choose a tag to compare
  • Added Python 3.13 support.
  • Replaced select.select with select.poll on Linux by default.
  • Replaced list with collections.deque - Thanks Bernhard Thiel.
  • Removed unnecessary lock when building messages.
  • Fixed various Python 2.7 tests.

Version 2.10.8

26 Jul 15:06
Compare
Choose a tag to compare
  • Fixed bug with multi-threaded basic.consume not always being threadsafe [#132] - Thanks mic1on.

Version 2.10.7

21 Nov 15:21
Compare
Choose a tag to compare
  • Fixed bug with heartbeat interval on the client not sent frequently enough [#127] - Thanks Ivan Héda.
  • Added support for Python 3.12.

Version 2.10.6

02 Jan 13:13
Compare
Choose a tag to compare
  • Fixed deprecated warning when using Python 3.11.

Version 2.10.5

14 Aug 21:16
Compare
Choose a tag to compare
  • 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.

Version 2.10.4

20 Nov 06:20
Compare
Choose a tag to compare
  • Fixed issue with a forcefully closed channel not sending the appropriate response [#114] - Thanks Bernd Höhl.

Version 2.10.3

04 Nov 02:43
Compare
Choose a tag to compare
  • Fixed install bug with cp1250 encoding on Windows [#112] - Thanks ZygusPatryk.

Version 2.10.2

22 Oct 03:48
Compare
Choose a tag to compare
  • Fixed bad socket fd causing high cpu usage [#110] - Thanks aiden0z.

Version 2.10.1

29 Sep 07:35
ac68b31
Compare
Choose a tag to compare
  • Fixed bug with UriConnection not handling amqps:// properly.
  • Improved documentation.

Version 2.10.0

07 Sep 02:03
eac9b95
Compare
Choose a tag to compare
  • 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.