You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,12 @@
1
1
# Changelog
2
+
## milvus-sdk-java 2.4.1 (2024-05-11)
3
+
4
+
### Bug
5
+
6
+
- Unable to connect Zilliz cloud new severless instances
7
+
- SearchIterator cannot work for Varchar type primary key
8
+
- Fix some minor bugs of SearchIterator
9
+
2
10
## milvus-sdk-java 2.4.0 (2024-04-22)
3
11
4
12
### Feature
@@ -15,6 +23,15 @@
15
23
- Upgrade dependencies to fix some CVEs
16
24
- Provide new methods withFloatVectors/withBinaryVectors/withFloat16Vectors/withBFloat16Vectors/withSparseFloatVectors for SearchParam to explicitly input different type vectors
17
25
26
+
27
+
## milvus-sdk-java 2.3.7 (2024-05-11)
28
+
29
+
### Bug
30
+
31
+
- Unable to connect Zilliz cloud new severless instances
32
+
- SearchIterator cannot work for Varchar type primary key
0 commit comments