Browse Source

Update readme (#874)

Signed-off-by: yhmo <yihua.mo@zilliz.com>
groot 1 year ago
parent
commit
1d6f1f3172
2 changed files with 12 additions and 2 deletions
  1. 11 1
      CHANGELOG.md
  2. 1 1
      README.md

+ 11 - 1
CHANGELOG.md

@@ -1,5 +1,5 @@
 # Changelog
-## milvus-sdk-java 2.4.0 (TBD)
+## milvus-sdk-java 2.4.0 (2024-04-22)
 
 ### Feature
 
@@ -15,6 +15,16 @@
 - Upgrade dependencies to fix some CVEs
 - Provide new methods withFloatVectors/withBinaryVectors/withFloat16Vectors/withBFloat16Vectors/withSparseFloatVectors for SearchParam to explicitly input different type vectors
 
+## milvus-sdk-java 2.3.6 (2024-04-22)
+
+### Feature
+
+- Support SearchIterator/QueryIterator
+
+### Improvement
+
+- Upgrade dependencies to fix some CVEs
+
 ## milvus-sdk-java 2.3.5 (2024-03-29)
 
 ### Feature

+ 1 - 1
README.md

@@ -19,7 +19,7 @@ The following table shows compatibilities between Milvus and Java SDK.
 |      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.15  |
-|     2.3.x      |      2.3.5       |
+|     2.3.x      |      2.3.6       |
 |     2.4.x      |      2.4.0       |
 
 ### Install Java SDK