Releases: hookdeck/terraform-provider-hookdeck
Releases · hookdeck/terraform-provider-hookdeck
v2.2.1
Bug Fixes
-
fix: resolve state upgrade error for connections with rules by @leggetter in #192
Users upgrading from v2.0 to v2.1+ encountered a "Value Conversion Error" with message "mismatch between struct and object: Struct defines fields not found in object: deduplicate_rule" when configuring connections with rules. This has been fixed by correcting the state upgrade logic.
Fixes #191
Dependencies
- chore(deps): bump golang.org/x/sys from 0.36.0 to 0.37.0 by @dependabot in #187
- chore(deps): bump golang.org/x/time from 0.13.0 to 0.14.0 by @dependabot in #186
- chore(deps): bump github.com/hashicorp/terraform-plugin-framework from 1.16.0 to 1.17.0 by @dependabot in #195
- chore(deps): bump github.com/hashicorp/terraform-plugin-log from 0.9.0 to 0.10.0 by @dependabot in #194
- chore(deps): bump github.com/hashicorp/terraform-plugin-docs from 0.23.0 to 0.24.0 by @dependabot in #189
- chore(deps): bump github.com/hashicorp/terraform-plugin-framework-validators from 0.18.0 to 0.19.0 by @dependabot in #188
New Contributors
- @Copilot made their first contribution in #193
Full Changelog: v2.2.0...v2.2.1
v2.2.0
v2.1.1
What's Changed
- fix: account for burst in rate limit by @alexluong in #183
Full Changelog: v2.1.0...v2.1.1
v2.1.0
Breaking Change
- Removed
sdk_max_attemptsconfiguration: The sdk_max_attempts provider configuration option has been removed.
Rate limiting is now automatically handled to respect Hookdeck API limits (240 requests/minute). Remove this
field from your provider configuration if present. See the docs/guides/v2.0-to-v2.1-migration.md for details.
By @alexluong in #173
What's Changed
- fix: wrong destination auth example by @alexluong in #165
- feat: connection deduplication by @alexluong in #170
- chore(deps): bump github.com/hashicorp/terraform-plugin-framework from 1.15.0 to 1.16.0 by @dependabot[bot] in #175
- chore(deps): bump golang.org/x/sys from 0.34.0 to 0.36.0 by @dependabot[bot] in #167
- refactor: sdk & implement hookdeck request rate limit by @alexluong in #173
- chore: hookdeck resource teardown script by @alexluong in #171
- refactor: transformation + support deletion by @alexluong in #172
- docs: v2.0 -> v2.1 migration doc by @alexluong in #180
- fix: preserve json formatting in filter rules to prevent drift by @alexluong in #179
- refactor: connection acceptance test & connection crud with requests instead of sdk by @alexluong in #169
- chore: upgrade dependencies by @alexluong in #181
- chore: deduplicate rule example by @alexluong in #182
Full Changelog: v2.0.0...v2.1.0
v2.0.0
Breaking Changes
- Transform and Filter rules are now ordered, and therefore the
hookdeck_connection.rulesis now an ordered list. This change is introduced by the Hookdeck API version 2025-07-01. See the v1.x to v2.x migration guide for migration details. By @alexluong in #161
Updates
- Improve vx.0 to v1.0 migration guide by @leggetter in #155
- Fix filter & jsonencode example by @alexluong in #157
- Bump golang.org/x/sys from 0.33.0 to 0.34.0 by @dependabot[bot] in #159
Full Changelog: v1.0.0...v2.0.0
v1.0.0
Fixes
- Specify API version when deleting source_auth by @alexluong in #152
Updates
Dependency updates:
- chore(deps): bump golang.org/x/sys from 0.29.0 to 0.33.0 by @dependabot in #149
- chore(deps): bump github.com/hashicorp/terraform-plugin-framework-validators from 0.16.0 to 0.18.0 by @dependabot in #150
Full Changelog: v1.0.0-beta-2...v1.0.0
v1.0.0-beta-2
Docs
- Update examples to use types by @leggetter in #148
Full Changelog: v1.0.0-beta-1...v1.0.0-beta-2
v1.0.0-beta-1
Breaking Changes
- Source & Destination Type support by @alexluong in #139 See v0.x to v1.x migration guide for full details.
Full Changelog: v0.6.1...v1.0.0-beta-1
v0.6.1
Updates
- chore(deps): bump actions/setup-go from 5.0.2 to 5.1.0 by @dependabot in #120
- chore(deps): bump crazy-max/ghaction-import-gpg from 6.1.0 to 6.2.0 by @dependabot in #121
- chore: deps bump by @leggetter in #130
- chore(deps): bump golang.org/x/sys from 0.24.0 to 0.28.0 by @dependabot in #133
- chore(deps): bump actions/setup-go from 5.1.0 to 5.2.0 by @dependabot in #132
- chore(deps): bump github.com/hashicorp/terraform-plugin-framework-validators from 0.15.0 to 0.16.0 by @dependabot in #131
- chore(deps): bump github.com/getkin/kin-openapi from 0.127.0 to 0.128.0 by @dependabot in #114
Full Changelog: v0.6.0...v0.6.1
v0.6.0
Updates
- Adds Source Verification support for Bridge, Praxis, and Treezor
Fixes
destination.rate_limit.periodshould supportconcurrentvalue by @leggetter in #129
Full Changelog: v0.5.0...v0.6.0