Skip to content

Releases: bbc/sqs-consumer

v5.1.0

18 Mar 08:18
Compare
Choose a tag to compare
  • Export ConsumerOptions

v5.0.1

22 Feb 10:55
Compare
Choose a tag to compare
  • Fix potential memory leak

v5.0.0

18 Feb 13:52
d249721
Compare
Choose a tag to compare

Typescript migration. See usage

v5.0.0-beta.0

13 Feb 15:29
Compare
Choose a tag to compare
  • Beta for Typescript migration release.

v4.1.0

30 Jan 08:46
Compare
Choose a tag to compare

Allows message handler functions to be timed out via handleMessageTimeout. No timeout by default.

Relates to #141 #130

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.