Skip to content

Commit

Permalink
Prepare for v2.5.2 (#1227)
Browse files Browse the repository at this point in the history
Signed-off-by: yhmo <[email protected]>
  • Loading branch information
yhmo authored Dec 11, 2024
1 parent dc042cb commit 52de7e3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# Changelog

## milvus-sdk-java 2.5.2 (TBD)
## milvus-sdk-java 2.5.2 (2024-12-11)
### Improvement
- Split milvus Java SDK to two packages to reduce dependency complexity

### Bug
- Fix a bug of listPrivilegeGroups

## milvus-sdk-java 2.5.1 (2024-12-04)
### Improvement
- Support upsert items with auto-id primary key
Expand Down
4 changes: 2 additions & 2 deletions examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,12 @@
<dependency>
<groupId>io.milvus</groupId>
<artifactId>milvus-sdk-java</artifactId>
<version>2.5.2-SNAPSHOT</version>
<version>2.5.2</version>
</dependency>
<dependency>
<groupId>io.milvus</groupId>
<artifactId>milvus-sdk-java-bulkwriter</artifactId>
<version>2.5.2-SNAPSHOT</version>
<version>2.5.2</version>
</dependency>
<dependency>
<groupId>org.tensorflow</groupId>
Expand Down

0 comments on commit 52de7e3

Please sign in to comment.