sqs-consumer

Build Amazon Simple Queue Service (SQS) based applications without the boilerplate

OTHER License

Downloads
3.2M
Stars
1.7K
Committers
75

Bot releases are hidden (Show)

sqs-consumer - v7.1.0-canary.2

Published by nicholasgriffintn over 1 year ago

What's Changed

Full Changelog: https://github.com/bbc/sqs-consumer/compare/7.1.0-canary.1...v7.1.0-canary.2

sqs-consumer - v7.1.0-canary.1

Published by nicholasgriffintn over 1 year ago

What's Changed

Full Changelog: https://github.com/bbc/sqs-consumer/compare/v7.0.3...7.1.0-canary.1

sqs-consumer - v7.0.3

Published by nicholasgriffintn over 1 year ago

What's Changed

Full Changelog: https://github.com/bbc/sqs-consumer/compare/v7.0.2...v7.0.3

sqs-consumer - v7.0.2

Published by nicholasgriffintn over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/bbc/sqs-consumer/compare/v7.0.1...v7.0.2

sqs-consumer - v7.0.1

Published by nicholasgriffintn over 1 year ago

Changes

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

Full Changelog: https://github.com/bbc/sqs-consumer/compare/7.0.0...v7.0.1

sqs-consumer - v7.0.0

Published by nicholasgriffintn over 1 year ago

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: https://github.com/bbc/sqs-consumer/compare/v6.2.0...7.0.0

sqs-consumer - v6.2.1

Published by nicholasgriffintn over 1 year ago

What's Changed

CI

Miscellaneous

Full Changelog: https://github.com/bbc/sqs-consumer/compare/v6.2.0...v6.2.1

sqs-consumer - v6.2.0

Published by nicholasgriffintn almost 2 years ago

What's Changed

Features

Fixes

Misc Changes

Full Changelog: https://github.com/bbc/sqs-consumer/compare/v6.1.0...v6.2.0

sqs-consumer - v6.1.0

Published by nicholasgriffintn almost 2 years ago

What's Changed

Features

Docs

New Contributors

Full Changelog: https://github.com/bbc/sqs-consumer/compare/v6.0.2...v6.1.0

sqs-consumer - v6.0.2

Published by nicholasgriffintn almost 2 years ago

Fix: release had no build / prepublish command was deprecated

Full Changelog: https://github.com/bbc/sqs-consumer/compare/v5.8.0...v6.0.2

sqs-consumer - v6.0.0

Published by nicholasgriffintn almost 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/bbc/sqs-consumer/compare/v5.8.0...v6.0.0

sqs-consumer - v5.8.0

Published by nicholasgriffintn almost 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/bbc/sqs-consumer/compare/v5.7.0...v5.8.0

sqs-consumer -

Published by memsb over 2 years ago

  • 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

https://github.com/BBC/sqs-consumer/compare/v5.6.0...v5.7.0

sqs-consumer -

Published by tomwinnington about 3 years ago

  • 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

https://github.com/BBC/sqs-consumer/compare/v5.5.0...v5.6.0

sqs-consumer - v5.5.0

Published by nspragg almost 4 years ago

  • Added heartbeatInterval
sqs-consumer - v5.4.0

Published by nspragg about 5 years ago

Add support for polling wait time - See pollingWaitTimeMs

sqs-consumer - v5.3.0

Published by nspragg over 5 years ago

  • Adds support for handleMessageBatch
sqs-consumer - v5.2.0

Published by nspragg over 5 years ago

sqs-consumer - v5.1.1

Published by nspragg over 5 years ago

  • Fixes UnknownEndpoint error causing polling to stop.
sqs-consumer - v5.1.0

Published by nspragg over 5 years ago

  • Export ConsumerOptions