Skip to content

v1.7.3

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Sep 08:37

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.

image

This release was made possible by the following contributors:

@pankajagrawal16