Amazon-SQS-Simple
view release on metacpan or search on metacpan
ReceiveMessage now always returns the first message in scalar context, irrespective of how many there are.
(previously if there were more than one, it would return a count)
Updated to support and default to SignatureVersion 2, stub SignatureVersion 3 (Roland Walker)
Proxy Support (James Neal)
Added SendMessageBatch, ReceiveMessageBatch (Chris Jones)
2.01 1 Jul 2013
Fix bug with SendMessageBatch and single messages :D
2.02 1 Jul 2013
As above with updated Changes file :D
2.04 1 Sep 2013
Retry 500 errors (on advice from AWS support)
Handle ARN-style endpoints (https://sqs.<host>.amazonaws.com/<nnn>/<queue>)
2.05 16 Jan 2017
Add v4 signature support (rustyconover)
Better tracking of retries (cjhamil)
Retry 503s as well (Chris Jones)
( run in 0.354 second using v1.01-cache-2.11-cpan-05444aca049 )