Releases: mineiros-io/terraform-google-pubsub-topic
Releases · mineiros-io/terraform-google-pubsub-topic
v1.2.0
1.2.0 (2024-08-14)
Features
- use updated subscriptions module (cdb1657)
v1.1.0
1.1.0 (2024-07-19)
Features
- add support for cloud_storage_config in subscriptions (f97e1c6)
v1.0.1
1.0.1 (2024-05-24)
Bug Fixes
- ternary logic in subscriptions breaks some edge cases (d67b241)
v1.0.0
1.0.0 (2024-03-07)
- feat!: update min google provider to v5 (b31d76f)
BREAKING CHANGES
- drops support to google provider v4
v0.2.0
0.2.0 (2024-02-27)
Features
- add support for google v5 provider (93bf6f7)
v0.1.2
Fixed
- Fix handling of subscriptions with different config structures
v0.1.1
Fixed
- Fix support for schema definitions
v0.1.0
Added
- Add support for
bigquery_config
attribute in subscriptions
Changed
- Require Terraform Google Provider v4.32+
v0.0.4
Added
- Support for computed members map variable
Fixed