Skip to content

Commit 5c07e07

Browse files
committed
Update CHANGELOG for 0.8.0
1 parent 555a882 commit 5c07e07

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# 0.8.0 (May 6, 2022)
2+
3+
BREAKING CHANGES:
4+
5+
* diag: Removed `Diagnostics` type `ToTfprotov6Diagnostics()` method. This was not intended for usage by provider developers. ([#313](https://github.com/hashicorp/terraform-plugin-framework/issues/313))
6+
* tfsdk: The `ModifySchemaPlanRequest`, `ModifySchemaPlanResponse`, `ValidateSchemaRequest`, and `ValidateSchemaResponse` types have been removed. These were not intended for provider developer usage. ([#310](https://github.com/hashicorp/terraform-plugin-framework/issues/310))
7+
* tfsdk: The `NewProtocol6Server()` function, `Serve()` function, and `ServeOpts` type have been removed. Use the `providerserver` package instead. ([#310](https://github.com/hashicorp/terraform-plugin-framework/issues/310))
8+
* tfsdk: The `ResourceImportStateNotImplemented()` function has been removed. Remove the `Resource` type `ImportState` method instead for resources that should not support import. ([#312](https://github.com/hashicorp/terraform-plugin-framework/issues/312))
9+
10+
ENHANCEMENTS:
11+
12+
* tfsdk: Propagated `tf_data_source_type`, `tf_req_id`, `tf_resource_type`, and `tf_rpc` fields in log entries ([#315](https://github.com/hashicorp/terraform-plugin-framework/issues/315))
13+
14+
BUG FIXES:
15+
16+
* all: Prevented `This log was generated by an SDK subsystem logger that wasn't created before being used.` warning messages in logging ([#314](https://github.com/hashicorp/terraform-plugin-framework/issues/314))
17+
* tfsdk: Prevented `Unable to create logging subsystem with AdditionalLocationOffset due to missing root logger options` warning logs during acceptance testing ([#315](https://github.com/hashicorp/terraform-plugin-framework/issues/315))
18+
119
# 0.7.0 (April 28, 2022)
220

321
NOTES:

0 commit comments

Comments
 (0)