forked from pool/python-kombu
3afec9997e
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
41 lines
1.7 KiB
Plaintext
41 lines
1.7 KiB
Plaintext
-------------------------------------------------------------------
|
|
Thu Feb 7 19:34:46 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
|
|
|
|
- Add LICENSE file to %doc.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jan 14 09:48:21 UTC 2013 - saschpe@suse.de
|
|
|
|
- Drop build requires on python3-2to3, it's in python3-devel now
|
|
- Don't require "python(abi)", RPM does that automatically
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jan 11 16:05:41 UTC 2013 - p.drouand@gmail.com
|
|
|
|
- Initial python3 support
|
|
- Fix rpmlint shebang warning for test_serialization.py
|