Skip to content

Commit ca89e2f

Browse files
committed
add changelogs
1 parent 394bc0c commit ca89e2f

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
kind: ENHANCEMENTS
2+
body: 'all: Implemented parameter interfaces for all value-based validators. This
3+
allows these validators to be used with provider-defined functions.'
4+
time: 2024-10-14T12:12:20.607373-04:00
5+
custom:
6+
Issue: "235"
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
kind: NOTES
2+
body: 'all: Previously, creating validators with invalid data would result in a `nil`
3+
value being returned and a panic from `terraform-plugin-framework`. This has been
4+
updated to return an implementation diagnostic referencing the invalid data/validator during config validation.'
5+
time: 2024-10-14T12:17:11.811926-04:00
6+
custom:
7+
Issue: "235"

0 commit comments

Comments
 (0)