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
### New Features and Improvements
* Add owner support to `databricks_sql_table` ([#3570](#3570)).
* Add `databricks_catalog` data source ([#3573](#3573)).
* Add `databricks_table` data source ([#3571](#3571)).
* Add `databricks_mlflow_experiment` data source ([#2389](#2389)).
### Documentation Changes
### Exporter
* Fix rare race condition with variables map ([#3568](#3568)).
### Internal Changes
Dependency updates:
* Bump go SDK to 0.40.1 ([#3574](#3574)), featuring improvements in tracing and debuggability of failed requests.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,24 @@
1
1
# Version changelog
2
2
3
+
## 1.44.0
4
+
5
+
### New Features and Improvements
6
+
* Add owner support to `databricks_sql_table` ([#3570](https://github.com/databricks/terraform-provider-databricks/pull/3570)).
7
+
* Add `databricks_catalog` data source ([#3573](https://github.com/databricks/terraform-provider-databricks/pull/3573)).
8
+
* Add `databricks_table` data source ([#3571](https://github.com/databricks/terraform-provider-databricks/pull/3571)).
9
+
* Add `databricks_mlflow_experiment` data source ([#2389](https://github.com/databricks/terraform-provider-databricks/pull/2389)).
10
+
11
+
### Documentation Changes
12
+
13
+
### Exporter
14
+
* Fix rare race condition with variables map ([#3568](https://github.com/databricks/terraform-provider-databricks/pull/3568)).
15
+
16
+
### Internal Changes
17
+
18
+
Dependency updates:
19
+
20
+
* Bump go SDK to 0.40.1 ([#3574](https://github.com/databricks/terraform-provider-databricks/pull/3574)), featuring improvements in tracing and debuggability of failed requests.
0 commit comments