Skip to content

Commit

Permalink
Add changelog entries
Browse files Browse the repository at this point in the history
  • Loading branch information
SBGoods committed May 8, 2024
1 parent 3a5a8c3 commit 04042c2
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .changes/unreleased/FEATURES-20240508-105105.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: FEATURES
body: 'resource: Add `DeferredResponse` field to `ReadResponse`, `ModifyPlanResponse`, and `ImportStateResponse`
which indicates a resource deferred action to the Terraform client'
time: 2024-05-08T10:51:05.90518-04:00
custom:
Issue: "999"
6 changes: 6 additions & 0 deletions .changes/unreleased/FEATURES-20240508-105141.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: FEATURES
body: 'datasource: Add `DeferredResponse` field to `ReadResponse` which indicates a data source deferred action
to the Terraform client'
time: 2024-05-08T10:51:41.663935-04:00
custom:
Issue: "999"
6 changes: 6 additions & 0 deletions .changes/unreleased/FEATURES-20240508-110715.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: FEATURES
body: 'resource: Add `ClientCapabilities` field to `ReadRequest`, `ModifyPlanRequest`, and `ImportStateRequest`
which specifies optionally supported protocol features for the Terraform client'
time: 2024-05-08T11:07:15.955126-04:00
custom:
Issue: "999"
6 changes: 6 additions & 0 deletions .changes/unreleased/FEATURES-20240508-111023.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: FEATURES
body: 'datasource: Add `ClientCapabilities` field to `ReadRequest` which specifies
optionally supported protocol features for the Terraform client'
time: 2024-05-08T11:10:23.66584-04:00
custom:
Issue: "999"

0 comments on commit 04042c2

Please sign in to comment.