9.0.0 (2024-03-11)
⚠ BREAKING CHANGES
- removed handler_processing debugger in favour of status (
consumer.status.isPolling
) (#470) - replaced the isRunning method with status (Please now use
consumer.status.isRunning
to check this state) (#459)
Potentially Breaking Changes
- We upgraded the AWS SDK to the latest major version. (#468)
Features
- removing handler_processing debugger in favour of status (#470) (b554da6)
- replacing the isRunning method with status (#459) (9f07383)