fix(deps): update dependency sqs-consumer to v11 #466
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^6.0.0
->^11.0.0
Release Notes
bbc/sqs-consumer (sqs-consumer)
v11.0.2
Compare Source
Chores
v11.0.1
Compare Source
Chores
v11.0.0
Compare Source
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.
Dependency Updates
Features
CI Changes
v10.3.0
Compare Source
Features
Chores
v10.2.1
Compare Source
Bug Fixes
Chores
v10.2.0
Compare Source
Fixes
Chores
v10.1.0
Compare Source
Features
v10.0.1
Compare Source
Chores
v9.1.0
Compare Source
Features
Bug Fixes
Chores
v9.0.0
Compare Source
⚠ BREAKING CHANGES
consumer.status.isPolling
) (#470)consumer.status.isRunning
to check this state) (#459)Potentially Breaking Changes
Features
Chores
v8.2.0
Compare Source
Features
Chores
v8.1.5
Compare Source
Chores
v8.1.4
Compare Source
Chores
NODE_AUTH_TOKEN
instead (534e42c)attributeNames
type docs (#452) (84385d2)v8.1.3
Compare Source
v8.1.2
Compare Source
v8.1.1
: v8.1.3Compare Source
Changes
Full Changelog: bbc/sqs-consumer@v8.1.0...v8.1.3
v8.1.0
Compare Source
What's Changed
Full Changelog: bbc/sqs-consumer@v8.0.0...v8.1.0
v8.0.0
Compare Source
BREAKING CHANGE
This release is a breaking change as it upgrades the aws-sdk version past the version that changes the communication protocol from XML to JSON, as described here.
Upgrading to this version will require you to ensure that any upstream or downstream dependencies have been configured to support this new protocol.
What's Changed
New Contributors
Full Changelog: bbc/sqs-consumer@v7.5.0...v8.0.0
v7.5.0
Compare Source
Potentially Breaking
The way errors are handled was changed in the PR https://github.com/bbc/sqs-consumer/pull/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
CI Changes
New Contributors
Full Changelog: bbc/sqs-consumer@v7.4.0...v7.5.0
v7.4.0
Compare Source
What's Changed
New Contributors
Full Changelog: bbc/sqs-consumer@v7.3.0...v7.4.0
v7.3.0
Compare Source
What's Changed
Full Changelog: bbc/sqs-consumer@v7.2.2...v7.3.0
v7.2.2
Compare Source
What's Changed
Full Changelog: bbc/sqs-consumer@v7.2.1...v7.2.2
v7.2.1
Compare Source
What's Changed
Full Changelog: bbc/sqs-consumer@v7.2.0...v7.2.1
v7.2.0
Compare Source
What's Changed
New Contributors
Full Changelog: bbc/sqs-consumer@v7.1.0...v7.2.0
v7.1.0
Compare Source
What's Changed
Features
Fixes
Full Changelog: bbc/sqs-consumer@v7.0.3...v7.1.0
v7.0.3
Compare Source
What's Changed
Full Changelog: bbc/sqs-consumer@v7.0.2...v7.0.3
v7.0.2
Compare Source
What's Changed
New Contributors
Full Changelog: bbc/sqs-consumer@v7.0.1...v7.0.2
v7.0.1
Compare Source
Changes
Full Changelog: bbc/sqs-consumer@7.0.0...v7.0.1
v7.0.0
Compare Source
What's Changed
Node 14 support was dropped
We removed support for Node 14 in this PR: https://github.com/bbc/sqs-consumer/pull/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: https://github.com/bbc/sqs-consumer/discussions/364
A new abort option was added to
.stop()
In this PR: https://github.com/bbc/sqs-consumer/pull/352, we added the ability to stop the consumer and abort any ongoing requests to SQS at the same time.
Other changes
Full Changelog: bbc/sqs-consumer@v6.2.0...7.0.0
v6.2.1
Compare Source
What's Changed
CI
Miscellaneous
Full Changelog: bbc/sqs-consumer@v6.2.0...v6.2.1
v6.2.0
Compare Source
What's Changed
Features
Fixes
Misc Changes
Full Changelog: bbc/sqs-consumer@v6.1.0...v6.2.0
v6.1.0
Compare Source
What's Changed
Features
feat: add NonExistentQueue to isConnectionError by @nicholasgriffintn in https://github.com/bbc/sqs-consumer/pull/336
Ack partial of a batch of messages by @efiShtain in https://github.com/bbc/sqs-consumer/pull/255
chore: typescript enhancements by @nicholasgriffintn in https://github.com/bbc/sqs-consumer/pull/337
Docs
New Contributors
Full Changelog: bbc/sqs-consumer@v6.0.2...v6.1.0
v6.0.2
Compare Source
Fix: release had no build /
prepublish
command was deprecatedFull Changelog: bbc/sqs-consumer@v5.8.0...v6.0.2
v6.0.1
Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.