From 7e3b1e6e4696a3d9a72fca7e08d9ecf309cf969b Mon Sep 17 00:00:00 2001 From: Miles Yucht Date: Wed, 28 Aug 2024 11:28:12 +0200 Subject: [PATCH] [Release] Release v0.31.1 ### Bug Fixes * Fix `DatabricksConfig.copy` when authenticated with OAuth ([#723](https://github.com/databricks/databricks-sdk-py/pull/723)). ### Internal Changes * Fix get_workspace_client test to match Go SDK behavior ([#738](https://github.com/databricks/databricks-sdk-py/pull/738)). * Verify that `WorkspaceClient` created from `AccountClient` does actually work through integration tests ([#736](https://github.com/databricks/databricks-sdk-py/pull/736)). --- CHANGELOG.md | 14 ++++++++++++++ databricks/sdk/version.py | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee73d57f9..3442369c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Version changelog +## [Release] Release v0.31.1 + +### Bug Fixes + + * Fix `DatabricksConfig.copy` when authenticated with OAuth ([#723](https://github.com/databricks/databricks-sdk-py/pull/723)). + + +### Internal Changes + + * Fix get_workspace_client test to match Go SDK behavior ([#738](https://github.com/databricks/databricks-sdk-py/pull/738)). + * Verify that `WorkspaceClient` created from `AccountClient` does actually work through integration tests ([#736](https://github.com/databricks/databricks-sdk-py/pull/736)). + + + ## [Release] Release v0.31.0 ### Bug Fixes diff --git a/databricks/sdk/version.py b/databricks/sdk/version.py index c3d10d7c4..74f9490de 100644 --- a/databricks/sdk/version.py +++ b/databricks/sdk/version.py @@ -1 +1 @@ -__version__ = '0.31.0' +__version__ = '0.31.1'