From eeda240ea50d6c1c3603fa729d458374fad5ee6a Mon Sep 17 00:00:00 2001 From: groot Date: Thu, 31 Oct 2024 18:11:03 +0800 Subject: [PATCH] Prepare for 2.4.8 (#1162) Signed-off-by: yhmo --- CHANGELOG.md | 10 ++++++++++ README.md | 8 ++++---- examples/pom.xml | 4 ++-- pom.xml | 4 +++- 4 files changed, 19 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ccad2439..b84f536ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,14 @@ # Changelog +## milvus-sdk-java 2.4.8 (2024-10-31) + +### Improvement +- Fix a conflict bug with Gson v2.11.0 +- Support group by for hybrid search + +### Bug +- Fix a dimension check error for binary vector +- Fix a null pointer bug for query iterator + ## milvus-sdk-java 2.4.7 (2024-10-25) ### Improvement diff --git a/README.md b/README.md index 2c8d002e1..aa0a9f83b 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.7 | +| 2.4.x | 2.4.8 | ### 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.7 + 2.4.8 ``` - Gradle/Groovy ```groovy - implementation 'io.milvus:milvus-sdk-java:2.4.7' + implementation 'io.milvus:milvus-sdk-java:2.4.8' ``` - Gradle/Kotlin ```kotlin - implementation("io.milvus:milvus-sdk-java:2.4.7") + implementation("io.milvus:milvus-sdk-java:2.4.8") ``` ### Examples diff --git a/examples/pom.xml b/examples/pom.xml index 0aae28ee1..9acf19024 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -25,7 +25,7 @@ io.milvus milvus-sdk-java-examples - 2.4.7 + 2.4.8 @@ -64,7 +64,7 @@ io.milvus milvus-sdk-java - 2.4.7 + 2.4.8 org.tensorflow diff --git a/pom.xml b/pom.xml index f8529730b..3fd520724 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ io.milvus milvus-sdk-java - 2.4.7 + 2.4.8 jar io.milvus:milvus-sdk-java @@ -395,6 +395,8 @@ ${maven.javadoc.plugin.version} /usr/bin/javadoc + -Xdoclint:none + -Xdoclint:none