File tree Expand file tree Collapse file tree 3 files changed +13
-1
lines changed
Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ Version 2.10.5
5+ --------------
6+ - Added support for bulk removing users with the Management Api.
7+ - Added support to get the Cluster Name using the Management Api.
8+ - Fixed ConnectionUri to default to port 5761 when using ssl [#119] - Thanks s-at-ik.
9+
410Version 2.10.4
511--------------
612- Fixed issue with a forcefully closed channel not sending the appropriate response [#114] - Thanks Bernd Höhl.
Original file line number Diff line number Diff line change @@ -20,6 +20,12 @@ Additional documentation is available on `amqpstorm.io <https://www.amqpstorm.io
2020Changelog
2121=========
2222
23+ Version 2.10.5
24+ --------------
25+ - Added support for bulk removing users using the Management Api.
26+ - Added support to get the Cluster name using the Management Api.
27+ - Fixed ConnectionUri to default to port 5761 when using ssl [#119] - Thanks s-at-ik.
28+
2329Version 2.10.4
2430--------------
2531- Fixed issue with a forcefully closed channel not sending the appropriate response [#114] - Thanks Bernd Höhl.
Original file line number Diff line number Diff line change 11"""AMQPStorm."""
2- __version__ = '2.10.4 ' # noqa
2+ __version__ = '2.10.5 ' # noqa
33__author__ = 'eandersson' # noqa
44
55import logging
You can’t perform that action at this time.
0 commit comments