Releases: hashicorp/terraform-plugin-mux
Releases · hashicorp/terraform-plugin-mux
v0.17.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. (#250)
FEATURES:
- all: Upgrade protocol versions to support ephemeral resource types (#257)
v0.16.0
NOTES:
- all: The
v0.15.0
release updated this Go module 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 (#227)
ENHANCEMENTS:
v0.15.0
v0.14.0
v0.13.0
NOTES:
- all: Update
google.golang.org/grpc
dependency to address CVE-2023-44487 (#203)
FEATURES:
- all: Upgrade protocol versions to support provider-defined functions (#209)
v0.12.0
NOTES:
- all: This Go module has been updated to Go 1.20 per the Go support policy. It is recommended to review the Go 1.20 release notes before upgrading. Any consumers building on earlier Go versions may experience errors. (#188)
FEATURES:
- all: Upgrade to protocol versions 5.4 and 6.4, which can significantly reduce memory usage with Terraform 1.6 and later when a configuration includes multiple instances of the same provider (#185)
v0.11.2
v0.11.1
BUG FIXES:
- tf5muxserver: Adjust function signature of
NewMuxServer()
to return*muxServer
, which is required to satisfy thetfprotov5.ProviderServer
interface (#172) - tf6muxserver: Adjust function signature of
NewMuxServer()
to return*muxServer
, which is required to satisfy thetfprotov6.ProviderServer
interface (#172)
v0.11.0
v0.10.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. (#143)
BUG FIXES:
- tf5muxserver+tf6muxserver: Ensure provider acceptance testing can properly detect mux server errors in
GetProviderSchema
response (#152)