2
0
Эх сурвалжийг харах

Upgrade to 0.8.5

Signed-off-by: sahuang <xiaohai.xu@zilliz.com>
sahuang 4 жил өмнө
parent
commit
b635326e66
4 өөрчлөгдсөн 12 нэмэгдсэн , 5 устгасан
  1. 6 0
      CHANGELOG.md
  2. 3 2
      README.md
  3. 2 2
      examples/pom.xml
  4. 1 1
      pom.xml

+ 6 - 0
CHANGELOG.md

@@ -1,5 +1,11 @@
 # Changelog   
 
+## milvus-sdk-java 0.8.5 (2020-08-26)
+
+### Feature
+
+- \#128 - GRPC timeout support
+
 ## milvus-sdk-java 0.8.3 (2020-07-15)
 
 ### Improvement

+ 3 - 2
README.md

@@ -15,6 +15,7 @@ The following table shows compatibilities between Milvus and Java SDK.
 
 | Milvus version | Java SDK version |
 | :------------: | :--------------: |
+|     0.10.x     |    0.8.5         |
 |     0.10.2     |    0.8.4         |
 |     0.10.1     |    0.8.3         |
 |     0.10.0     |    0.8.2         |
@@ -36,14 +37,14 @@ You can use **Apache Maven** or **Gradle**/**Grails** to download the SDK.
         <dependency>
             <groupId>io.milvus</groupId>
             <artifactId>milvus-sdk-java</artifactId>
-            <version>0.8.4</version>
+            <version>0.8.5</version>
         </dependency>
        ```
 
    - Gradle/Grails
 
         ```gradle
-        compile 'io.milvus:milvus-sdk-java:0.8.4'
+        compile 'io.milvus:milvus-sdk-java:0.8.5'
         ```
 
 ### Examples

+ 2 - 2
examples/pom.xml

@@ -25,7 +25,7 @@
 
     <groupId>io.milvus</groupId>
     <artifactId>milvus-sdk-java-examples</artifactId>
-    <version>0.8.5-SNAPSHOT</version>
+    <version>0.8.5</version>
     <build>
         <plugins>
             <plugin>
@@ -63,7 +63,7 @@
         <dependency>
             <groupId>io.milvus</groupId>
             <artifactId>milvus-sdk-java</artifactId>
-            <version>0.8.5-SNAPSHOT</version>
+            <version>0.8.5</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>0.8.5-SNAPSHOT</version>
+    <version>0.8.5</version>
     <packaging>jar</packaging>
 
     <name>io.milvus:milvus-sdk-java</name>