|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## milvus-sdk-cpp 2.6.1 (2026-01-20) |
| 4 | +### Feature |
| 5 | +- Add CreateSimpleCollectionRequest for quickly creating a simple collection |
| 6 | +- Add Get() interface |
| 7 | +- Compatible with zilliz cloud instance, support connecting with uri |
| 8 | +- Support Multi-language Analyzers |
| 9 | +- Support partial update |
| 10 | + |
| 11 | +### Improvement |
| 12 | +- Pass collection_name/description to CreateCollectionRequest instead of CollectionSchema |
| 13 | +- Pass num_shards to CreateCollectionRequest instead of CollectionSchema |
| 14 | +- DescribeIndex/DropIndex support both field_name and index_name |
| 15 | +- Add multi-vector methods for SearchRequest/SubSearchRequest |
| 16 | +- Refine the request classes to reduce duplicate source code |
| 17 | +- SearchResult can return recalls if enable_recall_calculation is true for zilliz cloud instance |
| 18 | +- Add a method AddTypeParam() for FieldSchema class |
| 19 | + |
| 20 | +### Bug |
| 21 | +- AlterIndexProperties/DropIndexProperties cannot handle field_name, use index_name as input |
| 22 | +- Fix a bug that CreateIndexRequest sync mode is not correctly work to wait index |
| 23 | +- Fix a bug that SearchRequest.AddSparseVector() miss sparse vector when the size is unequal to the first vector |
| 24 | +- Fix a bug that search response might treat collection name as primary key name |
| 25 | + |
| 26 | +## milvus-sdk-cpp 2.5.4 (2026-01-20) |
| 27 | +### Feature |
| 28 | +- Add CreateSimpleCollectionRequest for quickly creating a simple collection |
| 29 | +- Add Get() interface |
| 30 | +- Compatible with zilliz cloud instance, support connecting with uri |
| 31 | + |
| 32 | +### Improvement |
| 33 | +- Pass collection_name/description to CreateCollectionRequest instead of CollectionSchema |
| 34 | +- Pass num_shards to CreateCollectionRequest instead of CollectionSchema |
| 35 | +- DescribeIndex/DropIndex support both field_name and index_name |
| 36 | +- Add multi-vector methods for SearchRequest/SubSearchRequest |
| 37 | +- Refine the request classes to reduce duplicate source code |
| 38 | +- SearchResult can return recalls if enable_recall_calculation is true for zilliz cloud instance |
| 39 | + |
| 40 | +### Bug |
| 41 | +- AlterIndexProperties/DropIndexProperties cannot handle field_name, use index_name as input |
| 42 | +- Fix a bug that CreateIndexRequest sync mode is not correctly work to wait index |
| 43 | +- Fix a bug that SearchRequest.AddSparseVector() miss sparse vector when the size is unequal to the first vector |
| 44 | +- Fix a bug that search response might treat collection name as primary key name |
| 45 | + |
3 | 46 | ## milvus-sdk-cpp 2.6.0 (2025-12-22) |
4 | 47 | ### Feature |
5 | 48 | - Support Int8Vector field |
|
0 commit comments