瀏覽代碼

Update readme (#676)

Signed-off-by: yhmo <yihua.mo@zilliz.com>
groot 1 年之前
父節點
當前提交
d1866d9130
共有 2 個文件被更改,包括 11 次插入4 次删除
  1. 10 3
      CHANGELOG.md
  2. 1 1
      README.md

+ 10 - 3
CHANGELOG.md

@@ -1,12 +1,19 @@
 # Changelog
 
-## milvus-sdk-java 2.3.2 (2023-09-15)
+## milvus-sdk-java 2.3.2 (2023-10-25)
+
+### Feature
+
+- Support Array type field(new feature of Milvus v2.3.2)
 
 ### Improvement
 
-- Fix the bug that consistency level is ignored in search() interface
+- Fix a bug that consistency level is ignored in search() interface
+- Fix a bug the MilvusMultiServiceClient cannot specify database name
+- Fix a bug that high-level search API can only return the first vector's results
+- Upgrade dependencies to fix some vulnerabilities
 - Set log level for MilvusMultiServiceClient in runtime
-- Fix the bug the MilvusMultiServiceClient cannot specify database name
+- Support insert dynamic values by column-based
 
 ## milvus-sdk-java 2.3.1 (2023-09-05)
 

+ 1 - 1
README.md

@@ -44,7 +44,7 @@ You can use **Apache Maven** or **Gradle** add Milvus SDK to your project.
    - Gradle/Kotlin
 
         ```kotlin
-        implementation("io.milvus:milvus-sdk-java:2.3.0")
+        implementation("io.milvus:milvus-sdk-java:2.3.2")
         ```
         
 ### Examples