|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## milvus-sdk-java 2.6.5 (2025-09-30) |
| 4 | +### Feature |
| 5 | +- Support Struct type field |
| 6 | +- Support Timestamptz type field |
| 7 | +- Support Goemetry type field |
| 8 | +- Add MilvusClientV2.updateReplicateConfiguration() for new CDC server |
| 9 | + |
| 10 | +### Improvement |
| 11 | +- Add parameter "databaseName" for the following requests: GetCollectionStatsReq, GetLoadStateReq, HasCollectionReq, ListCollectionsReq, ReleaseCollectionReq, RenameCollectionReq, DropIndexReq, ListIndexesReq, CreatePartitionReq, DropPartitionReq, GetPartitinStatsReq, HasPartitionReq, ListPartitionsReq, LoadPartitionsReq, ReleasePartitionsReq, CompactReq, FlushReq, GetPErsistentSegmentInfoReq, GetQuerySegmentInfoReq, |
| 12 | +- Increase ClientPool default value of maxTotal from 50 to 1000, maxTotalPerKey from 10 to 50, maxIdlePerKey from 5 to 10 |
| 13 | + |
| 14 | +### Bug |
| 15 | +- Fix a bug of delete() that databaseName of DeleteReq doesn't work |
| 16 | + |
| 17 | +## milvus-sdk-java 2.5.14 (2025-09-30) |
| 18 | +### Improvement |
| 19 | +- Add parameter "databaseName" for the following requests: GetCollectionStatsReq, GetLoadStateReq, HasCollectionReq, ListCollectionsReq, ReleaseCollectionReq, RenameCollectionReq, DropIndexReq, ListIndexesReq, CreatePartitionReq, DropPartitionReq, GetPartitinStatsReq, HasPartitionReq, ListPartitionsReq, LoadPartitionsReq, ReleasePartitionsReq, CompactReq, FlushReq, GetPErsistentSegmentInfoReq, GetQuerySegmentInfoReq, |
| 20 | +- Increase ClientPool default value of maxTotal from 50 to 1000, maxTotalPerKey from 10 to 50, maxIdlePerKey from 5 to 10 |
| 21 | + |
| 22 | +### Bug |
| 23 | +- Fix a bug of delete() that databaseName of DeleteReq doesn't work |
| 24 | + |
3 | 25 | ## milvus-sdk-java 2.6.4 (2025-09-17) |
4 | 26 | ### Feature |
5 | 27 | - Support MINHASH_LSH/IVF_RABITQ index type |
|
16 | 38 | - Fix a defect of MilvusClientV2.query() that always requires an empty filter expression |
17 | 39 | - Fix a bug of QueryIterator that offset value cannot exceed 16384 |
18 | 40 |
|
| 41 | +## milvus-sdk-java 2.5.13 (2025-09-17) |
| 42 | +### Feature |
| 43 | +- Support passing request-id and unixmsec to server for MilvusClientV2 |
| 44 | +- MilvusClientPool supports different ConnectConfig for different key |
| 45 | + |
| 46 | +### Bug |
| 47 | +- Fix a defect of MilvusClientV2.query() that always requires an empty filter expression |
| 48 | +- Fix a bug of QueryIterator that offset value cannot exceed 16384 |
| 49 | + |
19 | 50 | ## milvus-sdk-java 2.6.3 (2025-08-20) |
20 | 51 | ### Improvement |
21 | 52 | - Support stageManager & stageFileManager |
|
0 commit comments