Skip to content

Commit

Permalink
Update readme (#873)
Browse files Browse the repository at this point in the history
Signed-off-by: yhmo <[email protected]>
  • Loading branch information
yhmo authored Apr 22, 2024
1 parent 1ea5782 commit bf981d0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changelog
## milvus-sdk-java 2.4.0 (TBD)
## milvus-sdk-java 2.4.0 (2024-04-22)

### Feature

Expand All @@ -15,6 +15,16 @@
- Upgrade dependencies to fix some CVEs
- Provide new methods withFloatVectors/withBinaryVectors/withFloat16Vectors/withBFloat16Vectors/withSparseFloatVectors for SearchParam to explicitly input different type vectors

## milvus-sdk-java 2.3.6 (2024-04-22)

### Feature

- Support SearchIterator/QueryIterator

### Improvement

- Upgrade dependencies to fix some CVEs

## milvus-sdk-java 2.3.5 (2024-03-29)

### Feature
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The following table shows compatibilities between Milvus and Java SDK.
| 2.1 | 2.1.0-beta4 |
| 2.2.0 ~ 2.2.8 | 2.2.0 ~ 2.2.5 |
| >= 2.2.9 | 2.2.7 ~ 2.2.15 |
| 2.3.x | 2.3.5 |
| 2.3.x | 2.3.6 |
| 2.4.x | 2.4.0 |

### Install Java SDK
Expand Down

0 comments on commit bf981d0

Please sign in to comment.