File tree Expand file tree Collapse file tree 4 files changed +15
-7
lines changed Expand file tree Collapse file tree 4 files changed +15
-7
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## milvus-sdk-java 2.3.7 (2024-05-11)
4
+
5
+ ### Bug
6
+
7
+ - Unable to connect Zilliz cloud new severless instances
8
+ - SearchIterator cannot work for Varchar type primary key
9
+ - Fix some minor bugs of SearchIterator
10
+
3
11
## milvus-sdk-java 2.3.6 (2024-04-22)
4
12
5
13
### Feature
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ The following table shows compatibilities between Milvus and Java SDK.
19
19
| 2.1 | 2.1.0-beta4 |
20
20
| 2.2.0 ~ 2.2.8 | 2.2.0 ~ 2.2.5 |
21
21
| >= 2.2.9 | 2.2.7 ~ 2.2.15 |
22
- | 2.3.x | 2.3.6 |
22
+ | 2.3.x | 2.3.7 |
23
23
24
24
### Install Java SDK
25
25
@@ -31,20 +31,20 @@ You can use **Apache Maven** or **Gradle** add Milvus SDK to your project.
31
31
<dependency>
32
32
<groupId>io.milvus</groupId>
33
33
<artifactId>milvus-sdk-java</artifactId>
34
- <version>2.3.6 </version>
34
+ <version>2.3.7 </version>
35
35
</dependency>
36
36
```
37
37
38
38
- Gradle/Groovy
39
39
40
40
```groovy
41
- implementation 'io.milvus:milvus-sdk-java:2.3.6 '
41
+ implementation 'io.milvus:milvus-sdk-java:2.3.7 '
42
42
```
43
43
44
44
- Gradle/Kotlin
45
45
46
46
```kotlin
47
- implementation("io.milvus:milvus-sdk-java:2.3.6 ")
47
+ implementation("io.milvus:milvus-sdk-java:2.3.7 ")
48
48
```
49
49
50
50
### Examples
Original file line number Diff line number Diff line change 25
25
26
26
<groupId >io.milvus</groupId >
27
27
<artifactId >milvus-sdk-java-examples</artifactId >
28
- <version >2.3.6 </version >
28
+ <version >2.3.7 </version >
29
29
30
30
<build >
31
31
<plugins >
64
64
<dependency >
65
65
<groupId >io.milvus</groupId >
66
66
<artifactId >milvus-sdk-java</artifactId >
67
- <version >2.3.6 </version >
67
+ <version >2.3.7 </version >
68
68
</dependency >
69
69
<dependency >
70
70
<groupId >com.google.code.gson</groupId >
Original file line number Diff line number Diff line change 25
25
26
26
<groupId >io.milvus</groupId >
27
27
<artifactId >milvus-sdk-java</artifactId >
28
- <version >2.3.6 </version >
28
+ <version >2.3.7 </version >
29
29
<packaging >jar</packaging >
30
30
31
31
<name >io.milvus:milvus-sdk-java</name >
You can’t perform that action at this time.
0 commit comments