Skip to content

Commit cdf6fc8

Browse files
committed
v0.2.22
1 parent 4bf3362 commit cdf6fc8

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ uv sync
1515
- install with pip:
1616

1717
```shell
18-
pip install pyobvector==0.2.21
18+
pip install pyobvector==0.2.22
1919
```
2020

2121
## Build Doc

RELEASE_NOTES.md

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

33
This file documents all released versions and their notable changes for the pyobvector project. Changes are grouped by version and categorized as Added (new features), Changed (modifications), Fixed (bug fixes), and Security (security updates).
44

5+
## [0.2.22](https://github.com/oceanbase/pyobvector/compare/release-v0.2.21...release-v0.2.22) - 2026-01-15
6+
7+
- Fix: HybridSearch.search() crashes when OceanBase returns NULL for empty results
8+
- Feat: add **kwargs support to create_table_with_index_params for heap organization
9+
510
## [0.2.21](https://github.com/oceanbase/pyobvector/compare/release-v0.2.20...release-v0.2.21) - 2026-01-13
611

712
- Migrate tool.poetry section to project section following PEP 518

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pyobvector"
3-
version = "0.2.21"
3+
version = "0.2.22"
44
description = "A python SDK for OceanBase Vector Store, based on SQLAlchemy, compatible with Milvus API."
55
authors = [{name="shanhaikang.shk",email="shanhaikang.shk@oceanbase.com"}]
66
readme = "README.md"

0 commit comments

Comments
 (0)