Releases: milvus-io/milvus-sdk-node
Releases · milvus-io/milvus-sdk-node
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
Release v2.4.7
What's Changed
- Bump micromatch from 4.0.5 to 4.0.8 by @dependabot in #353
- feat: support partial load by @shanghaikid in #355
Full Changelog: v2.4.6...v2.4.7
Release v2.4.6
What's Changed
- feat: support alterDatabase by @shanghaikid in #351
- update 2.4 proto by @shanghaikid in #352
Full Changelog: v2.4.5...v2.4.6
Release v2.4.5
What's Changed
- fix issue with returning a connection to the pool too early by @ehooi in #339
- how to check connection by @ehooi in #341
- pref: HttpClient vector search by @zhanshuyou in #343
- update 2.4 proto by @shanghaikid in #344
- add segmentLevel for QuerySegmentResponse by @shanghaikid in #345
- fix docker-compose issue for github action by @shanghaikid in #347
- feature: support rename collection to another database by @shanghaikid in #346
- feat: support set properties on collection creation by @shanghaikid in #348
- test: add test for deleting with varchar ids by @shanghaikid in #349
- bump version to v2.4.5 by @shanghaikid in #350
New Contributors
Full Changelog: v2.4.4...v2.4.5