Skip to content

Releases: bbc/sqs-consumer

v7.0.1

28 Feb 14:26
b2fd527
Compare
Choose a tag to compare

Changes

  • Reduced the node requirement to allow all versions of Node 16

Full Changelog: 7.0.0...v7.0.1

v7.0.0

18 Feb 14:17
5bd00f8
Compare
Choose a tag to compare

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

Full Changelog: v6.2.0...7.0.0

v6.2.1

26 Jan 18:28
a29047d
Compare
Choose a tag to compare

What's Changed

CI

Miscellaneous

Full Changelog: v6.2.0...v6.2.1

v6.2.0

14 Jan 20:17
1987c2d
Compare
Choose a tag to compare

What's Changed

Features

  • Note: The above change changed how processing works, please make sure you've read through the README for more details.

Fixes

Misc Changes

Full Changelog: v6.1.0...v6.2.0

v6.1.0

18 Dec 00:12
Compare
Choose a tag to compare

What's Changed

Features

Docs

New Contributors

Full Changelog: v6.0.2...v6.1.0

v6.0.2

16 Dec 18:17
46b1c33
Compare
Choose a tag to compare

Fix: release had no build / prepublish command was deprecated

Full Changelog: v5.8.0...v6.0.2

v6.0.0

16 Dec 14:12
7f3c04b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.8.0...v6.0.0

v5.8.0

09 Dec 16:15
27edadb
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.7.0...v5.8.0

v5.7.0

21 Apr 13:27
Compare
Choose a tag to compare
  • Merge pull request #280 from rafael-pb/master 306f97a
  • Merge branch 'ghost-patch-1' 6107437
  • fix: allow ConsumerOptions of type number to be zero 8fed996
  • Updating AWS SDK to 2.1114.0 1cef3ca
  • fix: allow ConsumerOptions of type number to be zero 7350eb5
  • Merge pull request #286 from shlomo-artlist/patch-1 83f870b
  • Merge pull request #287 from env0/master 3414ada
  • Merge pull request #297 from bbc/dependabot/npm_and_yarn/ajv-6.12.6 3940807
  • Merge pull request #307 from bbc/dependabot/npm_and_yarn/ansi-regex-3.0.1 8a74500
  • Merge pull request #300 from RobPethick/patch-1 92ba7c3
  • Merge pull request #246 from guizoxxv/patch-1 7939147
  • Bump ansi-regex from 3.0.0 to 3.0.1 03ef47c
  • Bump ajv from 6.8.1 to 6.12.6 3026440
  • Merge pull request #268 from bbc/dependabot/npm_and_yarn/path-parse-1.0.7 b12a226
  • Merge pull request #274 from widdix/fix-iam-permissions f20b4d0
  • Merge pull request #282 from rafaelcunhaiFood/update_debug_version 6f823b8
  • Merge pull request #284 from bbc/dependabot/npm_and_yarn/aws-sdk-2.814.0 a5c6183
  • Merge pull request #296 from bbc/dependabot/npm_and_yarn/pathval-1.1.1 16ef7e4
  • Merge pull request #305 from bbc/dependabot/npm_and_yarn/minimist-1.2.6 07f6ab4
  • Bump minimist from 1.2.5 to 1.2.6 e18a6b2
  • Fix visability/visibility spelling error 86e72fc
  • Bump pathval from 1.1.0 to 1.1.1 4dedfe2
  • Don't delete messages from sqs (#1) 193efce
  • Update README.md 0ed5e54
  • Bump aws-sdk from 2.699.0 to 2.814.0 2a99537
  • Update debug version b8ee423
  • Issue #275 - fix visibility timeout error handler 143bdc6
  • Fix documented required IAM actions 223f18e
  • Bump path-parse from 1.0.6 to 1.0.7 53f98b0
  • Included https module on example 52a3bf6

v5.6.0...v5.7.0

v5.6.0

26 Aug 12:58
Compare
Choose a tag to compare
  • Update consumer.ts (#235) 663f222
  • Merge pull request #270 from charlescapps/charlescapps_issues_269_fix-visibility-timeout 7efbc26
  • Update unit tests with the correct expectations d17e194
  • Issue #269 - fix the input to ChangeVisibilityTimeout to not include the elapsed seconds 6a23fab
  • Fix link to contributing guidelines (#244) 3cafbb7

v5.5.0...v5.6.0