Releases: hashicorp/terraform-plugin-framework-timeouts
Releases · hashicorp/terraform-plugin-framework-timeouts
v0.7.0
v0.6.0
NOTES:
- all: This Go module has been updated to Go 1.24 per the Go support policy. It is recommended to review the Go 1.24 release notes before upgrading. Any consumers building on earlier Go versions may experience errors. (#201)
FEATURES:
- list/timeouts: Adds functions and types for list resource timeouts. (#197)
v0.5.0
NOTES:
- all: This Go module has been updated to Go 1.22 per the Go support policy. It is recommended to review the Go 1.22 release notes before upgrading. Any consumers building on earlier Go versions may experience errors. (#143)
FEATURES:
- ephemeral/timeouts: Adds functions and types for ephemeral resource timeouts (#157)
v0.4.1
v0.4.0
NOTES:
- This Go module has been updated to Go 1.19 per the Go support policy. Any consumers building on earlier Go versions may experience errors. (#40)
ENHANCEMENTS:
- datasource/timeouts: Add default description for read (#51)
- resource/timeouts: Add default description for create, delete, read and update (#51)
- resource/timeouts: Add opts for
CreateDescription,ReadDescription,UpdateDescriptionandDeleteDescriptionto allow overriding of default description (#51) - datasource/timeouts: Add
BlockWithOpts()andAttributesWithOpts()functions to allow overriding of default description (#51)
v0.3.1
v0.3.0
BREAKING CHANGES:
- all: The
Attributes() tfsdk.Attributemethod has been removed. Use the resourceAttributes() schema.Attributeor data sourceAttributes() schema.Attributefunction instead. (#18) - all: The
AttributesAll() tfsdk.Attributemethod has been removed. Use the resourceAttributesAll() schema.Attributeor data sourceAttributes() schema.Attributefunction instead. (#18) - all: The
Block() tfsdk.Blockmethod has been removed. Use the resourceBlock() schema.Blockor data sourceBlock() schema.Blockfunction instead. (#18) - all: The
BlockAll() tfsdk.Blockmethod has been removed. Use the resourceBlockAll() schema.Blockor data sourceBlock() schema.Blockfunction instead. (#18)
FEATURES: