From 04f0f360b357ec385ee4f92b0326a4df130d940e Mon Sep 17 00:00:00 2001 From: yhmo Date: Fri, 25 Apr 2025 16:55:22 +0800 Subject: [PATCH] Prepare for v2.5.8 Signed-off-by: yhmo --- CHANGELOG.md | 6 ++++++ README.md | 14 +++++++------- examples/pom.xml | 2 +- pom.xml | 2 +- 4 files changed, 15 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e80987d1..68e243ee7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## milvus-sdk-java 2.5.8 (2025-04-25) +### Feature +- Support getPersistentSegmentInfo/getQuerySegmentInfo interfaces for V2 +- Support transferNode interface for V2 +- Support checkHealth interface for V2 + ## milvus-sdk-java 2.5.7 (2025-04-09) ### Bug - Fix a compatible bug with milvus v2.5.8 that QueryResp.QueryResult doesn't return primary key diff --git a/README.md b/README.md index 4ffbeaf1e..99d4c66e4 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ The following table shows compatibilities between Milvus and Java SDK. | >= 2.2.9 | 2.2.7 ~ 2.2.15 | | 2.3.x | 2.3.11 | | 2.4.x | 2.4.11 | -| 2.5.x | 2.5.7 | +| 2.5.x | 2.5.8 | ### Install Java SDK @@ -33,20 +33,20 @@ You can use **Apache Maven** or **Gradle** add Milvus SDK to your project. io.milvus milvus-sdk-java - 2.5.7 + 2.5.8 ``` - Gradle/Groovy ```groovy - implementation 'io.milvus:milvus-sdk-java:2.5.7' + implementation 'io.milvus:milvus-sdk-java:2.5.8' ``` - Gradle/Kotlin ```kotlin - implementation("io.milvus:milvus-sdk-java:2.5.7") + implementation("io.milvus:milvus-sdk-java:2.5.8") ``` From v2.5.2, milvus Java SDK is split into two packages: milvus-sdk-java and milvus-sdk-java-bulkwriter, because BulkWriter requires quite a lot of dependencies. If you don't need BulkWriter tool, you can ignore the milvus-sdk-java-bulkwriter package. @@ -58,20 +58,20 @@ To use BulkWriter, import milvus-sdk-java-bulkwriter to your project. io.milvus milvus-sdk-java-bulkwriter - 2.5.7 + 2.5.8 ``` - Gradle/Groovy ```groovy - implementation 'io.milvus:milvus-sdk-java-bulkwriter:2.5.7' + implementation 'io.milvus:milvus-sdk-java-bulkwriter:2.5.8' ``` - Gradle/Kotlin ```kotlin - implementation("io.milvus:milvus-sdk-java-bulkwriter:2.5.7") + implementation("io.milvus:milvus-sdk-java-bulkwriter:2.5.8") ``` ### Examples diff --git a/examples/pom.xml b/examples/pom.xml index cbaa993cc..2a1af9255 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -42,7 +42,7 @@ - 2.5.7 + 2.5.8 UTF-8 diff --git a/pom.xml b/pom.xml index 388c21044..a26216892 100644 --- a/pom.xml +++ b/pom.xml @@ -67,7 +67,7 @@ - 2.5.7 + 2.5.8 8 8 UTF-8