Skip to content

Commit b9c2a40

Browse files
Update changelog
1 parent 0d59d5a commit b9c2a40

File tree

6 files changed

+36
-20
lines changed

6 files changed

+36
-20
lines changed

.changes/0.29.0-beta.1.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
## 0.29.0-beta.1 (July 31, 2025)
2+
3+
NOTES:
4+
5+
* Updates the `ValidateListResourceConfig` RPC to validate `include_resource` as well as `limit` ([#538](https://github.com/hashicorp/terraform-plugin-go/issues/538))
6+
7+
FEATURES:
8+
9+
* tfprotov5+tfprotov6: Add action validation RPC ([#539](https://github.com/hashicorp/terraform-plugin-go/issues/539))
10+
11+
ENHANCEMENTS:
12+
13+
* tftypes: `tftypes.Value.IsFullyNull()` allows SDKs to determine when a value is null or consists of only null elements and attributes. ([#541](https://github.com/hashicorp/terraform-plugin-go/issues/541))
14+
15+
BUG FIXES:
16+
17+
* Fix proto field numbering for `GetProviderSchema` ([#539](https://github.com/hashicorp/terraform-plugin-go/issues/539))
18+

.changes/unreleased/BUG FIXES-20250731-164517.yaml

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

.changes/unreleased/ENHANCEMENTS-20250729-112748.yaml

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

.changes/unreleased/FEATURES-20250731-164424.yaml

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

.changes/unreleased/NOTES-20250731-164317.yaml

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

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## 0.29.0-beta.1 (July 31, 2025)
2+
3+
NOTES:
4+
5+
* Updates the `ValidateListResourceConfig` RPC to validate `include_resource` as well as `limit` ([#538](https://github.com/hashicorp/terraform-plugin-go/issues/538))
6+
7+
FEATURES:
8+
9+
* tfprotov5+tfprotov6: Add action validation RPC ([#539](https://github.com/hashicorp/terraform-plugin-go/issues/539))
10+
11+
ENHANCEMENTS:
12+
13+
* tftypes: `tftypes.Value.IsFullyNull()` allows SDKs to determine when a value is null or consists of only null elements and attributes. ([#541](https://github.com/hashicorp/terraform-plugin-go/issues/541))
14+
15+
BUG FIXES:
16+
17+
* Fix proto field numbering for `GetProviderSchema` ([#539](https://github.com/hashicorp/terraform-plugin-go/issues/539))
18+
119
## 0.29.0-alpha.1 (July 08, 2025)
220

321
NOTES:

0 commit comments

Comments
 (0)