What's Changed
Node 14 support was dropped
We removed support for Node 14 in this PR: #363.
Please make sure you are using Node 16 or above before upgrading to this version. You can read more about this change in the following discussion: #364
A new abort options was added
In this PR: #352, we added the ability to stop the consumer and abort any ongoing requests to SQS at the same time.
Other changes
- chore(ci): swapping examples for integration tests by @nicholasgriffintn in #355
- chore(deps): updating dependencies by @nicholasgriffintn in #357
- fix: gracefully handle errors in the e2e tests by @nicholasgriffintn in #365
- chore: updating advice on message processing by @nicholasgriffintn in #366
Full Changelog: v6.2.0...7.0.0