Releases: agiledigital/serverless-sns-sqs-lambda
Releases · agiledigital/serverless-sns-sqs-lambda
v2.1.0
v2.0.1
v2.0.0
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
v1.0.0
1.0.0 (2022-01-07)
Bug Fixes
Features
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