Skip to content

Commit a361c9b

Browse files
Update changelog
1 parent 9c9e494 commit a361c9b

File tree

7 files changed

+32
-27
lines changed

7 files changed

+32
-27
lines changed

.changes/0.29.0.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
## 0.29.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. ([#556](https://github.com/hashicorp/terraform-plugin-go/issues/556))
6+
* tfprotov5+tfprotov6: An upcoming release will require the `ActionServer` implementation as part of `ProviderServer`. ([#534](https://github.com/hashicorp/terraform-plugin-go/issues/534))
7+
8+
FEATURES:
9+
10+
* tfprotov5+tfprotov6: Upgraded protocols and added types to support the new action type. ([#534](https://github.com/hashicorp/terraform-plugin-go/issues/534))
11+
* tfprotov5+tfprotov6: Upgraded protocols and added types to support the new list type ([#525](https://github.com/hashicorp/terraform-plugin-go/issues/525))
12+
13+
ENHANCEMENTS:
14+
15+
* 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))
16+

.changes/unreleased/ENHANCEMENTS-20250916-104411.yaml

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

.changes/unreleased/FEATURES-20250916-105029.yaml

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

.changes/unreleased/FEATURES-20250917-081456.yaml

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

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

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

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

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

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## 0.29.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. ([#556](https://github.com/hashicorp/terraform-plugin-go/issues/556))
6+
* tfprotov5+tfprotov6: An upcoming release will require the `ActionServer` implementation as part of `ProviderServer`. ([#534](https://github.com/hashicorp/terraform-plugin-go/issues/534))
7+
8+
FEATURES:
9+
10+
* tfprotov5+tfprotov6: Upgraded protocols and added types to support the new action type. ([#534](https://github.com/hashicorp/terraform-plugin-go/issues/534))
11+
* tfprotov5+tfprotov6: Upgraded protocols and added types to support the new list type ([#525](https://github.com/hashicorp/terraform-plugin-go/issues/525))
12+
13+
ENHANCEMENTS:
14+
15+
* 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))
16+
117
## 0.29.0-beta.1 (July 31, 2025)
218

319
NOTES:

0 commit comments

Comments
 (0)