File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ Version 2.10.3
5+ --------------
6+ - Fixed install bug with cp1250 encoding on Windows [#112] - Thanks ZygusPatryk.
7+
48Version 2.10.2
59--------------
610- Fixed bad socket fd causing high cpu usage [#110] - Thanks aiden0z.
@@ -48,7 +52,7 @@ Version 2.8.1
4852Version 2.8.0
4953-------------
5054- Introduced a new channel function called check_for_exceptions.
51- - Fixed issue where a publish was successful but raised an error because connection was closed [#80] - Thanks Pavol Plaskoň .
55+ - Fixed issue where a publish was successful but raised an error because connection was closed [#80] - Thanks Pavol Plaskon .
5256- Updated TLS handling to use the non-deprecated way of creating a TLS Connection [#79] - Thanks Carl Hörberg from CloudAMQP.
5357- Enabled SNI for TLS connections by default [#79] - Thanks Carl Hörberg from CloudAMQP.
5458
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.3
24+ --------------
25+ - Fixed install bug with cp1250 encoding on Windows [#112] - Thanks ZygusPatryk.
26+
2327Version 2.10.2
2428--------------
2529- Fixed bad socket fd causing high cpu usage [#110] - Thanks aiden0z.
Original file line number Diff line number Diff line change 11"""AMQPStorm."""
2- __version__ = '2.10.2 ' # noqa
2+ __version__ = '2.10.3 ' # noqa
33__author__ = 'eandersson' # noqa
44
55import logging
You can’t perform that action at this time.
0 commit comments