From 297ed7fc28350b8cf1f981ace265de1b30767e96 Mon Sep 17 00:00:00 2001 From: groot Date: Fri, 29 Dec 2023 15:16:42 +0800 Subject: [PATCH] Prepare for v2.3.4 Signed-off-by: groot --- CHANGELOG.md | 8 ++++++++ README.md | 12 ++++++------ examples/pom.xml | 4 ++-- pom.xml | 2 +- 4 files changed, 17 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15e558685..29acc12bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## milvus-sdk-java 2.3.4 (TBD) + +### Improvement + +- Support backoff retry for RPC interfaces(consist with pymilvus) +- Upgrade grpc from 1.46 to 1.59.1 +- Add withPartitionName for DeleteIdsParam + ## milvus-sdk-java 2.3.3 (2023-11-08) ### Feature diff --git a/README.md b/README.md index 32c488279..5109ef161 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,9 @@ The following table shows compatibilities between Milvus and Java SDK. | :------------: |:----------------:| | 2.0 | 2.0.4 | | 2.1 | 2.1.0-beta4 | -| 2.2.0 ~ 2.2.8 | 2.2.0 ~ 2.2.5 | -| >= 2.2.9 | 2.2.7 ~ 2.2.14 | -| 2.3.x | 2.3.3 | +| 2.2.0 ~ 2.2.8 | 2.2.0 ~ 2.2.5 | +| >= 2.2.9 | 2.2.7 ~ 2.2.14 | +| 2.3.x | 2.3.4 | ### Install Java SDK @@ -31,20 +31,20 @@ You can use **Apache Maven** or **Gradle** add Milvus SDK to your project. io.milvus milvus-sdk-java - 2.3.3 + 2.3.4 ``` - Gradle/Groovy ```groovy - implementation 'io.milvus:milvus-sdk-java:2.3.3' + implementation 'io.milvus:milvus-sdk-java:2.3.4' ``` - Gradle/Kotlin ```kotlin - implementation("io.milvus:milvus-sdk-java:2.3.3") + implementation("io.milvus:milvus-sdk-java:2.3.4") ``` ### Examples diff --git a/examples/pom.xml b/examples/pom.xml index d1aa1dc4b..6dd7aab40 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -25,7 +25,7 @@ io.milvus milvus-sdk-java-examples - 2.3.3 + 2.3.4 @@ -64,7 +64,7 @@ io.milvus milvus-sdk-java - 2.3.3 + 2.3.4 com.google.code.gson diff --git a/pom.xml b/pom.xml index e8c1ebcd0..ac5cdd80e 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ io.milvus milvus-sdk-java - 2.3.3 + 2.3.4 jar io.milvus:milvus-sdk-java