|
@@ -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)
|
|
|
|