Skip to content

Latest commit

 

History

History
188 lines (97 loc) · 7.9 KB

CHANGELOG.md

File metadata and controls

188 lines (97 loc) · 7.9 KB

Changelog

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

6.0.1 (2024-03-06)

Bug Fixes

  • Update CI workflow versions to remove deprecated runtime warnings (#51) (367df2e)

6.0.0 (2023-11-13)

⚠ BREAKING CHANGES

  • Add archive_policy and replay_policy configurations and v5 upgrade (#50)

Features

  • Add archive_policy and replay_policy configurations and v5 upgrade (#50) (30e89b9)

5.4.0 (2023-08-28)

Features

5.3.0 (2023-04-10)

Features

5.2.0 (2023-04-08)

Features

  • Add data protection policy support (#43) (a4d89d3)

5.1.0 (2023-02-25)

Features

  • Add support for signature version (#42) (b7d59e3)

5.0.1 (2023-02-22)

Bug Fixes

  • Attach external topic policy when create_topic_policy is false (#41) (bc40f51)

5.0.0 (2023-01-03)

⚠ BREAKING CHANGES

  • Add support for SNS topic filtering, subscriptions, and topic policy creation (#36)

Features

  • Add support for SNS topic filtering, subscriptions, and topic policy creation (#36) (707b407)

Bug Fixes

  • Use a version for to avoid GitHub API rate limiting on CI workflows (#39) (117400e)

4.1.0 (2022-12-04)

Features

4.0.0 (2022-10-27)

⚠ BREAKING CHANGES

  • Update supported Terraform min version to v1.0+ and AWS provider to v4.0+ (#33)

Features

  • Update supported Terraform min version to v1.0+ and AWS provider to v4.0+ (#33) (fb6db3e)

3.3.0 (2021-12-16)

Bug Fixes

  • update CI/CD process to enable auto-release workflow (#26) (97a7100)

Features

  • Added outputs sns_topic_name, sns_topic_id, sns_topic_owner (#27) (e502a5f)

v3.2.0 - 2021-09-15

  • feat: Added content-based deduplication (#25)

v3.1.0 - 2021-06-03

  • feat: Add support for FIFO topic (#24)
  • chore: update CI/CD to use stable terraform-docs release artifact and discoverable Apache2.0 license (#22)

v3.0.0 - 2021-04-27

  • feat: Shorten outputs (removing this_) (#21)
  • chore: update documentation and pin terraform_docs version to avoid future changes (#20)

v2.3.0 - 2021-03-15

  • fix: update min terrafom version to allow static checks to pass (#19)

v2.2.0 - 2021-03-14

  • chore: add ci-cd workflow for pre-commit checks (#18)

v2.1.0 - 2019-11-12

  • Updated pre-commit

v2.0.0 - 2019-06-12

  • Upgraded module to support Terraform 0.12 (#4)
  • Fix markdown link format

v1.1.0 - 2018-05-16

  • Added pre-commit hook to autogenerate terraform-docs

v1.0.0 - 2018-03-12

  • Fixed and release
  • Fix: checkout vars.tf
  • Feat: add license file and fix minor issue
  • Fix: resolve review comments
  • Feat: update README file
  • Feat: basic sns topic setup

v0.0.2 - 2017-09-26

v0.0.1 - 2017-09-26

  • Initial commit
  • Initial commit