From 0f6ef8c90b32ca4fbefbd8f2262efea343a4e5bc Mon Sep 17 00:00:00 2001 From: Alex Hill Date: Mon, 16 Apr 2018 18:39:06 +0800 Subject: [PATCH] Update Changelog for 4.2.0 (#848) I've gone through the commits since the last tag and added them, grouping the minor tweaks/fixups and doc changes. I think I've got everything. Incidentally I've left a question in #689 but that needn't prevent release. --- Changelog | 56 +++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 54 insertions(+), 2 deletions(-) diff --git a/Changelog b/Changelog index ca57deeb..8500b543 100644 --- a/Changelog +++ b/Changelog @@ -4,9 +4,9 @@ Change history ================ -.. _version-4.1.1: +.. _version-4.2.0: -4.1.1 +4.2.0 ===== :release-date: TBD :release-by: TBD @@ -17,6 +17,58 @@ :meth:`~kombu.Connection.default_connection` (Issue #765). Contributed by **Anthony Lukach**. + +- Qpid: messages are now durable by default + + Contributed by **David Davis** + +- Kombu now requires version 2.10.4 or greater of the redis library, + in line with Celery + + Contributed by **Colin Jeanne** + +- Fixed ImportError in some environments with outdated simplejson + + Contributed by **Aaron Morris** + +- MongoDB: fixed failure on MongoDB versions with an "-rc" tag + + Contributed by **dust8** + +- Ensure periodic polling frequency does not exceed timeout in + virtual transport + + Contributed by **Arcadiy Ivanov** + +- Fixed string handling when using python-future module + + Contributed by **John Koehl" + +- Replaced "async" with "asynchronous" in preparation for Python 3.7 + + Contributed by **Thomas Achtemichuk** + +- Allow removing pool size limit when in use + + Contributed by **Alex Hill** + +- Codebase improvements and fixes by: + + - **j2gg0s** + - **Jon Dufresne** + - **Jonas Lergell** + - **Mads Jensen** + - **Nicolas Delaby** + - **Omer Katz** + +- Documentation improvements by: + + - **Felix Yan** + - **Harry Moreno** + - **Mads Jensen** + - **Omer Katz** + - **Radha Krishna. S.** + - **Wojciech Matyƛkiewicz** .. _version-4.1.0: