Skip to content

Releases: bbc/sqs-consumer

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

v5.5.0

18 Nov 21:03
Compare
Choose a tag to compare
  • Added heartbeatInterval

v5.4.0

13 Sep 08:39
Compare
Choose a tag to compare

Add support for polling wait time - See pollingWaitTimeMs

v5.3.0

22 May 07:20
Compare
Choose a tag to compare
  • Adds support for handleMessageBatch

v5.2.0

22 Mar 08:09
Compare
Choose a tag to compare

v5.1.1

20 Mar 13:39
Compare
Choose a tag to compare
  • Fixes UnknownEndpoint error causing polling to stop.