Skip to content

Commit 255a89c

Browse files
Update changelog
1 parent 6a7e35b commit 255a89c

File tree

8 files changed

+34
-39
lines changed

8 files changed

+34
-39
lines changed

.changes/0.19.0.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
## 0.19.0 (September 06, 2023)
2+
3+
NOTES:
4+
5+
* all: If using terraform-plugin-framework, terraform-plugin-mux, or terraform-plugin-sdk, only upgrade this Go module when upgrading those Go modules or you may receive a `missing GetMetadata method` error when compiling ([#310](https://github.com/hashicorp/terraform-plugin-go/issues/310))
6+
* all: This Go module has been updated to Go 1.20 per the [Go support policy](https://go.dev/doc/devel/release#policy). It is recommended to review the [Go 1.20 release notes](https://go.dev/doc/go1.20) before upgrading. Any consumers building on earlier Go versions may experience errors. ([#321](https://github.com/hashicorp/terraform-plugin-go/issues/321))
7+
8+
FEATURES:
9+
10+
* tfprotov5: Upgraded protocol to 5.4 and implemented `GetMetadata` RPC ([#310](https://github.com/hashicorp/terraform-plugin-go/issues/310))
11+
* tfprotov6: Upgraded protocol to 6.4 and implemented `GetMetadata` RPC ([#310](https://github.com/hashicorp/terraform-plugin-go/issues/310))
12+
13+
ENHANCEMENTS:
14+
15+
* tfprotov5: Added `ServerCapabilities` type `GetProviderSchemaOptional` field, which when enabled can signal that the provider supports RPC operations without the `GetProviderSchema` RPC being called first ([#310](https://github.com/hashicorp/terraform-plugin-go/issues/310))
16+
* tfprotov6: Added `ServerCapabilities` type `GetProviderSchemaOptional` field, which when enabled can signal that the provider supports RPC operations without the `GetProviderSchema` RPC being called first ([#310](https://github.com/hashicorp/terraform-plugin-go/issues/310))
17+

.changes/unreleased/ENHANCEMENTS-20230707-100231.yaml

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changes/unreleased/ENHANCEMENTS-20230707-100339.yaml

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changes/unreleased/FEATURES-20230824-152200.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/unreleased/FEATURES-20230824-152220.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/unreleased/NOTES-20230824-153956.yaml

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changes/unreleased/NOTES-20230906-055849.yaml

Lines changed: 0 additions & 8 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## 0.19.0 (September 06, 2023)
2+
3+
NOTES:
4+
5+
* all: If using terraform-plugin-framework, terraform-plugin-mux, or terraform-plugin-sdk, only upgrade this Go module when upgrading those Go modules or you may receive a `missing GetMetadata method` error when compiling ([#310](https://github.com/hashicorp/terraform-plugin-go/issues/310))
6+
* all: This Go module has been updated to Go 1.20 per the [Go support policy](https://go.dev/doc/devel/release#policy). It is recommended to review the [Go 1.20 release notes](https://go.dev/doc/go1.20) before upgrading. Any consumers building on earlier Go versions may experience errors. ([#321](https://github.com/hashicorp/terraform-plugin-go/issues/321))
7+
8+
FEATURES:
9+
10+
* tfprotov5: Upgraded protocol to 5.4 and implemented `GetMetadata` RPC ([#310](https://github.com/hashicorp/terraform-plugin-go/issues/310))
11+
* tfprotov6: Upgraded protocol to 6.4 and implemented `GetMetadata` RPC ([#310](https://github.com/hashicorp/terraform-plugin-go/issues/310))
12+
13+
ENHANCEMENTS:
14+
15+
* tfprotov5: Added `ServerCapabilities` type `GetProviderSchemaOptional` field, which when enabled can signal that the provider supports RPC operations without the `GetProviderSchema` RPC being called first ([#310](https://github.com/hashicorp/terraform-plugin-go/issues/310))
16+
* tfprotov6: Added `ServerCapabilities` type `GetProviderSchemaOptional` field, which when enabled can signal that the provider supports RPC operations without the `GetProviderSchema` RPC being called first ([#310](https://github.com/hashicorp/terraform-plugin-go/issues/310))
17+
118
## 0.18.0 (July 03, 2023)
219

320
ENHANCEMENTS:

0 commit comments

Comments
 (0)