Skip to content

Commit 3e8c58f

Browse files
authored
Prepare for 2.2.13 (#617)
Signed-off-by: yhmo <[email protected]>
1 parent 05d3f4d commit 3e8c58f

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
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.2.13 (2023-09-04)
4+
5+
### Improvement
6+
7+
- Fix a bug that could not get binary vectors from search result
8+
- Fix a bug of high-level get/delete api
9+
10+
311
## milvus-sdk-java 2.2.12 (2023-08-10)
412

513
### Improvement

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ You can use **Apache Maven** or **Gradle**/**Grails** to download the SDK.
3030
<dependency>
3131
<groupId>io.milvus</groupId>
3232
<artifactId>milvus-sdk-java</artifactId>
33-
<version>2.2.12</version>
33+
<version>2.2.13</version>
3434
</dependency>
3535
```
3636

3737
- Gradle/Grails
3838

3939
```gradle
40-
implementation 'io.milvus:milvus-sdk-java:2.2.12'
40+
implementation 'io.milvus:milvus-sdk-java:2.2.13'
4141
```
4242

4343
### 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.2.12</version>
28+
<version>2.2.13</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.2.12</version>
67+
<version>2.2.13</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.2.12</version>
28+
<version>2.2.13</version>
2929
<packaging>jar</packaging>
3030

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

0 commit comments

Comments
 (0)