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