summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsif Saif Uddin <auvipy@gmail.com>2023-03-20 16:57:11 +0600
committerAsif Saif Uddin <auvipy@gmail.com>2023-03-20 16:57:11 +0600
commitb75822dfa7c665191d0e1831d25e6c21897fbda2 (patch)
treefc459e163b317faf914541907c5661a5f3109e21
parent91f6b27446fdcb0bbb477af38a463124cdc6cb49 (diff)
downloadkombu-b75822dfa7c665191d0e1831d25e6c21897fbda2.tar.gz
added changelog entry for v5.3.0b3
-rw-r--r--Changelog.rst18
1 files changed, 18 insertions, 0 deletions
diff --git a/Changelog.rst b/Changelog.rst
index 71d8f24a..9d3f39fe 100644
--- a/Changelog.rst
+++ b/Changelog.rst
@@ -4,6 +4,24 @@
Change history
================
+.. _version-5.3.0b3:
+
+5.3.0b3
+=======
+:release-date: 20 Mar, 2023
+:release-by: Asif Saif Uddin
+
+- Use SPDX license expression in project metadata.
+- Allowing Connection.ensure() to retry on specific exceptions given by policy (#1629).
+- Redis==4.3.4 temporarilly in an attempt to avoid BC (#1634).
+- Add managed identity support to azure storage queue (#1631).
+- Support sqla v2.0 (#1651).
+- Switch to Pyro5 (#1655).
+- Remove unused _setupfuns from serialization.py.
+- Refactor: Refactor utils/json (#1659).
+- Adapt the mock to correctly mock the behaviors as implemented on Python 3.10. (Ref #1663).
+
+
.. _version-5.3.0b2:
5.3.02