You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* all: Fixed bug with `UseStateForUnknown` where known null state values were not preserved during update plans. ([#1117](https://github.com/hashicorp/terraform-plugin-framework/issues/1117))
* This alpha pre-release contains the initial implementation for list resource that returns a list of resource identities for a single managed resource type. ([#1157](https://github.com/hashicorp/terraform-plugin-framework/issues/1157))
6
+
* The ListResource and ValidateListResourceConfig RPCs are considered experimental and may change up until general availability ([#1178](https://github.com/hashicorp/terraform-plugin-framework/issues/1178))
7
+
8
+
BUG FIXES:
9
+
10
+
* all: Fixed bug with `UseStateForUnknown` where known null state values were not preserved during update plans. ([#1117](https://github.com/hashicorp/terraform-plugin-framework/issues/1117))
* actions: Initial package implementation and new Actions RPC support ([#1181](https://github.com/hashicorp/terraform-plugin-framework/issues/1181))
6
+
7
+
ENHANCEMENTS:
8
+
9
+
* list: add `limit` field to `ListResult` ([#1182](https://github.com/hashicorp/terraform-plugin-framework/issues/1182))
10
+
* list: add primitives, list and map types to schema ([#1177](https://github.com/hashicorp/terraform-plugin-framework/issues/1177))
11
+
* actions: add schema interface and unlinked schema ([#1183](https://github.com/hashicorp/terraform-plugin-framework/issues/1183))
12
+
* actions: add standard validation methods and interfaces for `ValidateActionConfig` RPCs ([#1188](https://github.com/hashicorp/terraform-plugin-framework/issues/1188))
13
+
* actions: add attributes and nested blocks to schema package ([#1186](https://github.com/hashicorp/terraform-plugin-framework/issues/1186))
14
+
15
+
BUG FIXES:
16
+
17
+
* list: call `Configure` in `ListResource` RPC and remove the `ListResource` call in `ValidateListResourceConfig` ([#1192](https://github.com/hashicorp/terraform-plugin-framework/issues/1192))
Copy file name to clipboardExpand all lines: CHANGELOG.md
+35Lines changed: 35 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,38 @@
1
+
## 1.16.0-beta.1 (July 31, 2025)
2
+
3
+
FEATURES:
4
+
5
+
* actions: Initial package implementation and new Actions RPC support ([#1181](https://github.com/hashicorp/terraform-plugin-framework/issues/1181))
6
+
7
+
ENHANCEMENTS:
8
+
9
+
* list: add `limit` field to `ListResult` ([#1182](https://github.com/hashicorp/terraform-plugin-framework/issues/1182))
10
+
* list: add primitives, list and map types to schema ([#1177](https://github.com/hashicorp/terraform-plugin-framework/issues/1177))
11
+
* actions: add schema interface and unlinked schema ([#1183](https://github.com/hashicorp/terraform-plugin-framework/issues/1183))
12
+
* actions: add standard validation methods and interfaces for `ValidateActionConfig` RPCs ([#1188](https://github.com/hashicorp/terraform-plugin-framework/issues/1188))
13
+
* actions: add attributes and nested blocks to schema package ([#1186](https://github.com/hashicorp/terraform-plugin-framework/issues/1186))
14
+
15
+
BUG FIXES:
16
+
17
+
* list: call `Configure` in `ListResource` RPC and remove the `ListResource` call in `ValidateListResourceConfig` ([#1192](https://github.com/hashicorp/terraform-plugin-framework/issues/1192))
18
+
19
+
## 1.16.0-alpha.1 (July 22, 2025)
20
+
21
+
NOTES:
22
+
23
+
* This alpha pre-release contains the initial implementation for list resource that returns a list of resource identities for a single managed resource type. ([#1157](https://github.com/hashicorp/terraform-plugin-framework/issues/1157))
24
+
* The ListResource and ValidateListResourceConfig RPCs are considered experimental and may change up until general availability ([#1178](https://github.com/hashicorp/terraform-plugin-framework/issues/1178))
25
+
26
+
BUG FIXES:
27
+
28
+
* all: Fixed bug with `UseStateForUnknown` where known null state values were not preserved during update plans. ([#1117](https://github.com/hashicorp/terraform-plugin-framework/issues/1117))
29
+
30
+
## 1.15.1 (July 31, 2025)
31
+
32
+
BUG FIXES:
33
+
34
+
* all: Fixed bug with `UseStateForUnknown` where known null state values were not preserved during update plans. ([#1117](https://github.com/hashicorp/terraform-plugin-framework/issues/1117))
0 commit comments