summaryrefslogtreecommitdiff
path: root/Changelog.rst
diff options
context:
space:
mode:
authorAsif Saif Uddin (Auvi) <auvipy@gmail.com>2020-06-01 13:31:16 +0600
committerAsif Saif Uddin (Auvi) <auvipy@gmail.com>2020-06-01 13:31:16 +0600
commit6277a7fe544882f388c5116349fdc2668b832e6b (patch)
tree2a0f72207c141bf310b86d7fa04546327abcf9cc /Changelog.rst
parent9bb628a301959e45a81b49d82ae7f2a1ab4b5d7b (diff)
downloadkombu-6277a7fe544882f388c5116349fdc2668b832e6b.tar.gz
update changelog
Diffstat (limited to 'Changelog.rst')
-rw-r--r--Changelog.rst37
1 files changed, 36 insertions, 1 deletions
diff --git a/Changelog.rst b/Changelog.rst
index d2c155e9..9f65cd3c 100644
--- a/Changelog.rst
+++ b/Changelog.rst
@@ -4,7 +4,42 @@
Change history
================
-.. _version-4.6.7:
+.. _version-4.6.9:
+
+4.6.9
+=====
+:release-date: 2020-06-01 20:45 A.M UTC+6:00
+:release-by: Asif Saif Uddin
+
+- Prevent failure if AWS creds are not explicitly defined on predefined.
+- Raise RecoverableConnectionError in maybe_declare with retry on and.
+- Fix for the issue #1172 .
+- possible fix for #1174 .
+- Fix: make SQLAlchemy Channel init thread-safe
+- Added integration testing infrastructure for RabbitMQ
+- Initial redis integration tests implementation
+- SQLAlchemy transport: Use Query.with_for_update() instead of deprecated
+- Fix Consumer Encoding
+- Added Integration tests for direct, topic and fanout exchange types
+- Added TTL integration tests
+- Added integration tests for priority queues
+- fix 100% cpu usage on linux while using sqs
+- Modified Mutex to use redis LuaLock implementation
+- Fix: eliminate remaining race conditions from SQLAlchemy Channel
+- Fix connection imaybe_declare (#1196)
+- Fix for issue #1198: Celery crashes in cases where there aren’t enough
+- Ensure connection when connecting to broker
+- update pyamqp to 2.6 with optional cythonization
+
+.. _version-4.6.8:
+
+4.6.8
+=====
+:release-date: 2020-03-29 20:45 A.M UTC+6:00
+:release-by: Asif Saif Uddin
+
+
+.. _version-4.6.8:
4.6.7
=====