Releases: bbc/sqs-consumer
Releases · bbc/sqs-consumer
v3.6.0
v3.5.0
v3.4.0
v3.3.0
- Adds an
empty
event (Thanks @jacanotrigueros #50)
v3.2.0
v3.1.3
v3.1.2
v3.1.1
v3.1.0
v3.0.0
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!)