Releases: milvus-io/milvus-sdk-node
Releases · milvus-io/milvus-sdk-node
Release v2.5.5
What's Changed
- fix: Cannot read properties of undefined (reading 'nq') when searching with wrong anns field by @shanghaikid in #408
- Support search iterator by @shanghaikid in #409
- Add alterDatabaseProperties by @shanghaikid in #410
- Add node_filters into ResourceGroupConfig by @shanghaikid in #411
- fix: listGrants should respect db_name by @shanghaikid in #414
- Support trace context propagation and traceID visibility by @shanghaikid in #412
Full Changelog: v2.5.4...v2.5.5
Release v2.5.4
What's Changed
The search result should not contains id
field if you don't have it in your schema.
Full Changelog: v2.5.3...v2.5.4
Release v2.4.11
What's Changed
The search result should not contains the id
field if you don't have it in your schema.
Full Changelog: v2.4.10...v2.4.11
Release v2.5.3
What's Changed
- add alterCollectionFieldProperties API by @shanghaikid in #392
- Add createPrivilegeGroup/dropPrivilegeGroup/listPrivilegeGroups/addPrivilegesToGroup/removePrivilegesFromGroup by @shanghaikid in #394
- Add grantPrivilegeV2 and revokePrivilegeV2 by @shanghaikid in #395
- add refreshLoad api by @shanghaikid in #396
- fix: query without output_fields should return all fields by @shanghaikid in #398
- Add backupRBAC and restoreRBAC API by @shanghaikid in #400
- fix upsert failed on autoid enabled collection by @shanghaikid in #402
- Add more test cases for the upsert API by @shanghaikid in #403
Full Changelog: v2.5.2...v2.5.3
v2.4.10
What's Changed
- support expr template values
- Add alterCollectionFieldProperties API
- Add backupRBAC and restoreRBAC API
- Add grantPrivilegeV2 and revokePrivilegeV2
- Add createPrivilegeGroup/dropPrivilegeGroup/listPrivilegeGroups/addPrivilegesToGroup/removePrivilegesFromGroup
- Add alterIndexProperties and dropIndexProperties
- support delete properties for database and collection
- support the properties param in the create database api
- Passing db_name param to the describeCollection()
- feat(TLS): Support skipCertCheck option to bypass certificate check
- support clustering key
- fix: queryIterator limit field should be optional
Full Changelog: v2.4.9...v2.4.10
Release v2.5.2
What's Changed
- support insert null by @shanghaikid in #382
- enhance: support hints param by @chasingegg in #383
- update milvus proto by @shanghaikid in #384
- support delete properties for database and collection by @shanghaikid in #385
- support recalls in search result by @shanghaikid in #387
- Add alterIndexProperties and dropIndexProperties by @shanghaikid in #388
- support expr template for query/search/delete by @shanghaikid in #389
- deprecate alterCollection, use alterCollectionProperties instead by @shanghaikid in #390
New Contributors
- @chasingegg made their first contribution in #383
Full Changelog: v2.5.1...v2.5.2
Release v2.5.1
What's Changed
- format describe collection response by @shanghaikid in #381
Full Changelog: v2.5.0...v2.5.1
Release v2.5.0
What's Changed
- fix: queryIterator limit field should be optional by @shanghaikid in #361
- update next.js demo by @shanghaikid in #362
- support clustering key by @shanghaikid in #363
- [2.5] Support Functions by @shanghaikid in #365
- feat(TLS): Support skipCertCheck option to bypass certificate check by @zander-bobronnikov in #370
- [2.5] support default value and null by @shanghaikid in #369
- [2.5] support group size and strict_group_size by @shanghaikid in #371
- Passing
db_name
param to thedescribeCollection()
by @rashgaroth in #373 - [2.5] support full text search by @shanghaikid in #374
- [2.5] support bitmap index by @shanghaikid in #376
- Bump cross-spawn from 7.0.3 to 7.0.5 by @dependabot in #375
- upgrade next example by @shanghaikid in #377
- Fix 2.5 function tests by @shanghaikid in #378
- support the properties param in the create database api by @SimFG in #379
- fix: function output field should not be inserted as dynamic field by @shanghaikid in #380
New Contributors
- @zander-bobronnikov made their first contribution in #370
- @rashgaroth made their first contribution in #373
- @SimFG made their first contribution in #379
Full Changelog: v2.4.9...v2.5.0
v2.4.9
Note: if you are using v2.4.7 & v2.4.8, the search requests were built incorrectly, please upgrade to v2.4.9.
What's Changed
- update: add formatted data for
listPartitions
likelistCollections
by @shanghaikid in #357 - fix wrong search requests by @shanghaikid in #359
Full Changelog: v2.4.8...v2.4.9
Release v2.4.8
What's Changed
- fix: support db_name for APIs by @shanghaikid in #356
Full Changelog: v2.4.7...v2.4.8