Skip to content

v3.0.0

Compare
Choose a tag to compare
@robinjmurphy robinjmurphy released this 03 Dec 13:53

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!)