Skip to content

Releases: bbc/sqs-consumer

v3.5.0

22 Feb 10:38
Compare
Choose a tag to compare
  • Adds error message to error events

v3.4.0

18 Nov 10:00
Compare
Choose a tag to compare
  • Uses AWS_REGION if no region is set (Thanks @virtser #56)

v3.3.0

22 Aug 13:23
Compare
Choose a tag to compare

v3.2.0

28 Jun 09:25
Compare
Choose a tag to compare
  • Adds a stopped event #41 (Thanks @anho)

v3.1.3

12 May 15:40
Compare
Choose a tag to compare
  • Patches SQSError to inherit from Error, adding stack traces

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