Skip to content

Releases: celery/py-amqp

v5.3.1

12 Nov 19:55
b1f9c2e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.3.0...v5.3.1

v5.3.0

12 Nov 13:55
5328b75
Compare
Choose a tag to compare

What's Changed

  • Hard-code requests version because of the bug in docker-py by @awmackowiak in #432
  • fix AbstractTransport repr socket error (#361) by @nburlett in #431
  • blacksmith.sh: Migrate workflows to Blacksmith by @blacksmith-sh in #436
  • Added Python 3.13 to CI by @Nusnus in #440
  • Prepare for release: 5.3.0 by @Nusnus in #441

New Contributors

Full Changelog: v5.2.0...v5.3.0

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)