Skip to content

Commit ad0e9f1

Browse files
[Release] Release v0.53.0
## Release v0.53.0 ### Bug Fixes * Fixed the deserialization of responses in VectorSearchAPI's `query_index()` method ([#961](#961)).
1 parent 1be6359 commit ad0e9f1

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

.release_metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"timestamp": "2025-05-02 11:28:59+0000"
2+
"timestamp": "2025-05-02 16:45:37+0000"
33
}

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Version changelog
22

3+
## Release v0.53.0
4+
5+
### Bug Fixes
6+
* Fixed the deserialization of responses in VectorSearchAPI's `query_index()` method ([#961](https://github.com/databricks/databricks-sdk-py/pull/961)).
7+
8+
39
## Release v0.52.0
410

511
### API Changes

NEXT_CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
# NEXT CHANGELOG
22

3-
## Release v0.53.0
3+
## Release v0.54.0
44

55
### New Features and Improvements
66

77
### Bug Fixes
8-
* Fixed the deserialization of responses in VectorSearchAPI's `query_index()` method ([#961](https://github.com/databricks/databricks-sdk-py/pull/961)).
98

109
### Documentation
1110

databricks/sdk/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.52.0"
1+
__version__ = "0.53.0"

0 commit comments

Comments
 (0)