From d35b7de8495bb668d9b289eb610ff0fed1d86ca9 Mon Sep 17 00:00:00 2001 From: groot Date: Tue, 31 Dec 2024 17:20:49 +0800 Subject: [PATCH] Prepare for v2.4.10 (#1276) Signed-off-by: yhmo --- CHANGELOG.md | 12 ++++++++++++ README.md | 8 ++++---- examples/pom.xml | 4 ++-- pom.xml | 2 +- 4 files changed, 19 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3962005c0..da93d7774 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,16 @@ # Changelog + +## milvus-sdk-java 2.4.10 (2024-12-31) +### Feature +- Support alterCollectionField interface for V2 +- Support refreshLoad/getPartitionStats interfaces for V2 +- Support dropIndexProperties/dropDatabaseProperties/dropCollectionProperties for V2 +- Support resource group interfaces for V2 + +### Improvement +- Return recall rate in search result for V2 +- QueryIterator/SearchIterator support retry + ## milvus-sdk-java 2.4.9 (2024-11-26) ### Feature diff --git a/README.md b/README.md index 14e5d454a..fb33bb7e2 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ The following table shows compatibilities between Milvus and Java SDK. | 2.2.0 ~ 2.2.8 | 2.2.0 ~ 2.2.5 | | >= 2.2.9 | 2.2.7 ~ 2.2.15 | | 2.3.x | 2.3.11 | -| 2.4.x | 2.4.9 | +| 2.4.x | 2.4.10 | ### Install Java SDK @@ -32,20 +32,20 @@ You can use **Apache Maven** or **Gradle** add Milvus SDK to your project. io.milvus milvus-sdk-java - 2.4.9 + 2.4.10 ``` - Gradle/Groovy ```groovy - implementation 'io.milvus:milvus-sdk-java:2.4.9' + implementation 'io.milvus:milvus-sdk-java:2.4.10' ``` - Gradle/Kotlin ```kotlin - implementation("io.milvus:milvus-sdk-java:2.4.9") + implementation("io.milvus:milvus-sdk-java:2.4.10") ``` ### Examples diff --git a/examples/pom.xml b/examples/pom.xml index a864cec82..16d31633c 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -25,7 +25,7 @@ io.milvus milvus-sdk-java-examples - 2.4.9 + 2.4.10 @@ -64,7 +64,7 @@ io.milvus milvus-sdk-java - 2.4.9 + 2.4.10 org.tensorflow diff --git a/pom.xml b/pom.xml index d148a6fa8..fd6cb1bef 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ io.milvus milvus-sdk-java - 2.4.9 + 2.4.10 jar io.milvus:milvus-sdk-java