Skip to content

Releases: hookdeck/terraform-provider-hookdeck

v2.1.1

27 Sep 08:08
926124d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.0...v2.1.1

v2.1.0

20 Sep 05:51
97dfd8b
Compare
Choose a tag to compare

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

29 Jul 11:17
88e19b7
Compare
Choose a tag to compare

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

Full Changelog: v1.0.0...v2.0.0

v1.0.0

29 May 18:58
b75286f
Compare
Choose a tag to compare

Fixes

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

03 May 10:48
220b25a
Compare
Choose a tag to compare

Docs

Full Changelog: v1.0.0-beta-1...v1.0.0-beta-2

v1.0.0-beta-1

06 Mar 12:40
a0a6fa4
Compare
Choose a tag to compare

Breaking Changes

Full Changelog: v0.6.1...v1.0.0-beta-1

v0.6.1

19 Dec 09:54
cec1e38
Compare
Choose a tag to compare

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

11 Dec 17:47
8efbf92
Compare
Choose a tag to compare

Updates

  • Adds Source Verification support for Bridge, Praxis, and Treezor

Fixes

  • destination.rate_limit.period should support concurrent value by @leggetter in #129

Full Changelog: v0.5.0...v0.6.0

v0.5.0

22 Oct 10:20
6063197
Compare
Choose a tag to compare

Features

  • AWS Destination auth supports region and service properties
  • New Source Verification for providers:
    • HubSpot
    • Mailchimp
    • Paddle
    • PayPal
  • sdk_max_attempts configuration added to allow API request retries upon Hookdeck API 429 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 to three_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

11 Oct 17:00
eb8a85d
Compare
Choose a tag to compare

Features

  • New Source Verification for providers:
    • HubSpot
    • Mailchimp
    • Paddle
    • PayPal
  • sdk_max_attempts configuration added to allow API request retries upon Hookdeck API 429 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 to three_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