Releases: hashicorp/terraform-plugin-go
Releases · hashicorp/terraform-plugin-go
v0.14.3
v0.14.2
BUG FIXES:
- tfprotov5: Allow diagnostic messages with incorrect UTF-8 encoding to pass through with the invalid sequences replaced with the Unicode Replacement Character. This avoids returning the unhelpful message "string field contains invalid UTF-8" in that case. (#237)
- tfprotov6: Allow diagnostic messages with incorrect UTF-8 encoding to pass through with the invalid sequences replaced with the Unicode Replacement Character. This avoids returning the unhelpful message "string field contains invalid UTF-8" in that case. (#237)
v0.14.1
NOTES:
- No expected changes with this Go module's functionality. Contains updates to dependencies such as
google.golang.org/grpc
andgithub.com/hashicorp/go-plugin
, which may be beneficial for consumers.
v0.14.0
NOTES:
- This Go module has been updated to Go 1.18 per the Go support policy. Any consumers building on earlier Go versions may experience errors. (#219)
ENHANCEMENTS:
- tfprotov5/tf5server: Added resource private state when protocol data output is enabled (#221)
- tfprotov6/tf6server: Added resource private state when protocol data output is enabled (#221)
BUG FIXES:
v0.13.0
ENHANCEMENTS:
- tfprotov5: Added
RawState
typeUnmarshalWithOpts
method to facilitate configurable behaviour during unmarshalling (#213) - tfprotov6: Added
RawState
typeUnmarshalWithOpts
method to facilitate configurable behaviour during unmarshalling (#213)
BUG FIXES:
- tftypes: Clarified
ValueFromJSON
error messaging with object attribute key issues (#214)
v0.12.0
v0.11.0
FEATURES:
- Added support for protocol version 5.3 and 6.3, which allows providers to opt into the
PlanResourceChange
RPC for resource destruction (#205)
ENHANCEMENTS:
v0.10.0
v0.9.1
v0.9.0
NOTES:
- This Go module has been updated to Go 1.17 per the Go support policy. Any consumers building on earlier Go versions may experience errors. (#175)
ENHANCEMENTS:
- tftypes: Added
Type
support toWalkAttributePath()
function (#163)
BUG FIXES: