Releases: terraform-google-modules/terraform-google-pubsub
Releases · terraform-google-modules/terraform-google-pubsub
v7.0.0
7.0.0 (2024-09-13)
⚠ BREAKING CHANGES
- TPG>=5.31: add cloud storage filename datetime format support (#192)
- resolve Unforeseen Behavior when changing filter - missing bindings on first apply run #173 (#174)
Features
- add enable_message_ordering attribute for push subscription (#195) (c310330)
- add pubsub iam member for bigquery subscription dead letter topics (#146) (a413f03)
- deps: Update Terraform google to v6 (#203) (b02fd35)
- limit replace_triggered_by to changed subscription (#191) (deb704e)
- make granting service agent bigquery roles optional (#183) (9508971)
- Support use_table_schema bigquery option (#180) (834f204)
- TPG>=5.31: add cloud storage filename datetime format support (#192) (46a264b)
Bug Fixes
- resolve Unforeseen Behavior when changing filter - missing bindings on first apply run #173 (#174) (c496f56)
v6.0.0
6.0.0 (2023-10-31)
⚠ BREAKING CHANGES
- TPG>=4.78: add cloud storage subscription support (#145)
- remove iot (#143)
Features
- TPG>=4.78: add cloud storage subscription support (#145) (95863ab)
Bug Fixes
v5.0.0
5.0.0 (2022-12-30)
⚠ BREAKING CHANGES
- ✨ added bigquery subscription capability, require TPG >= 4.32 #101
Features
- ✨ added bigquery subscription capability, require TPG >= 4.32 #101 (466a9ec)
Bug Fixes
- don't grant fwding permissions if no DLT present (#108) (52c3b13)
- fixes lint issues and generates metadata (#117) (5b08d0b)
v4.0.1
4.0.1 (2022-08-06)
Bug Fixes
- Add_enable_exactly_once_delivery_on_a_PubSub_subscription (#98) (0ad3dd6)
- remove unused variable and use null as default (#100) (57e8ea1)
v4.0.0
4.0.0 (2022-07-26)
⚠ BREAKING CHANGES
- Increased minimum Google Provider version to 4.17 (#94)
Features
- Add the ability to set the message_retention_duration on a PubSub topic (#93) (56ce3fc)
- Add_enable_exactly_once_delivery_on_a_PubSub_subscription (#94) (9b6b913)
v3.2.0
3.2.0 (2022-02-09)
Features
terraform-google-pubsub v3.1.0
Features
- update TPG version constraints to allow 4.0 (#77) (4e408a5)
Bug Fixes
- update subscription_paths op to id which has an identical value (#78) (01413fb)
terraform-google-pubsub v3.0.0
⚠ BREAKING CHANGES
- The
create_subscriptions
variable is now used to control whether subscriptions should be created. Set create_subscriptions = false
and create_topic = false
if you don't want the module to do anything.
Features
- Allow creating subscriptions without creating topic (#72) (0c25bf2)
terraform-google-pubsub v2.0.0
⚠ BREAKING CHANGES
- The state location for subscriptions has moved, see the upgrade guide for details.
- Add Terraform 0.13 constraint and module attribution (#64)
Features
- Add Terraform 0.13 constraint and module attribution (#64) (bf6a051)
- Grant pull subscription permissions for external service account (#68) (6cd0fc4)
Bug Fixes
- Use subscription names as the keys instead of numeric indexes (#67) (b07ab12)
terraform-google-pubsub v1.9.0
Features
- allow the module to control retain_acked_messages (#36) (8d44bfd)