Skip to content

Commit f4b227f

Browse files
Update changelog
1 parent 19860a8 commit f4b227f

6 files changed

+24
-26
lines changed

.changes/2.34.0.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
## 2.34.0 (May 17, 2024)
2+
3+
NOTES:
4+
5+
* all: The `v2.33.0` release updated this Go module 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 ([#1318](https://github.com/hashicorp/terraform-plugin-sdk/issues/1318))
6+
* This release contains support for deferred actions, which is an experimental feature only available in prerelease builds of Terraform 1.9 and later. This functionality is subject to change and is not protected by version compatibility guarantees. ([#1335](https://github.com/hashicorp/terraform-plugin-sdk/issues/1335))
7+
8+
FEATURES:
9+
10+
* helper/schema: Added `(Provider).ConfigureProvider` function for configuring providers that support additional features, such as deferred actions. ([#1335](https://github.com/hashicorp/terraform-plugin-sdk/issues/1335))
11+
* helper/schema: Added `(Resource).ResourceBehavior` to allow additional control over deferred action behavior during plan modification. ([#1335](https://github.com/hashicorp/terraform-plugin-sdk/issues/1335))
12+

.changes/unreleased/FEATURES-20240506-152018.yaml

-6
This file was deleted.

.changes/unreleased/FEATURES-20240506-152135.yaml

-6
This file was deleted.

.changes/unreleased/NOTES-20240229-145053.yaml

-7
This file was deleted.

.changes/unreleased/NOTES-20240509-134945.yaml

-7
This file was deleted.

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 2.34.0 (May 17, 2024)
2+
3+
NOTES:
4+
5+
* all: The `v2.33.0` release updated this Go module 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 ([#1318](https://github.com/hashicorp/terraform-plugin-sdk/issues/1318))
6+
* This release contains support for deferred actions, which is an experimental feature only available in prerelease builds of Terraform 1.9 and later. This functionality is subject to change and is not protected by version compatibility guarantees. ([#1335](https://github.com/hashicorp/terraform-plugin-sdk/issues/1335))
7+
8+
FEATURES:
9+
10+
* helper/schema: Added `(Provider).ConfigureProvider` function for configuring providers that support additional features, such as deferred actions. ([#1335](https://github.com/hashicorp/terraform-plugin-sdk/issues/1335))
11+
* helper/schema: Added `(Resource).ResourceBehavior` to allow additional control over deferred action behavior during plan modification. ([#1335](https://github.com/hashicorp/terraform-plugin-sdk/issues/1335))
12+
113
## 2.33.0 (February 23, 2024)
214

315
NOTES:

0 commit comments

Comments
 (0)