Skip to content

Commit 3fd901b

Browse files
Update changelog
1 parent 68ac8c5 commit 3fd901b

5 files changed

+22
-18
lines changed

.changes/0.28.0.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## 0.28.0 (May 21, 2025)
2+
3+
BREAKING CHANGES:
4+
5+
* tfprotov5+tfprotov6: Removed temporary `ProviderServerWithResourceIdentity` interface type. Use `ProviderServer` instead. ([#516](https://github.com/hashicorp/terraform-plugin-go/issues/516))
6+
* tfprotov5+tfprotov6: `GetResourceIdentitySchemas` and `UpgradeResourceIdentity` RPC calls are now required in `ProviderServer` and `ResourceServer`. Implementations that don't support resource identity can return empty responses from the `GetResourceIdentitySchemas` method and an error message the `UpgradeResourceIdentity` method. ([#516](https://github.com/hashicorp/terraform-plugin-go/issues/516))
7+
8+
NOTES:
9+
10+
* all: To prevent compilation errors, ensure your Go module is updated to at least [email protected], [email protected], terraform-plugin-sdk/[email protected], and [email protected] before upgrading this dependency. ([#516](https://github.com/hashicorp/terraform-plugin-go/issues/516))
11+

.changes/unreleased/BREAKING CHANGES-20250521-145243.yaml

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

.changes/unreleased/BREAKING CHANGES-20250521-145326.yaml

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

.changes/unreleased/NOTES-20250521-145307.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.28.0 (May 21, 2025)
2+
3+
BREAKING CHANGES:
4+
5+
* tfprotov5+tfprotov6: Removed temporary `ProviderServerWithResourceIdentity` interface type. Use `ProviderServer` instead. ([#516](https://github.com/hashicorp/terraform-plugin-go/issues/516))
6+
* tfprotov5+tfprotov6: `GetResourceIdentitySchemas` and `UpgradeResourceIdentity` RPC calls are now required in `ProviderServer` and `ResourceServer`. Implementations that don't support resource identity can return empty responses from the `GetResourceIdentitySchemas` method and an error message the `UpgradeResourceIdentity` method. ([#516](https://github.com/hashicorp/terraform-plugin-go/issues/516))
7+
8+
NOTES:
9+
10+
* all: To prevent compilation errors, ensure your Go module is updated to at least [email protected], [email protected], terraform-plugin-sdk/[email protected], and [email protected] before upgrading this dependency. ([#516](https://github.com/hashicorp/terraform-plugin-go/issues/516))
11+
112
## 0.27.0 (May 16, 2025)
213

314
NOTES:

0 commit comments

Comments
 (0)