Skip to content

Releases: celery/py-amqp

v5.2.0

06 Nov 04:55
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.1.1...v5.2.0

v5.1.1

17 Apr 06:55
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.1.0...v5.1.1

v5.1.0

06 Mar 04:10
Compare
Choose a tag to compare

What's Changed

  • improve performance of _get_free_channel_id, fix channel max bug by @pawl in #385
  • document memoryview usage, minor frame_writer.write_frame refactor by @pawl in #384
  • update tidelift alignment config CI by @auvipy in #375
  • start dropping python 3.6 by @auvipy in #387
  • adding experimental slots to some classes by @auvipy in #368
  • try pytest 7 by @auvipy in #388

Full Changelog: v5.0.9...v5.1.0

v5.0.9

20 Dec 04:53
Compare
Choose a tag to compare

What's Changed

Mainly fixed a regression

  • Fix CHANNEL_ERROR/ChannelNotOpen by @pawl in #383

Full Changelog: v5.0.8...v5.0.9

v5.0.8

19 Dec 05:08
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @pawl made their first contribution in #377

Full Changelog: v5.0.7...v5.0.8

v5.0.7

13 Dec 09:38
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.0.6...v5.0.7

v5.0.6

01 Apr 06:15
Compare
Choose a tag to compare

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)

v5.0.4

28 Jan 08:33
Compare
Choose a tag to compare

5.0.4

:release-date: 2021-01-28 2:30 P.M UTC+6:00
:release-by: Asif Saif Uddin

  • Add missing load_default_certs() call to fix a regression in v5.0.3 release. (#350)

v5.0.3

19 Jan 20:23
Compare
Choose a tag to compare

5.0.3

:release-date: 2021-01-19 9:00 P.M UTC+6:00
:release-by: Asif Saif Uddin

  • Change the default value of ssl_version to None. When not set, the
    proper value between ssl.PROTOCOL_TLS_CLIENT and ssl.PROTOCOL_TLS_SERVER
    will be selected based on the param server_side in order to create
    a TLS Context object with better defaults that fit the desired
    connection side.

  • Change the default value of cert_reqs to None. The default value
    of ctx.verify_mode is ssl.CERT_NONE, but when ssl.PROTOCOL_TLS_CLIENT
    is used, ctx.verify_mode defaults to ssl.CERT_REQUIRED.

  • Fix context.check_hostname logic. Checking the hostname depends on
    having support of the SNI TLS extension and being provided with a
    server_hostname value. Another important thing to mention is that
    enabling hostname checking automatically sets verify_mode from
    ssl.CERT_NONE to ssl.CERT_REQUIRED in the stdlib ssl and it cannot
    be set back to ssl.CERT_NONE as long as hostname checking is enabled.

  • Refactor the SNI tests to test one thing at a time and removing some
    tests that were being repeated over and over.

5.0.1

08 Nov 16:41
Compare
Choose a tag to compare
v5.0.1

Bump version: 5.0.0 → 5.0.1