File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -9,12 +9,19 @@ http://code.google.com/p/py-amqplib/source/browse/CHANGES
9
9
10
10
5.0.6
11
11
=====
12
+ :release-date: 2021-04-01 10:45 A.M. UTC+6:00
13
+ :release-by: Asif Saif Uddin
14
+
12
15
- Change the order in which context.check_hostname and context.verify_mode get set
13
16
in SSLTransport._wrap_socket_sni. Fixes bug introduced in 5.0.3 where setting
14
17
context.verify_mode = ssl.CERT_NONE would raise
15
18
"ValueError: Cannot set verify_mode to CERT_NONE when check_hostname is enabled."
16
19
Setting context.check_hostname prior to setting context.verify_mode resolves the
17
20
issue.
21
+ - Remove TCP_USER_TIMEOUT option for Solaris (#355)
22
+ - Pass long_description to setup() (#353)
23
+ - Fix for tox-docker 2.0
24
+ - Moved to GitHub actions CI (#359)
18
25
19
26
.. _version-5.0.5:
20
27
You can’t perform that action at this time.
0 commit comments