mirror of https://github.com/databricks/cli.git
Release v0.208.1 (#887)
CLI: * Fix rendering of streaming response ([#876](https://github.com/databricks/cli/pull/876)). Bundles: * Rename MLOps Stack to MLOps Stacks ([#881](https://github.com/databricks/cli/pull/881)). * Support Python wheels larger than 10MB ([#879](https://github.com/databricks/cli/pull/879)). * Improve the output of the `databricks bundle init` command ([#795](https://github.com/databricks/cli/pull/795)).
This commit is contained in:
parent
a2ee8bb45b
commit
ec9425445a
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -1,5 +1,17 @@
|
|||
# Version changelog
|
||||
|
||||
## 0.208.1
|
||||
|
||||
CLI:
|
||||
* Fix rendering of streaming response ([#876](https://github.com/databricks/cli/pull/876)).
|
||||
|
||||
Bundles:
|
||||
* Rename MLOps Stack to MLOps Stacks ([#881](https://github.com/databricks/cli/pull/881)).
|
||||
* Support Python wheels larger than 10MB ([#879](https://github.com/databricks/cli/pull/879)).
|
||||
* Improve the output of the `databricks bundle init` command ([#795](https://github.com/databricks/cli/pull/795)).
|
||||
|
||||
|
||||
|
||||
## 0.208.0
|
||||
|
||||
Note: this release includes a fix for the issue where zero values (for example
|
||||
|
|
Loading…
Reference in New Issue