BUG FIXES:
- types/basetypes: Minor reduction of memory allocations for
ObjectValue
typeToTerraformValue()
method, which decreases provider operation durations at scale (#775) - resource: Prevented panic during planning caused by
SetNestedAttribute
with nested attributeDefault
and multiple configured elements (#783) - tfsdk: Prevented
Value Conversion Error
diagnostics when usingSet()
method with base types instead of custom types (#806) - providerserver: Significantly reduced memory usage for framework data handling operations, especially during the
PlanResourceChange
RPC (#792)