Browse Source

Prepare for v2.3.4 (#726)

Signed-off-by: groot <yihua.mo@zilliz.com>
groot 1 year ago
parent
commit
914aac1dbc
5 changed files with 18 additions and 10 deletions
  1. 8 0
      CHANGELOG.md
  2. 6 6
      README.md
  3. 2 2
      examples/pom.xml
  4. 1 1
      pom.xml
  5. 1 1
      src/main/milvus-proto

+ 8 - 0
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

+ 6 - 6
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.15  |
+|     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.
         <dependency>
             <groupId>io.milvus</groupId>
             <artifactId>milvus-sdk-java</artifactId>
-            <version>2.3.3</version>
+            <version>2.3.4</version>
         </dependency>
        ```
 
    - 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

+ 2 - 2
examples/pom.xml

@@ -25,7 +25,7 @@
 
     <groupId>io.milvus</groupId>
     <artifactId>milvus-sdk-java-examples</artifactId>
-    <version>2.3.3</version>
+    <version>2.3.4</version>
 
     <build>
         <plugins>
@@ -64,7 +64,7 @@
         <dependency>
             <groupId>io.milvus</groupId>
             <artifactId>milvus-sdk-java</artifactId>
-            <version>2.3.3</version>
+            <version>2.3.4</version>
         </dependency>
         <dependency>
             <groupId>com.google.code.gson</groupId>

+ 1 - 1
pom.xml

@@ -25,7 +25,7 @@
 
     <groupId>io.milvus</groupId>
     <artifactId>milvus-sdk-java</artifactId>
-    <version>2.3.3</version>
+    <version>2.3.4</version>
     <packaging>jar</packaging>
 
     <name>io.milvus:milvus-sdk-java</name>

+ 1 - 1
src/main/milvus-proto

@@ -1 +1 @@
-Subproject commit 0c43e8243484e3d6fd64474952688a766bf2ac6e
+Subproject commit 4b888515051e4d45c44b098373f406d54e1b446e