You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Release v1.95.0
### Breaking Changes
* Remove `recipient_federation_policy` resource and datasources ([#5126](#5126))
### New Features and Improvements
* Add `provider_config` support for SDKv2 compatible plugin framework resources and data sources([#5115](#5115))
* Optimize `databricks_grant` and `databricks_grants` to not call the `Update` API if the requested permissions are already granted ([#5095](#5095))
* Added `expected_workspace_status` to `databricks_mws_workspaces` to support creating workspaces in provisioning status ([#5019](#5019))
### Bug Fixes
* Mark `workload_size` as not computed in `databricks_model_serving` ([#5111](#5111))
* Fix Inconsistent Plan Errors in Permissions Resource ([#5091](#5091))
### Documentation
* Add documentation on the `service_principal_client_id` attribute of `databricks_app` and related [#5134](#5134)
### Exporter
* Remove `METRIC_VIEW` from `sql_table` resource ([#5135](#5135))
### Internal Changes
* Fix custom_app_integration_test ([#5129](#5129))
Copy file name to clipboardExpand all lines: CHANGELOG.md
+29Lines changed: 29 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,34 @@
1
1
# Version changelog
2
2
3
+
## Release v1.95.0
4
+
5
+
### Breaking Changes
6
+
7
+
* Remove `recipient_federation_policy` resource and datasources ([#5126](https://github.com/databricks/terraform-provider-databricks/pull/5126))
8
+
9
+
### New Features and Improvements
10
+
11
+
* Add `provider_config` support for SDKv2 compatible plugin framework resources and data sources([#5115](https://github.com/databricks/terraform-provider-databricks/pull/5115))
12
+
* Optimize `databricks_grant` and `databricks_grants` to not call the `Update` API if the requested permissions are already granted ([#5095](https://github.com/databricks/terraform-provider-databricks/pull/5095))
13
+
* Added `expected_workspace_status` to `databricks_mws_workspaces` to support creating workspaces in provisioning status ([#5019](https://github.com/databricks/terraform-provider-databricks/pull/5019))
14
+
15
+
### Bug Fixes
16
+
17
+
* Mark `workload_size` as not computed in `databricks_model_serving` ([#5111](https://github.com/databricks/terraform-provider-databricks/pull/5111))
18
+
* Fix Inconsistent Plan Errors in Permissions Resource ([#5091](https://github.com/databricks/terraform-provider-databricks/pull/5091))
19
+
20
+
### Documentation
21
+
22
+
* Add documentation on the `service_principal_client_id` attribute of `databricks_app` and related [#5134](https://github.com/databricks/terraform-provider-databricks/pull/5134)
23
+
24
+
### Exporter
25
+
* Remove `METRIC_VIEW` from `sql_table` resource ([#5135](https://github.com/databricks/terraform-provider-databricks/pull/5135))
* Remove `recipient_federation_policy` resource and datasources ([#5126](https://github.com/databricks/terraform-provider-databricks/pull/5126))
8
-
9
7
### New Features and Improvements
10
8
11
-
* Add `provider_config` support for SDKv2 compatible plugin framework resources and data sources([#5115](https://github.com/databricks/terraform-provider-databricks/pull/5115))
12
-
* Optimize `databricks_grant` and `databricks_grants` to not call the `Update` API if the requested permissions are already granted ([#5095](https://github.com/databricks/terraform-provider-databricks/pull/5095))
13
-
* Added `expected_workspace_status` to `databricks_mws_workspaces` to support creating workspaces in provisioning status ([#5019](https://github.com/databricks/terraform-provider-databricks/pull/5019))
14
-
15
9
### Bug Fixes
16
10
17
-
* Mark `workload_size` as not computed in `databricks_model_serving` ([#5111](https://github.com/databricks/terraform-provider-databricks/pull/5111))
18
-
* Fix Inconsistent Plan Errors in Permissions Resource ([#5091](https://github.com/databricks/terraform-provider-databricks/pull/5091))
19
-
20
11
### Documentation
21
12
22
-
* Add documentation on the `service_principal_client_id` attribute of `databricks_app` and related [#5134](https://github.com/databricks/terraform-provider-databricks/pull/5134)
23
13
### Exporter
24
-
* Remove `METRIC_VIEW` from `sql_table` resource ([#5135](https://github.com/databricks/terraform-provider-databricks/pull/5135))
0 commit comments