Releases: hookdeck/terraform-provider-hookdeck
Releases · hookdeck/terraform-provider-hookdeck
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_attempts
configuration: 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.rules
is 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.period
should supportconcurrent
value by @leggetter in #129
Full Changelog: v0.5.0...v0.6.0
v0.5.0
Features
- AWS Destination auth supports
region
andservice
properties - New Source Verification for providers:
- HubSpot
- Mailchimp
- Paddle
- PayPal
sdk_max_attempts
configuration added to allow API request retries upon Hookdeck API429
responses. This is useful when you have a large number of resources, which results in a high number of API calls.
Breaking Changes
threedeye
renamed tothree_d_eye
Updates
- Upgrade Go SDK v0.6.0 and support SDK max attempts option by @alexluong in #110
- Implement codegen for source verification providers by @alexluong in #100
Full Changelog: v0.4.0...v0.5.0-beta.1
v0.5.0-beta.1
Features
- New Source Verification for providers:
- HubSpot
- Mailchimp
- Paddle
- PayPal
sdk_max_attempts
configuration added to allow API request retries upon Hookdeck API429
responses. This is useful when you have a large number of resources, which results in a high number of API calls.
Breaking Changes
threedeye
renamed tothree_d_eye
Updates
- Upgrade Go SDK v0.6.0 and support SDK max attempts option by @alexluong in #110
- Implement codegen for source verification providers by @alexluong in #100
Full Changelog: v0.4.0...v0.5.0-beta.1