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.78.0
### New Features and Improvements
* Faster and more reliable schema deletion. It now uses schemas/delete call with force=true flag instead of manually listing and deleting all resources. [#4705](#4705)
### Bug Fixes
* Fix validation of S3 bucket name in `databricks_aws_unity_catalog_policy` and `databricks_aws_bucket_policy` [#4691](#4691)
* Fix use of `force` option for service principals in `databricks_git_credential` [#4704](#4704)
### Documentation
* Fix import documentation for all resources ([#4699](https://github.com/databricks/terraform-provider-databricks/pull/4699/files)).
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,21 @@
1
1
# Version changelog
2
2
3
+
## Release v1.78.0
4
+
5
+
### New Features and Improvements
6
+
7
+
* Faster and more reliable schema deletion. It now uses schemas/delete call with force=true flag instead of manually listing and deleting all resources. [#4705](https://github.com/databricks/terraform-provider-databricks/pull/4705)
8
+
9
+
### Bug Fixes
10
+
11
+
* Fix validation of S3 bucket name in `databricks_aws_unity_catalog_policy` and `databricks_aws_bucket_policy`[#4691](https://github.com/databricks/terraform-provider-databricks/pull/4691)
12
+
* Fix use of `force` option for service principals in `databricks_git_credential`[#4704](https://github.com/databricks/terraform-provider-databricks/pull/4704)
13
+
14
+
### Documentation
15
+
16
+
* Fix import documentation for all resources ([#4699](https://github.com/databricks/terraform-provider-databricks/pull/4699/files)).
* Faster and more reliable schema deletion. It now uses schemas/delete call with force=true flag instead of manually listing and deleting all resources. [#4705](https://github.com/databricks/terraform-provider-databricks/pull/4705)
8
-
9
7
### Bug Fixes
10
8
11
-
* Fix validation of S3 bucket name in `databricks_aws_unity_catalog_policy` and `databricks_aws_bucket_policy`[#4691](https://github.com/databricks/terraform-provider-databricks/pull/4691)
12
-
* Fix use of `force` option for service principals in `databricks_git_credential`[#4704](https://github.com/databricks/terraform-provider-databricks/pull/4704)
13
-
14
9
### Documentation
15
10
16
-
* Fix import documentation for all resources ([#4699](https://github.com/databricks/terraform-provider-databricks/pull/4699/files)).
0 commit comments