Skip to content

Commit

Permalink
[Release] Release v0.32.3 (#770)
Browse files Browse the repository at this point in the history
### New Features and Improvements

* Integrate Databricks SDK with Model Serving Auth Provider
([#761](#761)).


### Bug Fixes

* Add DataPlane docs to the index
([#764](#764)).
* `mypy` error: Skipping analyzing "google": module is installed, but
missing library stubs or py.typed marker
([#769](#769)).
  • Loading branch information
renaudhartert-db authored Sep 19, 2024
1 parent 8c865a0 commit e23b4ac
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Version changelog

## [Release] Release v0.32.3

### New Features and Improvements

* Integrate Databricks SDK with Model Serving Auth Provider ([#761](https://github.com/databricks/databricks-sdk-py/pull/761)).


### Bug Fixes

* Add DataPlane docs to the index ([#764](https://github.com/databricks/databricks-sdk-py/pull/764)).
* `mypy` error: Skipping analyzing "google": module is installed, but missing library stubs or py.typed marker ([#769](https://github.com/databricks/databricks-sdk-py/pull/769)).



## [Release] Release v0.32.2

### New Features and Improvements
Expand Down
2 changes: 1 addition & 1 deletion databricks/sdk/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.32.2'
__version__ = '0.32.3'

0 comments on commit e23b4ac

Please sign in to comment.