diff --git a/CHANGELOG.md b/CHANGELOG.md index e3eaa7390..0ccad2439 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,17 @@ # Changelog +## milvus-sdk-java 2.4.7 (2024-10-25) + +### Improvement +- Support setting properties for V2 CreateCollectionReq +- Support Session consistency level for V1 and V2 +- Return entities ids for V2 InsertResp + +### Bug +- Fix a RpcDeadline bug for V2 + +### Feature +- Support flush() interface for V2 +- Support compact()/getCompactionState() interfaces for V2 ## milvus-sdk-java 2.4.6 (2024-10-18) diff --git a/README.md b/README.md index db616fb20..2c8d002e1 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ The following table shows compatibilities between Milvus and Java SDK. | 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.11 | -| 2.4.x | 2.4.6 | +| 2.4.x | 2.4.7 | ### Install Java SDK @@ -32,20 +32,20 @@ You can use **Apache Maven** or **Gradle** add Milvus SDK to your project. io.milvus milvus-sdk-java - 2.4.6 + 2.4.7 ``` - Gradle/Groovy ```groovy - implementation 'io.milvus:milvus-sdk-java:2.4.6' + implementation 'io.milvus:milvus-sdk-java:2.4.7' ``` - Gradle/Kotlin ```kotlin - implementation("io.milvus:milvus-sdk-java:2.4.6") + implementation("io.milvus:milvus-sdk-java:2.4.7") ``` ### Examples diff --git a/examples/pom.xml b/examples/pom.xml index 933bdf971..0aae28ee1 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -25,7 +25,7 @@ io.milvus milvus-sdk-java-examples - 2.4.6 + 2.4.7 @@ -64,7 +64,7 @@ io.milvus milvus-sdk-java - 2.4.6 + 2.4.7 org.tensorflow diff --git a/pom.xml b/pom.xml index e9ce75982..f8529730b 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ io.milvus milvus-sdk-java - 2.4.6 + 2.4.7 jar io.milvus:milvus-sdk-java