|
1 | 1 | # Version changelog |
2 | 2 |
|
| 3 | +## 0.210.0 |
| 4 | + |
| 5 | +This release includes the new `databricks labs` command to install, manage, and run Databricks Labs projects. |
| 6 | + |
| 7 | +CLI: |
| 8 | + * Add `--debug` as shortcut for `--log-level debug` ([#964](https://github.com/databricks/cli/pull/964)). |
| 9 | + * Improved usability of `databricks auth login ... --configure-cluster` ([#956](https://github.com/databricks/cli/pull/956)). |
| 10 | + * Make `databricks configure` save only explicit fields ([#973](https://github.com/databricks/cli/pull/973)). |
| 11 | + * Add `databricks labs` command group ([#914](https://github.com/databricks/cli/pull/914)). |
| 12 | + * Tolerate missing .databrickscfg file during `databricks auth login` ([#1003](https://github.com/databricks/cli/pull/1003)). |
| 13 | + * Add `--configure-cluster` flag to configure command ([#1005](https://github.com/databricks/cli/pull/1005)). |
| 14 | + * Fix bug where the account or workspace client could be `nil` ([#1020](https://github.com/databricks/cli/pull/1020)). |
| 15 | + |
| 16 | +Bundles: |
| 17 | + * Do not allow empty descriptions for bundle template inputs ([#967](https://github.com/databricks/cli/pull/967)). |
| 18 | + * Added support for top-level permissions ([#928](https://github.com/databricks/cli/pull/928)). |
| 19 | + * Allow jobs to be manually unpaused in development mode ([#885](https://github.com/databricks/cli/pull/885)). |
| 20 | + * Fix template initialization from current working directory ([#976](https://github.com/databricks/cli/pull/976)). |
| 21 | + * Add `--tag` and `--branch` options to bundle init command ([#975](https://github.com/databricks/cli/pull/975)). |
| 22 | + * Work around DLT issue with `` not being set correctly ([#999](https://github.com/databricks/cli/pull/999)). |
| 23 | + * Enable `spark_jar_task` with local JAR libraries ([#993](https://github.com/databricks/cli/pull/993)). |
| 24 | + * Pass `USERPROFILE` environment variable to Terraform ([#1001](https://github.com/databricks/cli/pull/1001)). |
| 25 | + * Improve error message when path is not a bundle template ([#985](https://github.com/databricks/cli/pull/985)). |
| 26 | + * Correctly overwrite local state if remote state is newer ([#1008](https://github.com/databricks/cli/pull/1008)). |
| 27 | + * Add mlops-stacks to the default `databricks bundle init` prompt ([#988](https://github.com/databricks/cli/pull/988)). |
| 28 | + * Do not add wheel content hash in uploaded Python wheel path ([#1015](https://github.com/databricks/cli/pull/1015)). |
| 29 | + * Do not replace pipeline libraries if there are no matches for pattern ([#1021](https://github.com/databricks/cli/pull/1021)). |
| 30 | + |
| 31 | +Internal: |
| 32 | + * Update CLI version in the VS Code extension during release ([#1014](https://github.com/databricks/cli/pull/1014)). |
| 33 | + |
| 34 | +API Changes: |
| 35 | + * Changed `databricks functions create` command. |
| 36 | + * Changed `databricks metastores create` command with new required argument order. |
| 37 | + * Removed `databricks metastores enable-optimization` command. |
| 38 | + * Removed `databricks account o-auth-enrollment` command group. |
| 39 | + * Removed `databricks apps delete` command. |
| 40 | + * Removed `databricks apps get` command. |
| 41 | + * Added `databricks apps delete-app` command. |
| 42 | + * Added `databricks apps get-app` command. |
| 43 | + * Added `databricks apps get-app-deployment-status` command. |
| 44 | + * Added `databricks apps get-apps` command. |
| 45 | + * Added `databricks apps get-events` command. |
| 46 | + * Added `databricks account network-connectivity` command group. |
| 47 | + |
| 48 | +OpenAPI commit 22f09783eb8a84d52026f856be3b2068f9498db3 (2023-11-23) |
| 49 | + |
| 50 | +Dependency updates: |
| 51 | + * Bump golang.org/x/term from 0.13.0 to 0.14.0 ([#981](https://github.com/databricks/cli/pull/981)). |
| 52 | + * Bump github.com/hashicorp/terraform-json from 0.17.1 to 0.18.0 ([#979](https://github.com/databricks/cli/pull/979)). |
| 53 | + * Bump golang.org/x/oauth2 from 0.13.0 to 0.14.0 ([#982](https://github.com/databricks/cli/pull/982)). |
| 54 | + * Bump github.com/databricks/databricks-sdk-go from 0.24.0 to 0.25.0 ([#980](https://github.com/databricks/cli/pull/980)). |
| 55 | + * Bump github.com/databricks/databricks-sdk-go from 0.25.0 to 0.26.0 ([#1019](https://github.com/databricks/cli/pull/1019)). |
| 56 | + |
3 | 57 | ## 0.209.1 |
4 | 58 |
|
5 | 59 | CLI: |
|
0 commit comments