Skip to content

Releases: dcarbone/terraform-plugin-framework-utils

v3.3.1

16 Jun 00:41
cfd11a7

Choose a tag to compare

What's Changed

  • Bump github.com/hashicorp/terraform-plugin-framework from 1.3.0 to 1.3.1 by @dependabot in #48

Full Changelog: v3.3.0...v3.3.1

v3.3.0

13 Jun 20:09
331f7c5

Choose a tag to compare

What's Changed

  • Bump github.com/hashicorp/terraform-plugin-framework from 1.2.0 to 1.3.0 by @dependabot in #47

Full Changelog: v3.2.0...v3.3.0

v3.2.0

02 Jun 23:32
17c119d

Choose a tag to compare

What's Changed

  • Bump golang.org/x/net from 0.0.0-20220722155237-a158d28d115b to 0.7.0 by @dependabot in #40
  • Bump github.com/hashicorp/hcl/v2 from 2.16.0 to 2.17.0 by @dependabot in #45
  • Bump actions/setup-go from 3 to 4 by @dependabot in #44
  • dep updates and adding some tests i'd forgotten i started by @dcarbone in #46

Full Changelog: v3.1.0...v3.2.0

v3.1.0

01 Feb 14:59
2f6fedf

Choose a tag to compare

Full Changelog: v3.0.3...v3.1.0

v3.0.3

01 Feb 14:39
a1784b6

Choose a tag to compare

Full Changelog: v3.0.2...v3.0.3

v3.0.2

28 Jan 01:13
3333bf9

Choose a tag to compare

Full Changelog: v3.0.1...v3.0.2

v3.0.1: Cleanup

28 Jan 00:52
5564ae5

Choose a tag to compare

v3: Framework v1 support

28 Jan 00:23
f02c46f

Choose a tag to compare

Breaking Changes

Due to drastic changes between v0.15 and v1 of the framework, V3 of these utils are not backwards compatible with v2.

For details on what changed in the framework itself that necessitated these changes, see the following release notes from the framework repo itself:

Validator Changes

  • The validation.AttributeValidator type has been replaced with the validation.Generic type that can be applied to any terraform type for validation
  • The validation.TestFunc function signature has changed to support the use of the added "Generic" types.

v2.4.1

14 Nov 21:50
cd2424f

Choose a tag to compare

What's Changed

  • Bump github.com/hashicorp/terraform-plugin-go from 0.14.0 to 0.14.1 by @dependabot in #31

Full Changelog: v2.4.0...v2.4.1

v2.4.0

04 Nov 16:03
34b1d5e

Choose a tag to compare

What's Changed

  • Bump github.com/hashicorp/terraform-plugin-framework from 0.14.0 to 0.15.0 by @dependabot in #30

Full Changelog: v2.3.0...v2.4.0