Releases: bbc/sqs-consumer
Releases · bbc/sqs-consumer
v7.1.0
What's Changed
Features
- Added the ability to update visibilityTimeout by @nicholasgriffintn in #379
- Extended the update api to update batchsize and waittimeseconds by @nicholasgriffintn in #395
- Now emitting a started event on consumer start by @nicholasgriffintn in #391
Fixes
- fix: updateOption docs URL by @nicholasgriffintn in #386
- fix: once event is not only firing once by @nicholasgriffintn in #394
Full Changelog: v7.0.3...v7.1.0
v7.1.0-canary.3
What's Changed
- feat: extending the update api to update batchsize and waittimeseconds by @nicholasgriffintn in #395
Full Changelog: v7.1.0-canary.2...v7.1.0-canary.3
v7.1.0-canary.2
What's Changed
- fix: updateOption docs URL by @nicholasgriffintn in #386
- feat: emit a started event on consumer start by @nicholasgriffintn in #391
- fix: once event is not only firing once by @nicholasgriffintn in #394
Full Changelog: 7.1.0-canary.1...v7.1.0-canary.2
v7.1.0-canary.1
What's Changed
- chore: removing dev from the install command by @nicholasgriffintn in #383
- feat: adding the ability to update visibilityTimeout by @nicholasgriffintn in #379
Full Changelog: v7.0.3...7.1.0-canary.1
v7.0.3
What's Changed
- fix: correctly documenting region's default value by @nicholasgriffintn in #378
- fix: timeout ids are not being set correctly for parallel running by @nicholasgriffintn in #380
Full Changelog: v7.0.2...v7.0.3
v7.0.2
What's Changed
- fix: make the stop options optional by @dormesica in #371
New Contributors
- @dormesica made their first contribution in #371
Full Changelog: v7.0.1...v7.0.2
v7.0.1
Changes
- Reduced the node requirement to allow all versions of Node 16
Full Changelog: 7.0.0...v7.0.1
v7.0.0
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 option was added to .stop()
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
v6.2.1
What's Changed
CI
- Added integration tests @nicholasgriffintn in #355
Miscellaneous
- Updated dependencies to the latest versions available @nicholasgriffintn in #357
Full Changelog: v6.2.0...v6.2.1
v6.2.0
What's Changed
Features
- feat: adding acknowledgment to handleMessage by @nicholasgriffintn in #343
- Note: The above change changed how processing works, please make sure you've read through the README for more details.
Fixes
- fix: clear the polling timeout when stopped by @nicholasgriffintn in #344
Misc Changes
- chore: using typedoc to auto generate docs by @nicholasgriffintn in #347
- chore: adding CLA check by @nicholasgriffintn in #340
- chore: cleaning up code by @nicholasgriffintn in #342
- fix: reported codeclimate issues by @nicholasgriffintn in #349
- chore(deps): updating dependencies by @nicholasgriffintn in #351
Full Changelog: v6.1.0...v6.2.0