fix(deps): update module github.com/hashicorp/terraform-plugin-framework to v1.4.2 #94
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.2.0
->v1.4.2
Release Notes
hashicorp/terraform-plugin-framework (github.com/hashicorp/terraform-plugin-framework)
v1.4.2
Compare Source
BUG FIXES:
Private
field toDeleteResource
type, which was missing to allow provider logic to update private state on errors (#863)v1.4.1
Compare Source
BUG FIXES:
Data Source Type Not Found
andResource Type Not Found
errors with Terraform 1.6 and later (#853)v1.4.0
Compare Source
NOTES:
FEATURES:
v1.3.5
Compare Source
NOTES:
DEBUG
log level toTRACE
(#818)BUG FIXES:
Invalid Element Type
diagnostics for nested attributes and blocks implementingCustomType
field (#823)v1.3.4
Compare Source
BUG FIXES:
v1.3.3
Compare Source
BUG FIXES:
ObjectValue
typeToTerraformValue()
method, which decreases provider operation durations at scale (#775)SetNestedAttribute
with nested attributeDefault
and multiple configured elements (#783)Value Conversion Error
diagnostics when usingSet()
method with base types instead of custom types (#806)PlanResourceChange
RPC (#792)v1.3.2
Compare Source
BUG FIXES:
Default
implementations received requestPath
and have responseDiagnostics
handled (#778)Default
implementations on list, map, and set where no responseDiagnostics
orPlanValue
was returned (#778)context.Context
of inflight requests (#782)v1.3.1
Compare Source
BUG FIXES:
ListType
,MapType
, andSetType
methods whenElemType
field is not set (#714)Value Conversion Error
diagnostics for attributes and blocks implementing bothCustomType
andPlanModifiers
fields (#754)ListTypableWithSemanticEquals
andSetTypableWithSemanticEquals
when proposed new element count was greater than prior element count (#772)v1.3.0
Compare Source
NOTES:
Schema
typeValidate()
method has been deprecated in preference ofValidateImplementation()
(#699)Schema
typeValidate()
method has been deprecated in preference ofValidateImplementation()
(#699)Schema
typeValidate()
method has been deprecated in preference ofValidateImplementation()
(#699)Schema
typeValidate()
method has been deprecated in preference ofValidateImplementation()
(#699)ENHANCEMENTS:
Schema
typeValidateImplementation()
method, which performs framework-defined schema validation and can be used in unit testing (#699)Schema
typeValidateImplementation()
method, which performs framework-defined schema validation and can be used in unit testing (#699)Schema
typeValidateImplementation()
method, which performs framework-defined schema validation and can be used in unit testing (#699)Schema
typeValidateImplementation()
method, which performs framework-defined schema validation and can be used in unit testing (#699)for_each
attribute name, which requires special Terraform configuration syntax to be usable by the data source (#704)for_each
attribute name, which requires special Terraform configuration syntax to be usable by the resource (#704)BUG FIXES:
ListAttribute
,MapAttribute
,ObjectAttribute
, andSetAttribute
implementations instead of panics when missing requiredAttributeTypes
orElementTypes
fields (#699)ListAttribute
,MapAttribute
,ObjectAttribute
, andSetAttribute
implementations instead of panics when missing requiredAttributeTypes
orElementTypes
fields (#699)ListAttribute
,MapAttribute
,ObjectAttribute
, andSetAttribute
implementations instead of panics when missing requiredAttributeTypes
orElementTypes
fields (#699)ListAttribute
,MapAttribute
,ObjectAttribute
, andSetAttribute
implementations instead of panics when missing requiredAttributeTypes
orElementTypes
fields (#699)Set()
methods (#715)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.