Skip to content

Commit 94fc5e4

Browse files
authored
Release v0.19.1 (#546)
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()`.
1 parent 9af2630 commit 94fc5e4

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

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

3+
## 0.19.1
4+
5+
New features:
6+
7+
* Add `get_workspace_id()` to WorkspaceClient ([#537](https://github.com/databricks/databricks-sdk-py/pull/537)).
8+
9+
Bugfix:
10+
11+
* 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()`.
312
## 0.19.0
413

514
### Improvements and Bug Fixes

databricks/sdk/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.19.0'
1+
__version__ = '0.19.1'

0 commit comments

Comments
 (0)