Skip to content

Releases: bbc/sqs-consumer

v3.1.2

26 Jan 16:01
Compare
Choose a tag to compare
  • Move code climate dependency into devDependencies and update version #27

v3.1.1

26 Jan 15:43
Compare
Choose a tag to compare
  • Now pauses for 10 seconds if an authentication error occurs #24 (fixes #23)
  • README typo fix #25

v3.1.0

30 Dec 10:29
Compare
Choose a tag to compare
  • Adds support for the attributeName option.

v3.0.0

03 Dec 13:53
Compare
Choose a tag to compare

Breaking change

The error event now only returns errors that occur when receiving or deleting messages from an SQS queue.

Errors that you return in the done callback are now emitted using the processing_error event. Use this if you'd like a convenient way to log all of your application errors.

#20 (Thanks @pablovilas!)

v2.3.0

23 Oct 09:04
Compare
Choose a tag to compare
  • Adds support for waitTimeSeconds and visibilityTimeout options

v2.2.1

14 Sep 15:10
Compare
Choose a tag to compare

Bind _processMessage and _handleSqsResponse in the constructor.

v2.2.0

02 Jul 13:11
Compare
Choose a tag to compare
  • Adds support for MessageAttributeNames #5 Thanks @deerawan!

v2.1.2

18 May 10:25
Compare
Choose a tag to compare
  • Use eu-west-1 as default region and make region optional #3

v2.1.1

23 Apr 11:22
Compare
Choose a tag to compare
  • Prefix all AWS error messages as they sometimes return null

v2.1.0

16 Feb 09:07
Compare
Choose a tag to compare