Skip to content

Commit 9f1b9ea

Browse files
authored
Prepare for v2.3.7 (#898)
Signed-off-by: yhmo <[email protected]>
1 parent 31258e8 commit 9f1b9ea

File tree

4 files changed

+15
-7
lines changed

4 files changed

+15
-7
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

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+
311
## milvus-sdk-java 2.3.6 (2024-04-22)
412

513
### Feature

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The following table shows compatibilities between Milvus and Java SDK.
1919
| 2.1 | 2.1.0-beta4 |
2020
| 2.2.0 ~ 2.2.8 | 2.2.0 ~ 2.2.5 |
2121
| >= 2.2.9 | 2.2.7 ~ 2.2.15 |
22-
| 2.3.x | 2.3.6 |
22+
| 2.3.x | 2.3.7 |
2323

2424
### Install Java SDK
2525

@@ -31,20 +31,20 @@ You can use **Apache Maven** or **Gradle** add Milvus SDK to your project.
3131
<dependency>
3232
<groupId>io.milvus</groupId>
3333
<artifactId>milvus-sdk-java</artifactId>
34-
<version>2.3.6</version>
34+
<version>2.3.7</version>
3535
</dependency>
3636
```
3737

3838
- Gradle/Groovy
3939

4040
```groovy
41-
implementation 'io.milvus:milvus-sdk-java:2.3.6'
41+
implementation 'io.milvus:milvus-sdk-java:2.3.7'
4242
```
4343

4444
- Gradle/Kotlin
4545

4646
```kotlin
47-
implementation("io.milvus:milvus-sdk-java:2.3.6")
47+
implementation("io.milvus:milvus-sdk-java:2.3.7")
4848
```
4949
5050
### Examples

examples/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
<groupId>io.milvus</groupId>
2727
<artifactId>milvus-sdk-java-examples</artifactId>
28-
<version>2.3.6</version>
28+
<version>2.3.7</version>
2929

3030
<build>
3131
<plugins>
@@ -64,7 +64,7 @@
6464
<dependency>
6565
<groupId>io.milvus</groupId>
6666
<artifactId>milvus-sdk-java</artifactId>
67-
<version>2.3.6</version>
67+
<version>2.3.7</version>
6868
</dependency>
6969
<dependency>
7070
<groupId>com.google.code.gson</groupId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
<groupId>io.milvus</groupId>
2727
<artifactId>milvus-sdk-java</artifactId>
28-
<version>2.3.6</version>
28+
<version>2.3.7</version>
2929
<packaging>jar</packaging>
3030

3131
<name>io.milvus:milvus-sdk-java</name>

0 commit comments

Comments
 (0)