forked from pool/python-kombu
- Update to 2.5.9:
- Pidbox: Now warns if there are multiple nodes consuming from
the same pidbox.
- Adds Queue.on_declared <kombu.Queue.on_declared>
A callback to be called when the queue is declared,
with signature (name, messages, consumers).
- Now uses fuzzy matching to suggest alternatives to typos in transport
names.
- SQS: Adds new transport option queue_prefix.
Contributed by j0hnsmith.
- pyamqp: No longer overrides verify_connection.
- SQS: Now specifies the driver_type and driver_name
attributes.
Fix contributed by Mher Movsisyan.
- Fixed bug with kombu.utils.retry_over_time when no errback
specified.
- Update to 2.5.9:
- Pidbox: Now warns if there are multiple nodes consuming from
the same pidbox.
- Adds Queue.on_declared <kombu.Queue.on_declared>
A callback to be called when the queue is declared,
with signature (name, messages, consumers).
- Now uses fuzzy matching to suggest alternatives to typos in transport
names.
- SQS: Adds new transport option queue_prefix.
Contributed by j0hnsmith.
- pyamqp: No longer overrides verify_connection.
- SQS: Now specifies the driver_type and driver_name
attributes.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=75
This commit is contained in:
committed by
Git OBS Bridge
parent
6acca9d41f
commit
861a0aa8b1
@@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 11 16:51:37 UTC 2013 - alexandre@exatati.com.br
|
||||
|
||||
- Update to 2.5.9:
|
||||
- Pidbox: Now warns if there are multiple nodes consuming from
|
||||
the same pidbox.
|
||||
- Adds Queue.on_declared <kombu.Queue.on_declared>
|
||||
A callback to be called when the queue is declared,
|
||||
with signature (name, messages, consumers).
|
||||
- Now uses fuzzy matching to suggest alternatives to typos in transport
|
||||
names.
|
||||
- SQS: Adds new transport option queue_prefix.
|
||||
Contributed by j0hnsmith.
|
||||
- pyamqp: No longer overrides verify_connection.
|
||||
- SQS: Now specifies the driver_type and driver_name
|
||||
attributes.
|
||||
Fix contributed by Mher Movsisyan.
|
||||
- Fixed bug with kombu.utils.retry_over_time when no errback
|
||||
specified.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 21 19:59:14 UTC 2013 - alexandre@exatati.com.br
|
||||
|
||||
|
||||
Reference in New Issue
Block a user