Releases: milvus-io/milvus-sdk-node
Releases · milvus-io/milvus-sdk-node
Release v2.6.9
What's Changed
- fix: remove partial_update check for default value validation by @shanghaikid in #488
- fix: remove partial_update check for default value validation by @shanghaikid in #489
- chore(deps): bump @langchain/core from 1.0.5 to 1.1.8 in /examples/LangChain by @dependabot[bot] in #490
- chore(deps): bump langchain from 1.0.4 to 1.2.3 in /examples/LangChain by @dependabot[bot] in #491
- chore(deps): bump js-yaml from 3.14.1 to 3.14.2 by @dependabot[bot] in #492
Full Changelog: v2.6.8...v2.6.9
Release v2.6.8
What's Changed
- fix: implement partial update field filtering for upsert operations by @shanghaikid in #487
Full Changelog: v2.6.7...v2.6.8
Release v2.6.7
What's Changed
- fix: skip validation for nullable/default fields when partial_update is true by @shanghaikid in #485
Full Changelog: v2.6.6...v2.6.7
Release v2.6.6
What's Changed
- fix: improve HTTP error handling and add 404 error tests by @shanghaikid in #484
- fix: vector field data array concat turns very slow when row count grows by @cnjsstong in #483
New Contributors
- @cnjsstong made their first contribution in #483
Full Changelog: v2.6.5...v2.6.6
Release v2.6.5
Release v2.6.4
What's Changed
- fix: WeightedRanker and RRFRanker are not working after v2.6.2 by @shanghaikid in #479
- fix: can't create collection with struct(with a vector field) only by @shanghaikid in #480
Full Changelog: v2.6.3...v2.6.4
Release v2.6.3
What's Changed
- fix: struct field has wrong max_capacity by @shanghaikid in #477
Full Changelog: v2.6.2...v2.6.3
Release v2.6.2
What's Changed
- feat: support struct array field, float vector only by @shanghaikid in #474
- feat: add function score support for search operations by @shanghaikid in #475
Full Changelog: v2.6.1...v2.6.2
release v2.6.1
What's Changed
- feat: add MinHash index support for binary vectors by @shanghaikid in #462
- fix: resolve filter/expr field conflict in queryIterator method by @shanghaikid in #464
- fix: AddCollectionFieldReq example type by @tsonglew in #466
- feat: partial update for Upsert API by @shanghaikid in #467
- chore: update proto for milvus 2.6 by @shanghaikid in #470
- feat: support geometry data type for milvus 2.6 by @shanghaikid in #471
New Contributors
Full Changelog: v2.6.0...v2.6.1
release v2.5.13
What's Changed
- chore: update 2.5 proto by @shanghaikid in #468
- feat: support DataType.Geometry by @shanghaikid in #469
Full Changelog: v2.5.12...v2.5.13