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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,23 @@
1
1
# Version changelog
2
2
3
+
## Release v1.87.0
4
+
5
+
### Bug Fixes
6
+
7
+
* Suppress `data_security_mode` aliases for `databricks_cluster` resource ([#4911](https://github.com/databricks/terraform-provider-databricks/pull/4911)).
8
+
9
+
### Documentation
10
+
11
+
* Document `email_notifications` block in model serving resources ([#4910](https://github.com/databricks/terraform-provider-databricks/pull/4910))
12
+
* Deprecate `data_source_id` attribute in `databricks_sql_endpoint` resource ([#4929](https://github.com/databricks/terraform-provider-databricks/pull/4929))
13
+
* Deprecate `databricks_sql_visualization` and `databricks_sql_widget` resource. ([#4924](https://github.com/databricks/terraform-provider-databricks/pull/4924))
14
+
* Document `APPLY_TAG` privilege for `databricks_volume` grants ([#4928](https://github.com/databricks/terraform-provider-databricks/pull/4928))
15
+
16
+
### Internal Changes
17
+
* Added integration test for METRIC_VIEW table type in `databricks_grant` and `databricks_grants` ([#4927](https://github.com/databricks/terraform-provider-databricks/pull/4927))
18
+
* Update Go SDK to v0.80.0 ([#4932](https://github.com/databricks/terraform-provider-databricks/pull/4932))
* Suppress `data_security_mode` aliases for `databricks_cluster` resource ([#4911](https://github.com/databricks/terraform-provider-databricks/pull/4911)).
12
-
13
11
### Documentation
14
12
15
-
* Document `email_notifications` block in model serving resources ([#4910](https://github.com/databricks/terraform-provider-databricks/pull/4910))
16
-
* Deprecate `data_source_id` attribute in `databricks_sql_endpoint` resource ([#4929](https://github.com/databricks/terraform-provider-databricks/pull/4929))
17
-
* Deprecate `databricks_sql_visualization` and `databricks_sql_widget` resource. ([#4924](https://github.com/databricks/terraform-provider-databricks/pull/4924))
18
-
* Document `APPLY_TAG` privilege for `databricks_volume` grants ([#4928](https://github.com/databricks/terraform-provider-databricks/pull/4928))
19
-
20
13
### Exporter
21
14
22
15
### Internal Changes
23
-
* Added integration test for METRIC_VIEW table type in `databricks_grant` and `databricks_grants` ([#4927](https://github.com/databricks/terraform-provider-databricks/pull/4927))
24
-
* Update Go SDK to v0.80.0 ([#4932](https://github.com/databricks/terraform-provider-databricks/pull/4932))
0 commit comments