forked from pool/python-kombu
- Update to 2.5.5:
SQS: Now supports long polling (Issue #176). The polling interval default has been changed to 0 and a new transport option (wait_time_seconds) has been added. This parameter specifies how long to wait for a message from SQS, and defaults to 20 seconds, which is the maximum value currently allowed by Amazon SQS. Contributed by James Saryerwinnie. - SQS: Now removes unpickleable fields before restoring messages. - Consumer.__exit__ now ignores exceptions occurring while cancelling the consumer. - Virtual: Routing keys can now consist of characters also used in regular expressions (e.g. parens) (Issue #194). - Virtual: Fixed compression header when restoring messages. Fix contributed by Alex Koshelev. - Virtual: ack/reject/requeue now works while using basic_get. - Virtual: Message.reject is now supported by virtual transports (requeue depends on individual transport support). - Fixed typo in hack used for static analyzers. Fix contributed by Basil Mironenko. - Update to 2.5.5: SQS: Now supports long polling (Issue #176). The polling interval default has been changed to 0 and a new transport option (wait_time_seconds) has been added. This parameter specifies how long to wait for a message from SQS, and defaults to 20 seconds, which is the maximum value currently allowed by Amazon SQS. Contributed by James Saryerwinnie. - SQS: Now removes unpickleable fields before restoring messages. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=70
This commit is contained in:
committed by
Git OBS Bridge
parent
f60f933688
commit
3afec9997e
@@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 7 19:34:15 UTC 2013 - alexandre@exatati.com.br
|
||||
|
||||
- Update to 2.5.5:
|
||||
SQS: Now supports long polling (Issue #176).
|
||||
The polling interval default has been changed to 0 and a new
|
||||
transport option (wait_time_seconds) has been added.
|
||||
This parameter specifies how long to wait for a message from
|
||||
SQS, and defaults to 20 seconds, which is the maximum
|
||||
value currently allowed by Amazon SQS.
|
||||
Contributed by James Saryerwinnie.
|
||||
- SQS: Now removes unpickleable fields before restoring messages.
|
||||
- Consumer.__exit__ now ignores exceptions occurring while
|
||||
cancelling the consumer.
|
||||
- Virtual: Routing keys can now consist of characters also used
|
||||
in regular expressions (e.g. parens) (Issue #194).
|
||||
- Virtual: Fixed compression header when restoring messages.
|
||||
Fix contributed by Alex Koshelev.
|
||||
- Virtual: ack/reject/requeue now works while using basic_get.
|
||||
- Virtual: Message.reject is now supported by virtual transports
|
||||
(requeue depends on individual transport support).
|
||||
- Fixed typo in hack used for static analyzers.
|
||||
Fix contributed by Basil Mironenko.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 17 01:43:41 UTC 2013 - alexandre@exatati.com.br
|
||||
|
||||
|
Reference in New Issue
Block a user