Skip to content

Latest commit

 

History

History
163 lines (74 loc) · 7.8 KB

CHANGELOG.md

File metadata and controls

163 lines (74 loc) · 7.8 KB

Changelog

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2.1.0 (2023-05-24)

Features

2.0.1 (2022-05-24)

Bug Fixes

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

1.0.1 (2022-05-13)

Bug Fixes

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

0.9.1 (2021-10-23)

Bug Fixes

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

0.9.0 (2021-10-13)

Features

0.8.0 (2021-06-29)

Features

  • make queue policy more specific (6ac0c96)

0.7.0 (2021-06-09)

Features

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

0.6.0 (2021-05-14)

Features

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

0.5.0 (2021-04-29)

Features

  • pass through batching window parameter (83e2922)

0.4.0 (2021-04-15)

Features

0.3.0 (2021-03-04)

Features

  • add deadLetterMessageRetentionPeriodSeconds option (89a17b8)

0.2.1 (2021-01-20)

Bug Fixes

  • Fix import of AWS provider class in test (acd748f)

0.2.0 (2020-11-03)

Features

0.1.12 (2020-09-11)

Bug Fixes

  • Use raw ARN to avoid cyclic dependency (f16ab09)

0.1.11 (2020-08-11)

Bug Fixes

  • don't include cruft in release tarball (6243ba1)

0.1.10 (2020-08-11)

Bug Fixes

0.0.*

First Release and other initial work