|
1 | 1 | # Version changelog |
2 | 2 |
|
| 3 | +## Release v1.88.0 |
| 4 | + |
| 5 | +### New Features and Improvements |
| 6 | + |
| 7 | +* Document and handle additional Slack options in `databricks_notification_destination` ([#4933](https://github.com/databricks/terraform-provider-databricks/pull/4933)) |
| 8 | +* Lower case `warehouse_name_contains` when comparing in `databricks_warehouses` ([#4966](https://github.com/databricks/terraform-provider-databricks/pull/4966)) |
| 9 | +* Added `account_federation_policies` resource and data sources ([#4986](https://github.com/databricks/terraform-provider-databricks/pull/4986)). |
| 10 | +* Added `account_setting_v2` resource and data sources ([#4986](https://github.com/databricks/terraform-provider-databricks/pull/4986)). |
| 11 | +* Added `account_settings_metadata_v2` resource and data sources ([#4986](https://github.com/databricks/terraform-provider-databricks/pull/4986)). |
| 12 | +* Added `apps_settings_custom_template` resource and data sources ([#4986](https://github.com/databricks/terraform-provider-databricks/pull/4986)). |
| 13 | +* Added `entity_tag_assignment` resource and data sources ([#4986](https://github.com/databricks/terraform-provider-databricks/pull/4986)). |
| 14 | +* Added `service_principal_federation_policies` resource and data sources ([#4986](https://github.com/databricks/terraform-provider-databricks/pull/4986)). |
| 15 | +* Added `tag_policy` resource and data sources ([#4986](https://github.com/databricks/terraform-provider-databricks/pull/4986)). |
| 16 | +* Added `workspace_setting_v2` resource and data sources ([#4986](https://github.com/databricks/terraform-provider-databricks/pull/4986)). |
| 17 | +* Added `workspace_settings_metadata_v2` resource and data sources ([#4986](https://github.com/databricks/terraform-provider-databricks/pull/4986)). |
| 18 | + |
| 19 | +### Bug Fixes |
| 20 | + |
| 21 | +* Suppress diff for `databricks_catalog` attributes ([#4975](https://github.com/databricks/terraform-provider-databricks/pull/4975)) |
| 22 | +* Correct which file event fields should be reset in `databricks_external_location` ([#4945](https://github.com/databricks/terraform-provider-databricks/pull/4945)) |
| 23 | +* Fix `ExactlyOneOf` in `databricks_app` ([#4946](https://github.com/databricks/terraform-provider-databricks/pull/4946)) |
| 24 | +* Enable update of `databricks_mws_ncc_private_endpoint_rule` resource ([#4957](https://github.com/databricks/terraform-provider-databricks/pull/4957)) |
| 25 | +* Fix metastore ID interpolation for account-level storage credential imports ([#4980](https://github.com/databricks/terraform-provider-databricks/pull/4980)). Storage credentials can now be imported using two formats: `<storage_credential_name>` when using a workspace-level provider, and `<metastore_id>|<storage_credential_name>` when using an account-level provider. Previously, importing storage credentials with an account-level provider would fail due to missing metastore ID in the API call. |
| 26 | + |
| 27 | +### Documentation |
| 28 | + |
| 29 | +* Improve documentation for grant resource ([#4906](https://github.com/databricks/terraform-provider-databricks/pull/4935)) |
| 30 | +* Document `gcp_attributes.first_on_demand` attribute in `databricks_cluster` ([#4934](https://github.com/databricks/terraform-provider-databricks/pull/4934)) |
| 31 | +* Improve `databricks_mws_permission_assignment` documentation ([#4943](https://github.com/databricks/terraform-provider-databricks/pull/4943)) |
| 32 | +* Update `databricks_job` example to use `environment_version` ([#4942](https://github.com/databricks/terraform-provider-databricks/pull/4942)) |
| 33 | +* Fix broken link in docs/index.md ([#4949](https://github.com/databricks/terraform-provider-databricks/pull/4949)) |
| 34 | +* Update existing docs to match Go SDK 0.81.0 ([#4960](https://github.com/databricks/terraform-provider-databricks/pull/4960)) |
| 35 | + |
| 36 | +### Exporter |
| 37 | + |
| 38 | +* Add match by name to more exported resources ([#4939](https://github.com/databricks/terraform-provider-databricks/pull/4939)) |
| 39 | +* Improve handling of new dependencies in jobs, pipelines, model serving ([#4914](https://github.com/databricks/terraform-provider-databricks/pull/4914)) |
| 40 | +* Add support for `databricks_budget` ([#4957](https://github.com/databricks/terraform-provider-databricks/pull/4957)) |
| 41 | +* Correct support for `library.glob` in `databricks_pipeline` ([#4937](https://github.com/databricks/terraform-provider-databricks/pull/4937)) |
| 42 | +* Resolve references also for map values ([#4944](https://github.com/databricks/terraform-provider-databricks/pull/4944)) |
| 43 | + |
| 44 | +### Internal Changes |
| 45 | + |
| 46 | +* Replaced `common.APIErrorBody` with corresponding structs in Go SDK ([#4936](https://github.com/databricks/terraform-provider-databricks/pull/4936)) |
| 47 | +* Reimplement `databricks_group` data source to use combination of List + Get API ([#4947](https://github.com/databricks/terraform-provider-databricks/pull/4947)) |
| 48 | +* Use databricks_sql_table Instead of databricks_table in Sharing Tests ([#4981](https://github.com/databricks/terraform-provider-databricks/pull/4981) |
| 49 | +* Bump the Go SDK to v0.82.0 ([#4986](https://github.com/databricks/terraform-provider-databricks/pull/4986)). |
| 50 | + |
| 51 | + |
3 | 52 | ## Release v1.87.1 |
4 | 53 |
|
5 | 54 | ### Breaking Changes |
|
0 commit comments