Skip to content

Releases: bbc/sqs-consumer

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

v2.0.0

14 Jan 11:42
Compare
Choose a tag to compare
  • Added batchSize to enable multiple messages to be consumed at once
  • Removes the waitTime parameter. The consumer now waits until the current batch of messages has been processed before requesting a new batch.