Releases: milvus-io/milvus-sdk-node
Releases · milvus-io/milvus-sdk-node
Release v2.2.19
What's Changed
- Bump protobufjs from 7.2.3 to 7.2.4 in /examples/milvus by @dependabot in #199
- Bump protobufjs from 7.2.3 to 7.2.4 by @dependabot in #200
- upgrade grpc version by @shanghaikid in #201
Full Changelog: v2.2.18...v2.2.19
Release v2.2.18
- support setup log level on initialization
- support
enable_dynamic_field
orenableDynamicField
on collection creation.
Full Changelog*: v2.2.17...v2.2.18
Release v2.2.17
What's Changed
- Support two-way tls authentication by @shanghaikid in #190
- remove default port by @shanghaikid in #192
- fix dynamic data insert by @shanghaikid in #194
- remove default metric_type by @shanghaikid in #193
Full Changelog: v2.2.16...v2.2.17
Release v2.2.16
What's Changed
- Add describeCollection cache by @shanghaikid in #191
Full Changelog: v2.2.15...v2.2.16
Release v2.2.15
- search by default using Bounded consistency level
- search should return empty array if nothing is return other than undefined
Full Changelog: v2.2.14...v2.2.15
v2.2.14
- fix one backward compatibility
Full Changelog: v2.2.13...v2.2.14
Release v2.2.13
What's Changed
- fix config.database is not working by @shanghaikid in #183
- Create collection by @shanghaikid in #182
- fix batch search by @shanghaikid in #185
- we should only provide one create collection interface by @shanghaikid in #187
- make backward compatibility with older milvus by @shanghaikid in #188
Full Changelog: v2.2.12...v2.2.13
Release v2.2.12
Node sdk v2.2.11+ is only compatible with Milvus v2.2.9+
- Fix dependencies.
Release v2.2.11
Node sdk v2.2.11+ is only compatible with Milvus v2.2.9+
What's Changed
New features
- support JSON type by @shanghaikid in #159
- support partition-key by @shanghaikid in #160
- support token as authorization string by @shanghaikid in #165
- Support add database by @shanghaikid in #167
- support consistency_level on query/search by @shanghaikid in #177
- Support Dynamic schema by @shanghaikid in #169
Enhance
- Create collection support string as data type by @shanghaikid in #157
- Adjust Grpc default options by @shanghaikid in #174
Bug fix
- fix create index on readme by @nameczz in #163
- if address starts with https, set ssl to true by @shanghaikid in #161
- Add logger by @shanghaikid in #172
Full Changelog: v2.2.10...v2.2.11
Release v2.2.10
What's Changed
- code refactor by @shanghaikid in #154
- Increase insert performance by @shanghaikid in #155
- update grpc settings by @shanghaikid in #156
Full Changelog: v2.2.9...v2.2.10