Potentially Breaking
The way errors are handled was changed in the PR #414, it's possible that this may break implementations that expect errors to be produced in a certain way, in our tests, against our own use of sqs-consumer, this release was backwards compatible so based on our assumptions, we have kept this as a minor release, but you might want to check your error handling works as you expect after upgrading.
Features
- feat: support non-standard errors by @aradbar in #414
- Add pollingWaitTimeMs to UpdatableOptions by @maximpoleley in #436
CI Changes
- chore: updating workflow deps by @nicholasgriffintn in #437
- fix: updating pages deploy version by @nicholasgriffintn in #438
New Contributors
- @maximpoleley made their first contribution in #436
Full Changelog: v7.4.0...v7.5.0