You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### 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)).
Copy file name to clipboardExpand all lines: CHANGELOG.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,19 @@
1
1
# Version changelog
2
2
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)).
0 commit comments