v1.7.3
Changes
With this release, If you want certain exceptions to be treated as permanent failures during batch processing, i.e. exceptions where the result of retrying will always be a failure and want these can be immediately moved to the dead letter queue associated to the source SQS queue, you can use SqsBatch#nonRetryableExceptions() to configure such exceptions.
- docs(batch-processing): Support for moving non retryable msg to DLQ (#531) by @pankajagrawal16
- feat(batch-processing): move non retry-able message to DLQ (#500) by @pankajagrawal16
- fix: reset cold start only when placed on handler (#508) by @pankajagrawal16
