Skip to content

Commit ef9dd9f

Browse files
Update changelog
1 parent 9163250 commit ef9dd9f

File tree

8 files changed

+28
-32
lines changed

8 files changed

+28
-32
lines changed

.changes/2.38.0.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
## 2.38.0 (September 17, 2025)
2+
3+
NOTES:
4+
5+
* all: This Go module has been updated to Go 1.24 per the [Go support policy](https://go.dev/doc/devel/release#policy). It is recommended to review the [Go 1.24 release notes](https://go.dev/doc/go1.24) before upgrading. Any consumers building on earlier Go versions may experience errors. ([#1518](https://github.com/hashicorp/terraform-plugin-sdk/issues/1518))
6+
* helper/schema: Update the provider server to handle the ListResource RPCs by returning an error since they are not supported by SDKv2. ([#1521](https://github.com/hashicorp/terraform-plugin-sdk/issues/1521))
7+
* helper/schema: Update the provider server to handle Action RPCs by returning an error since they are not supported by SDKv2. ([#1522](https://github.com/hashicorp/terraform-plugin-sdk/issues/1522))
8+
9+
ENHANCEMENTS:
10+
11+
* helper/schema: Added new helper methods for converting Resource and Identity schemas to protocol representations. ([#1504](https://github.com/hashicorp/terraform-plugin-sdk/issues/1504))
12+
* helper/schema: Added an additional validation check to ensure the resource identity object is not null. ([#1513](https://github.com/hashicorp/terraform-plugin-sdk/issues/1513))
13+
* helper/schema: Added the `TfTypeIdentityState()` and `TfTypeResourceState()` methods to `ResourceData` which return the identity and state values as a `tftypes.Value`. ([#1508](https://github.com/hashicorp/terraform-plugin-sdk/issues/1508))
14+

.changes/unreleased/ENHANCEMENTS-20250807-180902.yaml

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

.changes/unreleased/ENHANCEMENTS-20250915-092938.yaml

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

.changes/unreleased/ENHANCEMENTS-20250915-093208.yaml

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

.changes/unreleased/NOTES-20250910-164904.yaml

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

.changes/unreleased/NOTES-20250916-093848.yaml

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

.changes/unreleased/NOTES-20250916-124728.yaml

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

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## 2.38.0 (September 17, 2025)
2+
3+
NOTES:
4+
5+
* all: This Go module has been updated to Go 1.24 per the [Go support policy](https://go.dev/doc/devel/release#policy). It is recommended to review the [Go 1.24 release notes](https://go.dev/doc/go1.24) before upgrading. Any consumers building on earlier Go versions may experience errors. ([#1518](https://github.com/hashicorp/terraform-plugin-sdk/issues/1518))
6+
* helper/schema: Update the provider server to handle the ListResource RPCs by returning an error since they are not supported by SDKv2. ([#1521](https://github.com/hashicorp/terraform-plugin-sdk/issues/1521))
7+
* helper/schema: Update the provider server to handle Action RPCs by returning an error since they are not supported by SDKv2. ([#1522](https://github.com/hashicorp/terraform-plugin-sdk/issues/1522))
8+
9+
ENHANCEMENTS:
10+
11+
* helper/schema: Added new helper methods for converting Resource and Identity schemas to protocol representations. ([#1504](https://github.com/hashicorp/terraform-plugin-sdk/issues/1504))
12+
* helper/schema: Added an additional validation check to ensure the resource identity object is not null. ([#1513](https://github.com/hashicorp/terraform-plugin-sdk/issues/1513))
13+
* helper/schema: Added the `TfTypeIdentityState()` and `TfTypeResourceState()` methods to `ResourceData` which return the identity and state values as a `tftypes.Value`. ([#1508](https://github.com/hashicorp/terraform-plugin-sdk/issues/1508))
14+
115
## 2.37.0 (May 16, 2025)
216

317
NOTES:

0 commit comments

Comments
 (0)