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