Skip to content

milvus-sdk-java-2.5.12

Compare
Choose a tag to compare
@yhmo yhmo released this 14 Aug 08:49
· 124 commits to master since this release
c3c22d8

Release date: 2025-08-14

Compatible with Milvus v2.5.x

Improvement

  • Alias interface support database
  • Allows upsert when autoid=true for MilvusClientV1
  • Support ignoring growing segments for MilvusClientV2.query()
  • Use cached collection schema for query by ids to avoid calling describe_collection()
  • Add objectUrls parameter for bulkimport interfaces
  • Add a method to return the current used database name for MilvusClientV2

Bug

  • Fix a bug of Function.multiAnalyzerParams