From 57fd73fb0c98a8ff40829b0b9313ce3db82dcafb Mon Sep 17 00:00:00 2001 From: Erik Olof Gunnar Andersson Date: Wed, 3 Nov 2021 19:38:25 -0700 Subject: [PATCH] Releasing 2.10.3 --- CHANGELOG.rst | 6 +++++- README.rst | 4 ++++ amqpstorm/__init__.py | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ba3e1fcd..7cd70f11 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,10 @@ Changelog ========= +Version 2.10.3 +-------------- +- Fixed install bug with cp1250 encoding on Windows [#112] - Thanks ZygusPatryk. + Version 2.10.2 -------------- - Fixed bad socket fd causing high cpu usage [#110] - Thanks aiden0z. @@ -48,7 +52,7 @@ Version 2.8.1 Version 2.8.0 ------------- - Introduced a new channel function called check_for_exceptions. -- Fixed issue where a publish was successful but raised an error because connection was closed [#80] - Thanks Pavol Plaskoň. +- Fixed issue where a publish was successful but raised an error because connection was closed [#80] - Thanks Pavol Plaskon. - Updated TLS handling to use the non-deprecated way of creating a TLS Connection [#79] - Thanks Carl Hörberg from CloudAMQP. - Enabled SNI for TLS connections by default [#79] - Thanks Carl Hörberg from CloudAMQP. diff --git a/README.rst b/README.rst index 6cef25d7..2f043aab 100644 --- a/README.rst +++ b/README.rst @@ -20,6 +20,10 @@ Additional documentation is available on `amqpstorm.io