Skip to content

Releases: terraform-google-modules/terraform-google-pubsub

v7.0.0

19 Sep 19:56
e23666c
Compare
Choose a tag to compare

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

01 Nov 17:42
b06be5a
Compare
Choose a tag to compare

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

30 Dec 17:32
3670eaf
Compare
Choose a tag to compare

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

15 Aug 23:42
e15c806
Compare
Choose a tag to compare

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

26 Jul 20:00
04ba61e
Compare
Choose a tag to compare

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

14 Feb 18:12
3743450
Compare
Choose a tag to compare

3.2.0 (2022-02-09)

Features

terraform-google-pubsub v3.1.0

07 Dec 16:38
b2c9ed1
Compare
Choose a tag to compare

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

08 Sep 19:29
6668801
Compare
Choose a tag to compare

⚠ 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

08 Apr 16:21
30bab0c
Compare
Choose a tag to compare

⚠ 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

16 Feb 17:12
cf6da23
Compare
Choose a tag to compare

Features

  • allow the module to control retain_acked_messages (#36) (8d44bfd)