Releases: hashicorp/terraform-plugin-framework-timetypes
Releases · hashicorp/terraform-plugin-framework-timetypes
v0.5.0
v0.4.0
BREAKING CHANGES:
- timetypes: Removed
Validate()
method fromRFC3339Type
type following deprecation ofxattr.TypeWithValidate
(#58)
NOTES:
- all: This Go module has been updated to Go 1.21 per the Go support policy. It is recommended to review the Go 1.21 release notes before upgrading. Any consumers building on earlier Go versions may experience errors (#49)
FEATURES:
- Support Go standard library time duration type (
GoDurationType
andGoDuration
) (#66)
ENHANCEMENTS:
v0.3.0
v0.2.0
BREAKING CHANGES:
- timetypes: The
NewRFC3339Value
andNewRFC3339PointerValue
functions now returndiag.Diagnostics
so an error diagnostic can be raised if the string is not RFC3339 formatted (#7)
ENHANCEMENTS: