Skip to content

Releases: bbc/sqs-consumer

v4.0.0

10 Jan 08:51
Compare
Choose a tag to compare
  • Major upgrade to use async/await.

v3.8.0

31 Oct 11:21
Compare
Choose a tag to compare
  • Emit 'response_processed' event once per batch

v3.7.0

22 Aug 10:03
Compare
Choose a tag to compare
  • Update aws-sdk dependancy
  • Change to Apache-2.0 license

v3.6.1

15 Jun 08:25
Compare
Choose a tag to compare
  • Catch exceptions thrown in message handlers and propagate errors via callback

v3.6.0

20 Apr 14:50
Compare
Choose a tag to compare
  • Adds support for terminating visibility timeout (sets to 0) after a processing_error has occurred.

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