Skip to content

Commit

Permalink
Release v0.19.1 (#546)
Browse files Browse the repository at this point in the history
New features:

* Add `get_workspace_id()` to WorkspaceClient
([#537](#537)).

Bugfix:

* Create a deepcopy of config when creating workspace client from
account client
([#542](#542)). This
fixes an issue where `AccountClient` instances would stop working after
calling `get_workspace_client()`.
  • Loading branch information
mgyucht authored Feb 15, 2024
1 parent 9af2630 commit 94fc5e4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Version changelog

## 0.19.1

New features:

* Add `get_workspace_id()` to WorkspaceClient ([#537](https://github.com/databricks/databricks-sdk-py/pull/537)).

Bugfix:

* Create a deepcopy of config when creating workspace client from account client ([#542](https://github.com/databricks/databricks-sdk-py/pull/542)). This fixes an issue where `AccountClient` instances would stop working after calling `get_workspace_client()`.
## 0.19.0

### Improvements and Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion databricks/sdk/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.19.0'
__version__ = '0.19.1'

0 comments on commit 94fc5e4

Please sign in to comment.