Skip to content

Commit 09a1181

Browse files
Update changelog
1 parent b931e74 commit 09a1181

5 files changed

Lines changed: 22 additions & 16 deletions

File tree

.changes/0.31.0.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## 0.31.0 (March 10, 2026)
2+
3+
BREAKING CHANGES:
4+
5+
* tfprotov5+tfprotov6: The `GenerateResourceConfig` RPC call is now required in `ResourceServer`. ([#607](https://github.com/hashicorp/terraform-plugin-go/issues/607))
6+
7+
NOTES:
8+
9+
* This Go module has been updated to Go 1.25 per the [Go support policy](https://golang.org/doc/devel/release.html#policy). Any consumers building on earlier Go versions may experience errors. ([#612](https://github.com/hashicorp/terraform-plugin-go/issues/612))
10+
* all: To prevent compilation errors, ensure your Go module is updated to at least terraform-plugin-framework@v1.19.0, terraform-plugin-mux@v0.23.0, terraform-plugin-sdk/v2@v2.40.0, and terraform-plugin-testing@v1.15.0 before upgrading this dependency. ([#607](https://github.com/hashicorp/terraform-plugin-go/issues/607))
11+

.changes/unreleased/BREAKING CHANGES-20260224-151922.yaml

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

.changes/unreleased/NOTES-20260305-100802.yaml

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

.changes/unreleased/NOTES-20260306-104600.yaml

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

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 0.31.0 (March 10, 2026)
2+
3+
BREAKING CHANGES:
4+
5+
* tfprotov5+tfprotov6: The `GenerateResourceConfig` RPC call is now required in `ResourceServer`. ([#607](https://github.com/hashicorp/terraform-plugin-go/issues/607))
6+
7+
NOTES:
8+
9+
* This Go module has been updated to Go 1.25 per the [Go support policy](https://golang.org/doc/devel/release.html#policy). Any consumers building on earlier Go versions may experience errors. ([#612](https://github.com/hashicorp/terraform-plugin-go/issues/612))
10+
* all: To prevent compilation errors, ensure your Go module is updated to at least terraform-plugin-framework@v1.19.0, terraform-plugin-mux@v0.23.0, terraform-plugin-sdk/v2@v2.40.0, and terraform-plugin-testing@v1.15.0 before upgrading this dependency. ([#607](https://github.com/hashicorp/terraform-plugin-go/issues/607))
11+
112
## 0.30.0 (February 24, 2026)
213

314
NOTES:

0 commit comments

Comments
 (0)