Skip to content

Commit b36a7b9

Browse files
authored
[Release] Release v0.31.1 (#739)
### Bug Fixes * Fix `DatabricksConfig.copy` when authenticated with OAuth ([#723](#723)). ### Internal Changes * Fix get_workspace_client test to match Go SDK behavior ([#738](#738)). * Verify that `WorkspaceClient` created from `AccountClient` does actually work through integration tests ([#736](#736)).
1 parent 4597c36 commit b36a7b9

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

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

3+
## [Release] Release v0.31.1
4+
5+
### Bug Fixes
6+
7+
* Fix `DatabricksConfig.copy` when authenticated with OAuth ([#723](https://github.com/databricks/databricks-sdk-py/pull/723)).
8+
9+
10+
### Internal Changes
11+
12+
* Fix get_workspace_client test to match Go SDK behavior ([#738](https://github.com/databricks/databricks-sdk-py/pull/738)).
13+
* Verify that `WorkspaceClient` created from `AccountClient` does actually work through integration tests ([#736](https://github.com/databricks/databricks-sdk-py/pull/736)).
14+
15+
16+
317
## [Release] Release v0.31.0
418

519
### 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.31.0'
1+
__version__ = '0.31.1'

0 commit comments

Comments
 (0)