Releases: bbc/sqs-consumer
Releases · bbc/sqs-consumer
v11.2.0
v11.2.0-canary.1
11.2.0-canary.1 (2024-10-14)
Features
v11.1.0
v11.1.0-canary.2
v11.1.0-canary.1
v11.0.2
v11.0.2-canary.1
v11.0.1
v11.0.1-canary.1
v11.0.0
11.0.0 (2024-07-10)
SQS Consumer is now available on JSR 🎉
As part of this release, we are now publishing SQS Consumer to JSR as well as NPM.
You can find the package here.
AWS SDK has been updated to the latest version
We have also updated AWS SDK to v3.6. This is largely the reason why this release has been marked as a major one, as we treat AWS SDK minor changes as major releases. Please check AWS' changelogs to see any changes that might effect you before updating.
Important
A change was made in version 3.582.0
of the AWS SDK that updated @smithy/node-http-handler
with a change that may cause max event listener errors in your application, as described in this issue.
Please ensure that your package lock lists version 3.1.2
of @smithy/node-http-handler
or later to ensure you are not effected by this.
Dependency Updates
- Updated dependency versions to the latest possible (#501) (66c1819)
- Updated the AWS sdk version (59624e3)