Releases: celery/py-amqp
Releases · celery/py-amqp
v5.3.1
v5.3.0
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
- @awmackowiak made their first contribution in #432
- @nburlett made their first contribution in #431
- @blacksmith-sh made their first contribution in #436
- @Nusnus made their first contribution in #440
Full Changelog: v5.2.0...v5.3.0
v5.2.0
What's Changed
- remove cron & use v3 checkout by @auvipy in #397
- Set an explicit timeout on SSL handshake to prevent hangs by @ccorbacho in #398
- update actions versions by @auvipy in #399
- Switch references to the master branch to main by @thedrow in #400
- try explicit pypy version by @auvipy in #401
- update pypy on tox by @auvipy in #402
- update versions by @auvipy in #407
- start removing codecov pypi by @auvipy in #411
- Update ci.yaml by @auvipy in #413
- Add MessageNacked to recoverable errors by @arnaudmorin in #410
- Allow all commands to be run in testenv by @arnaudmorin in #416
- Send heartbeat frames more often by @arnaudmorin in #405
- Revert "start removing codecov pypi (#411)" by @auvipy in #419
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #421
- added python 3.12 to the CI and drop py3.7 by @auvipy in #423
- test vine 5.1.0 by @auvipy in #424
New Contributors
- @arnaudmorin made their first contribution in #410
- @pre-commit-ci made their first contribution in #421
Full Changelog: v5.1.1...v5.2.0
v5.1.1
v5.1.0
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
v5.0.8
What's Changed
- reduce memory usage of Connection by @pawl in #377
- Add additional error handling for failed connections. by @michael-lazar in #379
- try pytest 6.x by @auvipy in #381
New Contributors
Full Changelog: v5.0.7...v5.0.8
v5.0.7
What's Changed
- Remove dependency to case by @matusvalo in #364
- Fix typos by @kianmeng in #365
- added codeql actions by @auvipy in #369
- drop as we dont use travis by @auvipy in #371
- Bugfix: not closing socket after server disconnect by @michael-lazar in #374
- add new python versions to tox by @auvipy in #366
New Contributors
- @kianmeng made their first contribution in #365
- @michael-lazar made their first contribution in #374
Full Changelog: v5.0.6...v5.0.7
v5.0.6
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)