Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: terraform-aws-modules/terraform-aws-sns
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.0.0
Choose a base ref
...
head repository: terraform-aws-modules/terraform-aws-sns
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 9 commits
  • 14 files changed
  • 5 contributors

Commits on Mar 6, 2024

  1. fix: Update CI workflow versions to remove deprecated runtime warnings (

    bryantbiggs authored Mar 6, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    367df2e View commit details
  2. chore(release): version 6.0.1 [skip ci]

    ## [6.0.1](v6.0.0...v6.0.1) (2024-03-06)
    
    ### Bug Fixes
    
    * Update CI workflow versions to remove deprecated runtime warnings ([#51](#51)) ([367df2e](367df2e))
    semantic-release-bot committed Mar 6, 2024
    Copy the full SHA
    69e1f91 View commit details

Commits on Mar 7, 2024

  1. docs: Fix incorrect condition key in SQS example (#52)

    ianmuscat authored Mar 7, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    501f39c View commit details

Commits on Jul 5, 2024

  1. feat: Automatically append .fifo to fifo topic names (#55)

    With this change, we automatically append the .fifo suffix to fifo topic names since it is required by AWS SNS.
    We also sanitize the name input to ensure that if users have already included the .fifo suffix
    in their topic names it will not be appended again.
    sfenman authored Jul 5, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    cfd23c1 View commit details
  2. chore(release): version 6.1.0 [skip ci]

    ## [6.1.0](v6.0.1...v6.1.0) (2024-07-05)
    
    ### Features
    
    * Automatically append .fifo to fifo topic names ([#55](#55)) ([cfd23c1](cfd23c1))
    semantic-release-bot committed Jul 5, 2024
    Copy the full SHA
    6404f81 View commit details

Commits on Oct 11, 2024

  1. fix: Update CI workflow versions to latest (#57)

    bryantbiggs authored Oct 11, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    93fe76b View commit details
  2. chore(release): version 6.1.1 [skip ci]

    ## [6.1.1](v6.1.0...v6.1.1) (2024-10-11)
    
    ### Bug Fixes
    
    * Update CI workflow versions to latest ([#57](#57)) ([93fe76b](93fe76b))
    semantic-release-bot committed Oct 11, 2024
    Copy the full SHA
    a696f46 View commit details

Commits on Dec 20, 2024

  1. fix: SID must only include alphanumeric characters (#60)

    HectorQuiroz authored Dec 20, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    e4c5800 View commit details
  2. chore(release): version 6.1.2 [skip ci]

    ## [6.1.2](v6.1.1...v6.1.2) (2024-12-20)
    
    ### Bug Fixes
    
    * SID must only include alphanumeric characters ([#60](#60)) ([e4c5800](e4c5800))
    semantic-release-bot committed Dec 20, 2024
    Copy the full SHA
    467cfe7 View commit details
Loading