Releases: milvus-io/milvus-sdk-node
Releases · milvus-io/milvus-sdk-node
Release v2.3.3
What's Changed
- feat: generate expr by pk type when delete entities by ids by @yuyicai in #242
- update test cases by @shanghaikid in #243
- Update DataQuery.ts by @shanghaikid in #244
- Support array for milvus 2.3.2 by @shanghaikid in #247
- support alter collection by @shanghaikid in #248
- add a count function by @shanghaikid in #249
- Bump zod from 3.22.2 to 3.22.4 in /examples/LangChain by @dependabot in #250
- Add client id by @shanghaikid in #251
- Bump @babel/traverse from 7.21.5 to 7.23.2 by @dependabot in #252
- add typescript http client by @shanghaikid in #253
Full Changelog: v2.3.2...v2.3.3
Release v2.3.2
What's Changed
*update descirbeCollection API by @shanghaikid in #239
- fix describeCollection cache by @shanghaikid in #240
Full Changelog: v2.3.1...v2.3.2
Release v2.3.1
Release v2.3.0
What's Changed
- update langchain example by @nameczz in #233
- support Milvus 2.3 by @shanghaikid in #235
- support more indexes(ScaNN, GPU...)
- support Cosine metrics
- support Upsert
- support get raw vectors in search results
- support range search
- make proto file path configurable by @shanghaikid in #237
Full Changelog: v2.2.24...v2.3.0
Release v2.2.24
What's Changed
- Node example improvments by @henryoswald in #219
- fix issue 218 by @nameczz in #221
- fix: issue-222 by @disflyer in #223
New Contributors
- @henryoswald made their first contribution in #219
- @disflyer made their first contribution in #223
Full Changelog: v2.2.23...v2.2.24
Release v2.2.23-beta.0
What's Changed
- Adjust insert default timeout by @shanghaikid in #216
Full Changelog: v2.2.22...v2.2.23-beta.0
Release v2.2.23
What's Changed
- Adjust insert default timeout by @shanghaikid in #216
Full Changelog: v2.2.22...v2.2.23
Release v2.2.22
What's Changed
- docs: fix langchain example link by @yuyicai in #211
- by default, it should list username for listRoles by @shanghaikid in #212
- fix: delete entities when the primary key is string by @yuyicai in #214
- fix milvus issue #26036 by @nameczz in #215
New Contributors
Full Changelog: v2.2.21...v2.2.22
Release v2.2.21
What's Changed
- fix the grpc node version that break the client by @shanghaikid in #210
Full Changelog: v2.2.20...v2.2.21
Release v2.2.20
What's Changed
- Bump semver from 6.3.0 to 6.3.1 by @dependabot in #202
- add ingore growing, fix #204 by @shanghaikid in #205
- add getPersistentSegmentInfo by @shanghaikid in #203
- support partition_key_field for createCollection by @shanghaikid in #206
Full Changelog: v2.2.19...v2.2.20