BREAKING CHANGES:
- diag: Removed
Diagnostics
typeToTfprotov6Diagnostics()
method. This was not intended for usage by provider developers. (#313) - tfsdk: The
ModifySchemaPlanRequest
,ModifySchemaPlanResponse
,ValidateSchemaRequest
, andValidateSchemaResponse
types have been removed. These were not intended for provider developer usage. (#310) - tfsdk: The
NewProtocol6Server()
function,Serve()
function, andServeOpts
type have been removed. Use theproviderserver
package instead. (#310) - tfsdk: The
ResourceImportStateNotImplemented()
function has been removed. Remove theResource
typeImportState
method instead for resources that should not support import. (#312)
ENHANCEMENTS:
- tfsdk: Propagated
tf_data_source_type
,tf_req_id
,tf_resource_type
, andtf_rpc
fields in log entries (#315)
BUG FIXES:
- all: Prevented
This log was generated by an SDK subsystem logger that wasn't created before being used.
warning messages in logging (#314) - tfsdk: Prevented
Unable to create logging subsystem with AdditionalLocationOffset due to missing root logger options
warning logs during acceptance testing (#315)