Skip to content

Commit 01b86e9

Browse files
Update changelog
1 parent d39a78e commit 01b86e9

File tree

5 files changed

+22
-18
lines changed

5 files changed

+22
-18
lines changed

.changes/0.22.0.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## 0.22.0 (February 22, 2024)
2+
3+
BREAKING CHANGES:
4+
5+
* tfprotov5+tfprotov6: Modified the response returned from the CallFunction RPC, replacing diagnostics with function error ([#380](https://github.com/hashicorp/terraform-plugin-go/issues/380))
6+
7+
NOTES:
8+
9+
* all: This Go module has been updated to Go 1.21 per the [Go support policy](https://go.dev/doc/devel/release#policy). It is recommended to review the [Go 1.21 release notes](https://go.dev/doc/go1.21) before upgrading. Any consumers building on earlier Go versions may experience errors. ([#381](https://github.com/hashicorp/terraform-plugin-go/issues/381))
10+
* all: If using terraform-plugin-framework, terraform-plugin-mux, or terraform-plugin-sdk, only upgrade this Go module when upgrading those Go modules to [email protected], [email protected], and terraform-plugin-sdk/[email protected], or greater, respectively ([#380](https://github.com/hashicorp/terraform-plugin-go/issues/380))
11+

.changes/unreleased/BREAKING CHANGES-20240221-103010.yaml

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

.changes/unreleased/NOTES-20240221-121520.yaml

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

.changes/unreleased/NOTES-20240222-080818.yaml

Lines changed: 0 additions & 7 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.22.0 (February 22, 2024)
2+
3+
BREAKING CHANGES:
4+
5+
* tfprotov5+tfprotov6: Modified the response returned from the CallFunction RPC, replacing diagnostics with function error ([#380](https://github.com/hashicorp/terraform-plugin-go/issues/380))
6+
7+
NOTES:
8+
9+
* all: This Go module has been updated to Go 1.21 per the [Go support policy](https://go.dev/doc/devel/release#policy). It is recommended to review the [Go 1.21 release notes](https://go.dev/doc/go1.21) before upgrading. Any consumers building on earlier Go versions may experience errors. ([#381](https://github.com/hashicorp/terraform-plugin-go/issues/381))
10+
* all: If using terraform-plugin-framework, terraform-plugin-mux, or terraform-plugin-sdk, only upgrade this Go module when upgrading those Go modules to [email protected], [email protected], and terraform-plugin-sdk/[email protected], or greater, respectively ([#380](https://github.com/hashicorp/terraform-plugin-go/issues/380))
11+
112
## 0.21.0 (January 26, 2024)
213

314
NOTES:

0 commit comments

Comments
 (0)