Changelog for v5.2.3

This commit is contained in:
Asif Saif Uddin 2021-12-29 10:52:51 +06:00
parent 921edc5ddc
commit 242f6d5780
1 changed files with 19 additions and 0 deletions

View File

@ -4,6 +4,25 @@
Change history
================
.. _version-5.2.3:
5.2.3
=====
:release-date: 29 Dec, 2021
:release-by: Asif Saif Uddin
- Allow redis >= 4.0.2.
- Fix PyPy CI jobs.
- SQS transport: detect FIFO queue properly by checking queue URL (#1450).
- Ensure that restore is atomic in redis transport (#1444).
- Restrict setuptools>=59.1.1,<59.7.0.
- Bump minimum py-amqp to v5.0.9 (#1462).
- Reduce memory usage of Transport (#1470).
- Prevent event loop polling on closed redis transports (and causing leak).
- Respect connection timeout (#1458)
- prevent redis event loop stopping on 'consumer: Cannot connect' (#1477).
.. _version-5.2.2:
5.2.2