Releases: milvus-io/milvus-sdk-node
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
Release v2.4.4
What's Changed
- rename loadCollectionSync => loadCollection by @shanghaikid in #327
- Add a sparse example by @zhengbuqian in #328
- chore: update example next.js README by @zhanshuyou in #329
- upgrade node sdk in examples by @shanghaikid in #330
- update next version by @shanghaikid in #331
- Bump @grpc/grpc-js from 1.10.7 to 1.10.9 in /examples/nextjs by @dependabot in #317
- Bump braces from 3.0.2 to 3.0.3 in /examples/nextjs by @dependabot in #332
- Add Milvus TLS Guide docs by @shanghaikid in #335
- support passing certificate buffer by @shanghaikid in #336
New Contributors
- @zhengbuqian made their first contribution in #328
Full Changelog: v2.4.3...v2.4.4
Release v2.4.3
What's Changed
- update example in readme by @nameczz in #310
- Bump next from 13.5.4 to 14.1.1 in /examples/nextjs by @dependabot in #311
- Support set consistency level on delete request by @shanghaikid in #312
- enhance: add resource group declarative api by @shanghaikid in #313
- add array field in basic test by @shanghaikid in #314
- upgrade @grpc/grpc-js by @shanghaikid in #318
- Bump braces from 3.0.2 to 3.0.3 by @dependabot in #319
- upgrade milvus proto and the testing version by @shanghaikid in #320
- support db_name in APIs by @shanghaikid in #322
- add describeDatabase api by @shanghaikid in #323
- add listGrant alias by @shanghaikid in #324
Full Changelog: v2.4.2...v2.4.3
Release v2.4.2
Release v2.4.1
Release v2.4.0
What's Changed
In this version, we've incorporated support for Milvus 2.4, which introduces numerous new features. These include additional vector data types like bf16, f16, sparse, Multi-vector, and Hybrid Search. There's also the introduction of a new GPU Index - CAGRA, as well as functionalities like grouping search and Inverted Index. Furthermore, we've included a new httpClient in the package, along with various bug fixes to enhance stability and performance.
- Bump follow-redirects from 1.15.2 to 1.15.4 in /examples/LangChain by @dependabot in #271
- support expr for count by @shanghaikid in #274
- feat(example): upgrade nextjs by @zhanshuyou in #277
- Support return Long for int64 type by @shanghaikid in #279
- [Issue-276] fix(example): next.js production runtime error by @zhanshuyou in #280
- fix: vercel deploy error by @zhanshuyou in #281
- add loadPartitionSync by @shanghaikid in #282
- add listIndexes by @shanghaikid in #283
- change default metric type by @shanghaikid in #284
- adjust default grpc keepalive time by @shanghaikid in #288
- throw more errors if create collection failed with high level api by @shanghaikid in #289
- New retry logic by @shanghaikid in #291
- Bump express from 4.18.2 to 4.19.2 in /examples/milvus by @dependabot in #292
- remove 2200 retry code check by @shanghaikid in #299
- Support Milvus v2.4 by @shanghaikid in #306
Full Changelog: v2.3.6...v2.4.0