Skip to content

Latest commit

 

History

History
185 lines (97 loc) · 8.65 KB

CHANGELOG.md

File metadata and controls

185 lines (97 loc) · 8.65 KB

Changelog

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

4.2.0 (2024-04-26)

Features

  • Added queue_arn_static and dead_letter_queue_arn_static outputs (#62) (cd54bb0)

4.1.1 (2024-03-06)

Bug Fixes

  • Update CI workflow versions to remove deprecated runtime warnings (#61) (1e2e703)

4.1.0 (2023-10-21)

Features

  • Add option to disable creation of redrive policy for the dead letter queue (#60) (c4db9a6)

4.0.2 (2023-07-18)

Bug Fixes

  • Disabled adding .fifo suffix to DLQ name if use_name_prefix (#57) (c08f511)

4.0.1 (2023-01-19)

Bug Fixes

  • Correct .fifo postfix and KMS key ID usage on dead letter queue (#51) (2587a70)

4.0.0 (2023-01-03)

⚠ BREAKING CHANGES

  • Add support for creating an associated dead-letter queue and queue policies (#46)

Features

  • Add support for creating an associated dead-letter queue and queue policies (#46) (f49fe2b)

Bug Fixes

  • Use a version for to avoid GitHub API rate limiting on CI workflows (#47) (1b622ac)

3.5.0 (2022-11-08)

Features

3.4.2 (2022-10-27)

Bug Fixes

  • Update CI configuration files to use latest version (#42) (268308a)

3.4.1 (2022-10-04)

Bug Fixes

  • Add conditional null for sqs_managed_sse_enabled (#41) (da544b9)

3.4.0 (2022-09-30)

Features

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