Skip to content

Latest commit

 

History

History
106 lines (63 loc) · 4.54 KB

CHANGELOG.md

File metadata and controls

106 lines (63 loc) · 4.54 KB

Changelog

All notable changes to this project will be documented in this file.

3.3.0 (2022-01-28)

Features

  • Added support for redrive_allow_policy (#35) (5f86cc1)

3.2.1 (2021-11-23)

Bug Fixes

  • update CI/CD process to enable auto-release worfklow (#33) (4259563)

v3.2.0 - 2021-11-22

  • feat: Added support for deduplication_scope and fifo_throughput_limit (#32)

v3.1.0 - 2021-05-26

  • fix: Extend example with custom policy (#30)
  • chore: Fix link to complete example in docs (#29)
  • chore: update CI/CD to use stable terraform-docs release artifact and discoverable Apache2.0 license (#28)

v3.0.0 - 2021-04-26

  • feat: Shorten outputs (removing this_) (#27)
  • chore: update documentation and pin terraform_docs version to avoid future changes (#26)
  • chore: align ci-cd static checks to use individual minimum Terraform versions (#25)
  • chore: add ci-cd workflow for pre-commit checks (#24)
  • chore: add examples validation ci/cd workflow (#22)
  • chore: update documentation based on latest terraform-docs which includes module and resource sections (#23)
  • chore: update pre-commit hooks and documentation; add versions; add ci-cd workflow for pre-commit checks (#21)

v2.1.0 - 2020-03-30

  • feat: Add SQS name to the outputs (#17)

v2.0.0 - 2019-06-12

  • Upgraded module to support Terraform 0.12 (#6)

v1.2.1 - 2018-06-05

  • Create SQS queues correctly (fixes #4)

v1.2.0 - 2018-06-04

  • Fix usage of KMS key in count

v1.1.0 - 2018-05-16

  • Added pre-commit hook to autogenerate terraform-docs

v1.0.0 - 2018-02-23

  • Fixed conditional creation rule
  • Changed default value for content_based_deduplication to false
  • Fixed styling
  • Added sqs module

v0.0.2 - 2017-09-26

v0.0.1 - 2017-09-26

  • Initial commit
  • Initial commit