Skip to content

Releases: agiledigital/serverless-sns-sqs-lambda

v2.1.0

24 May 02:18
Compare
Choose a tag to compare

2.1.0 (2023-05-24)

Features

  • empty commit to force release of "Add option to disable dead letter queue" #711 (b090fa7)

v2.0.1

24 May 07:46
Compare
Choose a tag to compare

2.0.1 (2022-05-24)

Bug Fixes

v2.0.0

13 May 14:21
Compare
Choose a tag to compare

2.0.0 (2022-05-13)

Bug Fixes

  • fix case sensitivity issue (42e9675)
  • improve the handling of encrypted SQS queues (fixes #555) (789ea78)

Features

BREAKING CHANGES

  • If you have implemented workarounds to allow the lambda to subscribe to an encrypted SQS queue, you may get conflicts as the policy to allow the decryption is now added automatically
  • If you provide an key ID, key ARN or reference to a key ARN to the kmsMasterKeyId attribute, the relevant 'kms:Decrypt' policy statement should be added automatically to allow the subscription to work correctly
  • serverless v2 is no longer supported. It might still work, but bug fixes/new features will mostly be developed for and tested with serverless v3 (important security/bug fixes may be back ported to v2 versions depending on the uptake of v3)

serverless v3 is now a peer dependency, you will get warnings if you are on earlier versions

v1.0.1

13 May 11:47
Compare
Choose a tag to compare

1.0.1 (2022-05-13)

Bug Fixes

v1.0.0

07 Jan 03:56
Compare
Choose a tag to compare

1.0.0 (2022-01-07)

Bug Fixes

Features

  • ensure that work done for issue #432 is published as a new major version (6433354)

BREAKING CHANGES

  • the way that stage is determined has changed which might cause the generated CF template to change, causing issues on the next deploy. It didn't happen in our test environment, but you'll need to make sure that you test it out to be sure

v0.9.1

23 Oct 22:19
Compare
Choose a tag to compare

0.9.1 (2021-10-23)

Bug Fixes

  • remove unneccessary 'DependsOn' block (9276523)
  • support custom role ARNs (563c202), closes #350

v0.9.0

13 Oct 22:57
Compare
Choose a tag to compare

0.9.0 (2021-10-13)

Features

v0.8.0

29 Jun 02:42
Compare
Choose a tag to compare

0.8.0 (2021-06-29)

Features

  • make queue policy more specific (6ac0c96)

v0.7.0

09 Jun 10:31
Compare
Choose a tag to compare

0.7.0 (2021-06-09)

Features

  • add config validation schema (a16e1ee), closes #58

v0.6.0

14 May 01:20
Compare
Choose a tag to compare

0.6.0 (2021-05-14)

Features

  • allow CloudFormation overrides (6d80b18), closes #213