File tree Expand file tree Collapse file tree 4 files changed +16
-7
lines changed Expand file tree Collapse file tree 4 files changed +16
-7
lines changed Original file line number Diff line number Diff line change 11# Changelog
2+ ## milvus-sdk-java 2.4.5 (2024-10-11)
3+
4+ ### Feature
5+ - Support partial load
6+ - Support clustering key
7+
8+ ### Bug
9+ - Fix a bug for MilvusClientV2 that index parameters were not passed to server correctly
10+
211## milvus-sdk-java 2.4.4 (2024-09-19)
312
413### Improvement
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ The following table shows compatibilities between Milvus and Java SDK.
2020| 2.2.0 ~ 2.2.8 | 2.2.0 ~ 2.2.5 |
2121| >= 2.2.9 | 2.2.7 ~ 2.2.15 |
2222| 2.3.x | 2.3.10 |
23- | 2.4.x | 2.4.4 |
23+ | 2.4.x | 2.4.5 |
2424
2525### Install Java SDK
2626
@@ -32,20 +32,20 @@ You can use **Apache Maven** or **Gradle** add Milvus SDK to your project.
3232 <dependency>
3333 <groupId>io.milvus</groupId>
3434 <artifactId>milvus-sdk-java</artifactId>
35- <version>2.4.4 </version>
35+ <version>2.4.5 </version>
3636 </dependency>
3737 ```
3838
3939 - Gradle/Groovy
4040
4141 ```groovy
42- implementation 'io.milvus:milvus-sdk-java:2.4.4 '
42+ implementation 'io.milvus:milvus-sdk-java:2.4.5 '
4343 ```
4444
4545 - Gradle/Kotlin
4646
4747 ```kotlin
48- implementation("io.milvus:milvus-sdk-java:2.4.4 ")
48+ implementation("io.milvus:milvus-sdk-java:2.4.5 ")
4949 ```
5050
5151### Examples
Original file line number Diff line number Diff line change 2525
2626 <groupId >io.milvus</groupId >
2727 <artifactId >milvus-sdk-java-examples</artifactId >
28- <version >2.4.4 </version >
28+ <version >2.4.5 </version >
2929
3030 <build >
3131 <plugins >
6464 <dependency >
6565 <groupId >io.milvus</groupId >
6666 <artifactId >milvus-sdk-java</artifactId >
67- <version >2.4.4 </version >
67+ <version >2.4.5 </version >
6868 </dependency >
6969 <dependency >
7070 <groupId >org.tensorflow</groupId >
Original file line number Diff line number Diff line change 2525
2626 <groupId >io.milvus</groupId >
2727 <artifactId >milvus-sdk-java</artifactId >
28- <version >2.4.4 </version >
28+ <version >2.4.5 </version >
2929 <packaging >jar</packaging >
3030
3131 <name >io.milvus:milvus-sdk-java</name >
You can’t perform that action at this time.
0 commit comments