Skip to content

Commit ff8f028

Browse files
authored
Release v1.44.0 (#3576)
### 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.
1 parent 7d170c5 commit ff8f028

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Version changelog
22

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.
21+
322
## 1.43.0
423

524
### New Features and Improvements

common/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package common
33
import "context"
44

55
var (
6-
version = "1.43.0"
6+
version = "1.44.0"
77
// ResourceName is resource name without databricks_ prefix
88
ResourceName contextKey = 1
99
// Provider is the current instance of provider

0 commit comments

Comments
 (0)