Skip to content

Releases: bbc/sqs-producer

v3.0.0

16 Dec 14:16
955dc58
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.0...v3.0.0

v2.2.0

09 Dec 15:10
d28a3d4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.0...v2.2.0

v2.0.0

14 May 08:09
Compare
Choose a tag to compare
  • Typescript upgrade
  • Supports async/await. Callbacks are no longer supported
  • Returns AWS responses
  • Dependency upgrades to patch security issues

v1.6.3

04 Feb 08:53
Compare
Choose a tag to compare
  • Only import SQS client
  • Patch security issues

v1.6.2

17 Nov 09:48
Compare
Choose a tag to compare
  • Update to use latest deps (aws & lodash)

v1.6.1

31 Oct 14:24
Compare
Choose a tag to compare
  • Don't require ID for FIFO messages (Issue #23)

v.1.6.0

31 Oct 11:19
Compare
Choose a tag to compare
  • Pass through opts to SQS constructor

v1.5.0

09 Dec 10:20
Compare
Choose a tag to compare
  • Now supports FIFO queues (Thanks @jhead #18)

v1.4.0

02 Nov 16:26
Compare
Choose a tag to compare
  • Exports the Producer object

v1.3.4

02 May 18:59
Compare
Choose a tag to compare
  • Switch from selectn from lodash.get