Skip to content

Commit 70e6557

Browse files
committed
changelog for py-amqp v5.0.6
1 parent 4eb39c6 commit 70e6557

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Changelog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,19 @@ http://code.google.com/p/py-amqplib/source/browse/CHANGES
99

1010
5.0.6
1111
=====
12+
:release-date: 2021-04-01 10:45 A.M. UTC+6:00
13+
:release-by: Asif Saif Uddin
14+
1215
- Change the order in which context.check_hostname and context.verify_mode get set
1316
in SSLTransport._wrap_socket_sni. Fixes bug introduced in 5.0.3 where setting
1417
context.verify_mode = ssl.CERT_NONE would raise
1518
"ValueError: Cannot set verify_mode to CERT_NONE when check_hostname is enabled."
1619
Setting context.check_hostname prior to setting context.verify_mode resolves the
1720
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)
1825

1926
.. _version-5.0.5:
2027

0 commit comments

Comments
 (0)