summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Changelog7
1 files changed, 7 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 148a880..48ee3e1 100644
--- a/Changelog
+++ b/Changelog
@@ -9,12 +9,19 @@ http://code.google.com/p/py-amqplib/source/browse/CHANGES
5.0.6
=====
+:release-date: 2021-04-01 10:45 A.M. UTC+6:00
+:release-by: Asif Saif Uddin
+
- Change the order in which context.check_hostname and context.verify_mode get set
in SSLTransport._wrap_socket_sni. Fixes bug introduced in 5.0.3 where setting
context.verify_mode = ssl.CERT_NONE would raise
"ValueError: Cannot set verify_mode to CERT_NONE when check_hostname is enabled."
Setting context.check_hostname prior to setting context.verify_mode resolves the
issue.
+- Remove TCP_USER_TIMEOUT option for Solaris (#355)
+- Pass long_description to setup() (#353)
+- Fix for tox-docker 2.0
+- Moved to GitHub actions CI (#359)
.. _version-5.0.5: