summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsif Saif Uddin <auvipy@gmail.com>2022-06-29 15:32:32 +0600
committerAsif Saif Uddin <auvipy@gmail.com>2022-06-29 15:32:32 +0600
commit3685f4e1e9f84d00af8de74395c09c4263af97ac (patch)
tree109f98c940faf24a2299cf6139c49642c833e0b0
parent7b8467989fbbc4a0f9477306269cf45967278a12 (diff)
downloadkombu-3685f4e1e9f84d00af8de74395c09c4263af97ac.tar.gz
added changelog entry for v5.3.0a1
-rw-r--r--Changelog.rst29
1 files changed, 29 insertions, 0 deletions
diff --git a/Changelog.rst b/Changelog.rst
index 8c3295b5..e8e65a09 100644
--- a/Changelog.rst
+++ b/Changelog.rst
@@ -4,6 +4,35 @@
Change history
================
+.. _version-5.3.0a1:
+
+5.3.0a1
+=======
+:release-date: 29 Jun, 2022
+:release-by: Asif Saif Uddin
+
+- Add fanout to filesystem (#1499).
+- Protect set of ready tasks by lock to avoid concurrent updates. (#1489).
+- Correct documentation stating kombu uses pickle protocol version 2.
+- Use new entry_points interface.
+- Add mypy to the pipeline (#1512).
+- Added possibility to serialize and deserialize binary messages in json (#1516).
+- Bump pyupgrade version and add __future__.annotations import.
+- json.py cleaning from outdated libs (#1533).
+- bump new py-amqp to 5.1.1 (#1534).
+- add GitHub URL for PyPi.
+- Upgrade pytest to ~=7.1.1.
+- Support pymongo 4.x (#1536).
+- Initial Kafka support (#1506).
+- Upgrade Azure Storage Queues transport to version 12 (#1539).
+- move to consul2 (#1544).
+- Datetime serialization and deserialization fixed (#1515).
+- Bump redis>=4.2.2 (#1546).
+- Update sqs dependencies (#1547).
+- Added HLEN to the list of prefixed redis commands (#1540).
+- Added some type annotations.
+
+
.. _version-5.2.4:
5.2.4