Releases: milvus-io/milvus-sdk-node
Releases · milvus-io/milvus-sdk-node
Release v2.2.9
Release v2.2.8
What's Changed
- make some alias of search params by @shanghaikid in #151
- Ssl by @shanghaikid in #152
Full Changelog: v2.2.7...v2.2.8
Release v2.2.7
What's Changed
- add more coverage by @shanghaikid in #141
- Support create client by a config object by @shanghaikid in #142
- support dim and max_length in field object by @shanghaikid in #143
- Support channelOptions by @shanghaikid in #144
- Better text by @shanghaikid in #145
- upgrade @grpc/grpc-js and @grpc/proto-loader and protobufjs to the latest version by @shanghaikid in #146
- simplify create_index by @shanghaikid in #147
- support timeout as client param by @shanghaikid in #148
- Simplify search API by @shanghaikid in #150
Full Changelog: v2.2.6...v2.2.7
Release v2.2.6
What's Changed
- Fixed / improved some error messages by @arijit-chowdhury-genea in #135
- optimize indexTypes and metricType for easy using by @nameczz in #138
- no more type_params and support dim/max_length as number by @shanghaikid in #139
- support getLoadingProgress and getLoadState by @shanghaikid in #140
New Contributors
- @arijit-chowdhury-genea made their first contribution in #135
Full Changelog: v2.2.5...v2.2.6
Release v2.2.5
What's Changed
- Refactoring code base by @shanghaikid in #134
- move schemaProto to the BaseClient
- deprecate collectionManager, partitionManager, indexManager, dataManager, resourceManager, userManager, now user can call - methods directly on the client object
- export types in one place
- export utils in one place
- add more comments
- add more tests
Full Changelog: v2.2.4...v2.2.5
Release v2.2.4
What's Changed
- support rename collection by @shanghaikid in #130
- reorg types and const by @shanghaikid in #131
- add resource group api by @shanghaikid in #132
Full Changelog: v2.2.3...v2.2.4
Release v2.2.3
What's Changed
- Bump json5 from 2.2.1 to 2.2.3 by @dependabot in #128
- support address with http/https by @shanghaikid in #129
Release v2.2.2
v2.2.1
Many thanks to @maksspace, a lot of performance gain on search.
What's Changed
- Add more index testing by @shanghaikid in #121
- Sync up proto types by @shanghaikid in #120
- Add alias test by @shanghaikid in #122
- fix binary search case by @shanghaikid in #123
- fix failed test on milvus 2.2.1 by @shanghaikid in #125
- fix: perf issue, do not load proto on each search() call by @maksspace in #124
- cache proto loadSync by @shanghaikid in #126
New Contributors
- @maksspace made their first contribution in #124
Full Changelog: v2.2.0...v2.2.1
v2.2.0-20221118
What's Changed
- upgrade Milvus 2.2 by @shanghaikid in #114
- Support offset & limit for query API
- Add round decimal validation before search request by @Tumao727 in #109
- fix test; add alias type by @shanghaikid in #111
- remove calc by @nameczz in #110
- add replica by @shanghaikid in #112
- fix test failed by @shanghaikid in #113
- add prerelease yml by @nameczz in #115
- bump version 2.2 by @shanghaikid in #118
Full Changelog: v2.1.3...v2.2.0