forked from pool/python-kombu
- Update to 2.5.8:
- Now depends on amqp 1.0.10 which fixes a Python 3 compatibility
error.
- Redis: Fixed a possible race condition (Issue #171).
- Redis: Ack emulation/visibility_timeout can now be disabled
using a transport option.
Ack emulation adds quite a lot of overhead to ensure data is safe
even in the event of an unclean shutdown. If data loss do not worry
you there is now an `ack_emulation` transport option you can use
to disable it:
Connection('redis://', transport_options={'ack_emulation': False})
- SQS: Fixed boto v2.7 compatibility (Issue #207).
- Exchange: Should not try to re-declare default exchange ("")
(Issue #209).
- SQS: Long polling is now disabled by default as it was not
implemented correctly, resulting in long delays between receiving
messages (Issue #202).
- Fixed Python 2.6 incompatibility depending on exc.errno
being available.
Fix contributed by Ephemera.
- Update to 2.5.8:
- Now depends on amqp 1.0.10 which fixes a Python 3 compatibility
error.
- Redis: Fixed a possible race condition (Issue #171).
- Redis: Ack emulation/visibility_timeout can now be disabled
using a transport option.
Ack emulation adds quite a lot of overhead to ensure data is safe
even in the event of an unclean shutdown. If data loss do not worry
you there is now an `ack_emulation` transport option you can use
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=74
This commit is contained in:
committed by
Git OBS Bridge
parent
2d7b88b505
commit
6acca9d41f
@@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 21 19:59:14 UTC 2013 - alexandre@exatati.com.br
|
||||
|
||||
- Update to 2.5.8:
|
||||
- Now depends on amqp 1.0.10 which fixes a Python 3 compatibility
|
||||
error.
|
||||
- Redis: Fixed a possible race condition (Issue #171).
|
||||
- Redis: Ack emulation/visibility_timeout can now be disabled
|
||||
using a transport option.
|
||||
Ack emulation adds quite a lot of overhead to ensure data is safe
|
||||
even in the event of an unclean shutdown. If data loss do not worry
|
||||
you there is now an `ack_emulation` transport option you can use
|
||||
to disable it:
|
||||
Connection('redis://', transport_options={'ack_emulation': False})
|
||||
- SQS: Fixed boto v2.7 compatibility (Issue #207).
|
||||
- Exchange: Should not try to re-declare default exchange ("")
|
||||
(Issue #209).
|
||||
- SQS: Long polling is now disabled by default as it was not
|
||||
implemented correctly, resulting in long delays between receiving
|
||||
messages (Issue #202).
|
||||
- Fixed Python 2.6 incompatibility depending on exc.errno
|
||||
being available.
|
||||
Fix contributed by Ephemera.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 8 13:10:29 UTC 2013 - alexandre@exatati.com.br
|
||||
|
||||
|
||||
Reference in New Issue
Block a user