2013-02-07 20:38:37 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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.
|
|
|
|
|
2013-01-17 02:46:09 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jan 17 01:43:41 UTC 2013 - alexandre@exatati.com.br
|
|
|
|
|
|
|
|
- Add LICENSE file to %doc.
|
|
|
|
|
2013-01-14 10:50:17 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2013-01-11 19:13:07 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jan 11 16:05:41 UTC 2013 - p.drouand@gmail.com
|
|
|
|
|
|
|
|
- Initial python3 support
|
2013-01-14 10:50:17 +01:00
|
|
|
- Fix rpmlint shebang warning for test_serialization.py
|