Skip to content

Commit

Permalink
Release v0.5.0
Browse files Browse the repository at this point in the history
* Fixed OAuth M2M corner case in `WorkspaceClient` where `DATABRICKS_ACCOUNT_ID` is present in the environment ([#273](#273)).
* Added `connection_pool_size` configuration property (preview) ([#276](#276)).
  • Loading branch information
nfx committed Aug 11, 2023
1 parent d801265 commit 5071443
Show file tree
Hide file tree
Showing 21 changed files with 227 additions and 115 deletions.
2 changes: 1 addition & 1 deletion .codegen/_openapi_sha
Original file line number Diff line number Diff line change
@@ -1 +1 @@
386b65ecdc825b9c3ed4aa7ca88e2e5baf9d87df
1e3533f94335f0e6c5d9262bc1fea95b3ddcb0e1
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Version changelog

## 0.5.0

* Fixed OAuth M2M corner case in `WorkspaceClient` where `DATABRICKS_ACCOUNT_ID` is present in the environment ([#273](https://github.com/databricks/databricks-sdk-py/pull/273)).
* Added `connection_pool_size` configuration property (preview) ([#276](https://github.com/databricks/databricks-sdk-py/pull/276)).


## 0.4.0

To simplify documentation and management of object permissions, this release features a major reorganization of how permissions APIs are structured in the SDK. Rather than using a single permissions.get() API for all services, each service supporting permissions has its own permissions APIs. Follow these steps to migrate to the current SDK:
Expand Down
117 changes: 81 additions & 36 deletions databricks/sdk/service/catalog.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 5071443

Please sign in to comment.