mirror of https://github.com/celery/kombu.git
update changelog
This commit is contained in:
parent
9bb628a301
commit
6277a7fe54
|
@ -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
|
||||
=====
|
||||
|
|
Loading…
Reference in New Issue