pypi amqp 5.0.6
v5.0.6

latest releases: 5.2.0, 5.1.1, 5.1.0...
3 years ago

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)

Don't miss a new amqp release

NewReleases is sending notifications on new releases.