From 9272bd6bb150b89c43106579414f09ee34981bf5 Mon Sep 17 00:00:00 2001 From: "Asif Saif Uddin (Auvi)" Date: Mon, 30 Sep 2019 19:22:33 +0600 Subject: [PATCH] changelog for 4.6.5 --- Changelog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/Changelog b/Changelog index 6b68c762..59865f7c 100644 --- a/Changelog +++ b/Changelog @@ -4,6 +4,23 @@ Change history ================ +.. _version-4.6.5: + +4.6.5 +===== +:release-date: 2019-09-30 19:30 P.M UTC+6:00 +:release-by: Asif Saif Uddin + +- Revert _lookup api and correct redis implemetnation. +- Major overhaul of redis test cases by adding more full featured fakeredis module. +- Add more test cases to boost coverage of kombu redis transport. +- Refactor the producer consumer test cases to be based on original mocks and be passing +- Fix lingering line length issue in test. +- Sanitise url when include_password is false +- Pinned pycurl to 7.43.0.2 as it is the latest build with wheels provided +- Bump py-amqp to 2.5.2 + + .. _version-4.6.4: 4.6.4