You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,14 @@
1
+
# 0.8.0 (December 20, 2022)
2
+
3
+
NOTES:
4
+
5
+
* This Go module has been updated to Go 1.18 per the [Go support policy](https://golang.org/doc/devel/release.html#policy). Any consumers building on earlier Go versions may experience errors. ([#101](https://github.com/hashicorp/terraform-plugin-mux/issues/101))
6
+
7
+
BUG FIXES:
8
+
9
+
* tf5muxserver+tf6muxserver: Allow differing provider schema block `MinItems` and `MaxItems` as terraform-plugin-framework does not use those fields for configuration validation ([#118](https://github.com/hashicorp/terraform-plugin-mux/issues/118))
10
+
* tf5muxserver+tf6muxserver: Deferred combined server implementation errors until `GetProviderSchema` RPC to prevent confusing Terraform CLI plugin startup errors ([#121](https://github.com/hashicorp/terraform-plugin-mux/issues/121))
0 commit comments