Skip to content

Commit 41951ef

Browse files
Update changelog
1 parent 9876a3b commit 41951ef

12 files changed

+48
-62
lines changed

.changes/1.9.0.md

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
## 1.9.0 (June 04, 2024)
2+
3+
NOTES:
4+
5+
* resource: If plan modification was dependent on nested attribute plan modification automatically running when the nested object was null/unknown, it may be necessary to add object-level plan modification to convert the nested object to a known object first. ([#995](https://github.com/hashicorp/terraform-plugin-framework/issues/995))
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. ([#999](https://github.com/hashicorp/terraform-plugin-framework/issues/999))
7+
8+
FEATURES:
9+
10+
* resource: Add `Deferred` field to `ReadResponse`, `ModifyPlanResponse`, and `ImportStateResponse` which indicates a resource deferred action to the Terraform client ([#999](https://github.com/hashicorp/terraform-plugin-framework/issues/999))
11+
* datasource: Add `Deferred` field to `ReadResponse` which indicates a data source deferred action to the Terraform client ([#999](https://github.com/hashicorp/terraform-plugin-framework/issues/999))
12+
* resource: Add `ClientCapabilities` field to `ReadRequest`, `ModifyPlanRequest`, and `ImportStateRequest` which specifies optionally supported protocol features for the Terraform client ([#999](https://github.com/hashicorp/terraform-plugin-framework/issues/999))
13+
* datasource: Add `ClientCapabilities` field to `ReadRequest` which specifies optionally supported protocol features for the Terraform client ([#999](https://github.com/hashicorp/terraform-plugin-framework/issues/999))
14+
* provider: Add `Deferred` field to `ConfigureResponse` which indicates a provider deferred action to the Terraform client ([#1002](https://github.com/hashicorp/terraform-plugin-framework/issues/1002))
15+
* provider: Add `ClientCapabilities` field to `ConfigureRequest` which specifies optionally supported protocol features for the Terraform client ([#1002](https://github.com/hashicorp/terraform-plugin-framework/issues/1002))
16+
17+
ENHANCEMENTS:
18+
19+
* function: Introduced implementation errors for collection and object parameters and returns which are missing type information ([#991](https://github.com/hashicorp/terraform-plugin-framework/issues/991))
20+
21+
BUG FIXES:
22+
23+
* resource: Prevented errant collection-based nested object conversion from null/unknown object to known object ([#995](https://github.com/hashicorp/terraform-plugin-framework/issues/995))
24+

.changes/unreleased/BUG FIXES-20240429-165853.yaml

-6
This file was deleted.

.changes/unreleased/ENHANCEMENTS-20240423-165354.yaml

-6
This file was deleted.

.changes/unreleased/FEATURES-20240508-105105.yaml

-6
This file was deleted.

.changes/unreleased/FEATURES-20240508-105141.yaml

-6
This file was deleted.

.changes/unreleased/FEATURES-20240508-110715.yaml

-6
This file was deleted.

.changes/unreleased/FEATURES-20240508-111023.yaml

-6
This file was deleted.

.changes/unreleased/FEATURES-20240520-180458.yaml

-6
This file was deleted.

.changes/unreleased/FEATURES-20240520-180735.yaml

-6
This file was deleted.

.changes/unreleased/NOTES-20240429-170035.yaml

-7
This file was deleted.

.changes/unreleased/NOTES-20240510-143136.yaml

-7
This file was deleted.

CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
## 1.9.0 (June 04, 2024)
2+
3+
NOTES:
4+
5+
* resource: If plan modification was dependent on nested attribute plan modification automatically running when the nested object was null/unknown, it may be necessary to add object-level plan modification to convert the nested object to a known object first. ([#995](https://github.com/hashicorp/terraform-plugin-framework/issues/995))
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. ([#999](https://github.com/hashicorp/terraform-plugin-framework/issues/999))
7+
8+
FEATURES:
9+
10+
* resource: Add `Deferred` field to `ReadResponse`, `ModifyPlanResponse`, and `ImportStateResponse` which indicates a resource deferred action to the Terraform client ([#999](https://github.com/hashicorp/terraform-plugin-framework/issues/999))
11+
* datasource: Add `Deferred` field to `ReadResponse` which indicates a data source deferred action to the Terraform client ([#999](https://github.com/hashicorp/terraform-plugin-framework/issues/999))
12+
* resource: Add `ClientCapabilities` field to `ReadRequest`, `ModifyPlanRequest`, and `ImportStateRequest` which specifies optionally supported protocol features for the Terraform client ([#999](https://github.com/hashicorp/terraform-plugin-framework/issues/999))
13+
* datasource: Add `ClientCapabilities` field to `ReadRequest` which specifies optionally supported protocol features for the Terraform client ([#999](https://github.com/hashicorp/terraform-plugin-framework/issues/999))
14+
* provider: Add `Deferred` field to `ConfigureResponse` which indicates a provider deferred action to the Terraform client ([#1002](https://github.com/hashicorp/terraform-plugin-framework/issues/1002))
15+
* provider: Add `ClientCapabilities` field to `ConfigureRequest` which specifies optionally supported protocol features for the Terraform client ([#1002](https://github.com/hashicorp/terraform-plugin-framework/issues/1002))
16+
17+
ENHANCEMENTS:
18+
19+
* function: Introduced implementation errors for collection and object parameters and returns which are missing type information ([#991](https://github.com/hashicorp/terraform-plugin-framework/issues/991))
20+
21+
BUG FIXES:
22+
23+
* resource: Prevented errant collection-based nested object conversion from null/unknown object to known object ([#995](https://github.com/hashicorp/terraform-plugin-framework/issues/995))
24+
125
## 1.8.0 (April 18, 2024)
226

327
BREAKING CHANGES:

0 commit comments

Comments
 (0)