浏览代码

Release 1.1.0 (#178)

Signed-off-by: yhmo <yihua.mo@zilliz.com>
groot 4 年之前
父节点
当前提交
a3d25ba646
共有 3 个文件被更改,包括 6 次插入6 次删除
  1. 4 4
      CHANGELOG.md
  2. 1 1
      examples/pom.xml
  3. 1 1
      pom.xml

+ 4 - 4
CHANGELOG.md

@@ -4,9 +4,9 @@
 
 ### Feature
 
-- \#4564 - API for get_entity_by_id in specific partition
-- \#4806 - API for deleting an entity in specific partition
-- \#4905 - Add the operation to unload collection from the memory
+- \#4564 - API for getEntityByID() in specific partition
+- \#4806 - API for deleteEntityByID() in specific partition
+- \#4905 - Add API releaseCollection() to unload collection from the memory
 
 ## milvus-sdk-java 1.0.0 (2021-03-08)
 (derived from 0.8.5)
@@ -120,4 +120,4 @@
 - \#21 - Add javadoc
 - \#23 - Format code with Google-java-style and add Apache 2.0 license header
 - \#28 - add examples
-- \#29 - add README
+- \#29 - add README

+ 1 - 1
examples/pom.xml

@@ -63,7 +63,7 @@
         <dependency>
             <groupId>io.milvus</groupId>
             <artifactId>milvus-sdk-java</artifactId>
-            <version>1.1.0-SNAPSHOT</version>
+            <version>1.1.0</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>1.1.0-SNAPSHOT</version>
+    <version>1.1.0</version>
     <packaging>jar</packaging>
 
     <name>io.milvus:milvus-sdk-java</name>