Skip to content

Commit d99b0c5

Browse files
chore(release): 2.0.0 [skip ci]
# [2.0.0](v1.0.1...v2.0.0) (2022-05-13) ### Bug Fixes * fix case sensitivity issue ([42e9675](42e9675)) * improve the handling of encrypted SQS queues (fixes [#555](#555)) ([789ea78](789ea78)) ### Features * upgrade to serverless v3 ([#540](#540)) ([cf842f0](cf842f0)) ### 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
1 parent 453b6aa commit d99b0c5

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,29 @@
33
All notable changes to this project will be documented in this file. See
44
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.0.0](https://github.com/agiledigital/serverless-sns-sqs-lambda/compare/v1.0.1...v2.0.0) (2022-05-13)
7+
8+
9+
### Bug Fixes
10+
11+
* fix case sensitivity issue ([42e9675](https://github.com/agiledigital/serverless-sns-sqs-lambda/commit/42e967520705b0d36fbf8b7b8030d40985e34a3b))
12+
* improve the handling of encrypted SQS queues (fixes [#555](https://github.com/agiledigital/serverless-sns-sqs-lambda/issues/555)) ([789ea78](https://github.com/agiledigital/serverless-sns-sqs-lambda/commit/789ea786e599aefd8df8d51f4cf8ca70f74810a4))
13+
14+
15+
### Features
16+
17+
* upgrade to serverless v3 ([#540](https://github.com/agiledigital/serverless-sns-sqs-lambda/issues/540)) ([cf842f0](https://github.com/agiledigital/serverless-sns-sqs-lambda/commit/cf842f0b461594ea03df0dfee3ff7909d6e2c04b))
18+
19+
20+
### BREAKING CHANGES
21+
22+
* 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
23+
24+
- 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
25+
* 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)
26+
27+
serverless v3 is now a peer dependency, you will get warnings if you are on earlier versions
28+
629
## [1.0.1](https://github.com/agiledigital/serverless-sns-sqs-lambda/compare/v1.0.0...v1.0.1) (2022-05-13)
730

831

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agiledigital/serverless-sns-sqs-lambda",
3-
"version": "1.0.1",
3+
"version": "2.0.0",
44
"description": "serverless plugin to make serverless-sns-sqs-lambda events",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)