Skip to content

Commit 7c9193d

Browse files
Update changelog
1 parent 8288f62 commit 7c9193d

7 files changed

+32
-28
lines changed

.changes/1.14.0.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
## 1.14.0 (February 19, 2025)
2+
3+
NOTES:
4+
5+
* Write-only attribute support is in technical preview and offered without compatibility promises until Terraform 1.11 is generally available. ([#1044](https://github.com/hashicorp/terraform-plugin-framework/issues/1044))
6+
* ephemeral: Ephemeral resources are now considered generally available and protected by compatibility promises. ([#1052](https://github.com/hashicorp/terraform-plugin-framework/issues/1052))
7+
8+
FEATURES:
9+
10+
* resource/schema: Added `WriteOnly` schema field for managed resource schemas to indicate a write-only attribute. Write-only attribute values are not saved to the Terraform plan or state artifacts. ([#1044](https://github.com/hashicorp/terraform-plugin-framework/issues/1044))
11+
12+
BUG FIXES:
13+
14+
* internal/fwschemadata: Set semantic equality logic has been adjusted and will now ignore order of elements during comparison. ([#1061](https://github.com/hashicorp/terraform-plugin-framework/issues/1061))
15+
* internal/fwserver: Fixed bug where dynamic attributes would not prompt invalid configuration error messages ([#1090](https://github.com/hashicorp/terraform-plugin-framework/issues/1090))
16+

.changes/unreleased/BUG FIXES-20250117-110109.yaml

-6
This file was deleted.

.changes/unreleased/BUG FIXES-20250213-164700.yaml

-5
This file was deleted.

.changes/unreleased/FEATURES-20250206-114700.yaml

-6
This file was deleted.

.changes/unreleased/NOTES-20250206-114436.yaml

-5
This file was deleted.

.changes/unreleased/NOTES-20250212-105343.yaml

-6
This file was deleted.

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## 1.14.0 (February 19, 2025)
2+
3+
NOTES:
4+
5+
* Write-only attribute support is in technical preview and offered without compatibility promises until Terraform 1.11 is generally available. ([#1044](https://github.com/hashicorp/terraform-plugin-framework/issues/1044))
6+
* ephemeral: Ephemeral resources are now considered generally available and protected by compatibility promises. ([#1052](https://github.com/hashicorp/terraform-plugin-framework/issues/1052))
7+
8+
FEATURES:
9+
10+
* resource/schema: Added `WriteOnly` schema field for managed resource schemas to indicate a write-only attribute. Write-only attribute values are not saved to the Terraform plan or state artifacts. ([#1044](https://github.com/hashicorp/terraform-plugin-framework/issues/1044))
11+
12+
BUG FIXES:
13+
14+
* internal/fwschemadata: Set semantic equality logic has been adjusted and will now ignore order of elements during comparison. ([#1061](https://github.com/hashicorp/terraform-plugin-framework/issues/1061))
15+
* internal/fwserver: Fixed bug where dynamic attributes would not prompt invalid configuration error messages ([#1090](https://github.com/hashicorp/terraform-plugin-framework/issues/1090))
16+
117
## 1.13.0 (October 31, 2024)
218

319
NOTES:

0 commit comments

Comments
 (0)