Releases: hashicorp/terraform-plugin-framework-timeouts
Releases · hashicorp/terraform-plugin-framework-timeouts
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
,UpdateDescription
andDeleteDescription
to 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.Attribute
method has been removed. Use the resourceAttributes() schema.Attribute
or data sourceAttributes() schema.Attribute
function instead. (#18) - all: The
AttributesAll() tfsdk.Attribute
method has been removed. Use the resourceAttributesAll() schema.Attribute
or data sourceAttributes() schema.Attribute
function instead. (#18) - all: The
Block() tfsdk.Block
method has been removed. Use the resourceBlock() schema.Block
or data sourceBlock() schema.Block
function instead. (#18) - all: The
BlockAll() tfsdk.Block
method has been removed. Use the resourceBlockAll() schema.Block
or data sourceBlock() schema.Block
function instead. (#18)
FEATURES: