Releases: bbc/sqs-consumer
Releases · bbc/sqs-consumer
v10.1.0
v10.0.1
v10.0.0
Potentially Breaking Changes
SQS Consumer has been transitioned to use ESM in its codebase, in order to support this, we have had to change how we deploy the package in order to build both ESM and CJS versions of the package.
This may cause issues with your software, if it does, please let us know.
What's Changed
- feat!: transitioning to ESM by @nicholasgriffintn in #476
- fix: removing bind and refactoring consumer by @mogu4iy in #478
Full Changelog: v9.1.0...v10.0.0
v10.0.0-canary.3
What's Changed
Full Changelog: v10.0.0-canary.2...v10.0.0-canary.3
v10.0.0-canary.2
Potentially Breaking Changes
SQS Consumer has been transitioned to use ESM in its codebase, in order to support this, we have had to change how we deploy the package in order to build both ESM and CJS versions of the package.
This may cause issues with your software, if it does, please let us know.
What's Changed
- feat!: transitioning to ESM by @nicholasgriffintn in #476
Full Changelog: v9.1.0...v10.0.0-canary.2
v9.1.0
v9.0.0
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)