Skip to content

Commit e23b4ac

Browse files
[Release] Release v0.32.3 (#770)
### 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)).
1 parent 8c865a0 commit e23b4ac

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.32.3
4+
5+
### New Features and Improvements
6+
7+
* Integrate Databricks SDK with Model Serving Auth Provider ([#761](https://github.com/databricks/databricks-sdk-py/pull/761)).
8+
9+
10+
### Bug Fixes
11+
12+
* Add DataPlane docs to the index ([#764](https://github.com/databricks/databricks-sdk-py/pull/764)).
13+
* `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)).
14+
15+
16+
317
## [Release] Release v0.32.2
418

519
### New Features and Improvements

databricks/sdk/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.32.2'
1+
__version__ = '0.32.3'

0 commit comments

Comments
 (0)