File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed
Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ Version 2.10.8
5+ --------------
6+ - Fixed bug with multi-threaded basic.consume not always being threadsafe [#132] - Thanks mic1on.
7+
48Version 2.10.7
59--------------
610- Fixed bug with heartbeat interval on the client not sent frequently enough [#127] - Thanks Ivan Héda.
Original file line number Diff line number Diff line change @@ -20,6 +20,10 @@ Additional documentation is available on `amqpstorm.io <https://www.amqpstorm.io
2020Changelog
2121=========
2222
23+ Version 2.10.8
24+ --------------
25+ - Fixed bug with multi-threaded basic.consume not always being threadsafe [#132] - Thanks mic1on.
26+
2327Version 2.10.7
2428--------------
2529- Fixed bug with heartbeat interval on the client not sent frequently enough [#127] - Thanks Ivan Héda.
Original file line number Diff line number Diff line change 11"""AMQPStorm."""
2- __version__ = '2.10.7 ' # noqa
2+ __version__ = '2.10.8 ' # noqa
33__author__ = 'eandersson' # noqa
44
55import logging
You can’t perform that action at this time.
0 commit comments