Skip to content

milvus-sdk-java-2.3.5

Compare
Choose a tag to compare
@yhmo yhmo released this 29 Mar 09:52
· 152 commits to master since this release
0893a97

Release date:2024-03-29

Compatible with Milvus v2.3.x

Feature

  • New MilvusClientV2 class to encapsulate RPC interfaces for good usability
  • Support ListAlias interface
  • Provide a BulkWriter tool for easily generating data files for import() interface

Improvement

  • Replace grpc-netty to grpc-netty-shared
  • Support creating index without specifying metricType and indexType
  • Support searching without specifying metricType
  • Fix a crash bug of SearchResutsWrapper when primary key is varchar type
  • Fix a bug of retry that doesn't return server errors
  • Fix some vulnerabilities