diff --git a/CHANGELOG.md b/CHANGELOG.md index da93d7774..8c9c5f746 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## milvus-sdk-java 2.4.11 (2025-04-09) +### Bug +- Fix a bug that consistency level is missed for createCollection() +- Return shards_num for describeCollection() + ## milvus-sdk-java 2.4.10 (2024-12-31) ### Feature - Support alterCollectionField interface for V2 diff --git a/README.md b/README.md index fb33bb7e2..7f7ae0a14 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.10 | +| 2.4.x | 2.4.11 | ### 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.10 + 2.4.11 ``` - Gradle/Groovy ```groovy - implementation 'io.milvus:milvus-sdk-java:2.4.10' + implementation 'io.milvus:milvus-sdk-java:2.4.11' ``` - Gradle/Kotlin ```kotlin - implementation("io.milvus:milvus-sdk-java:2.4.10") + implementation("io.milvus:milvus-sdk-java:2.4.11") ``` ### Examples diff --git a/examples/pom.xml b/examples/pom.xml index 16d31633c..4dc49f585 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -25,7 +25,7 @@ io.milvus milvus-sdk-java-examples - 2.4.10 + 2.4.11 @@ -64,7 +64,7 @@ io.milvus milvus-sdk-java - 2.4.10 + 2.4.11 org.tensorflow diff --git a/pom.xml b/pom.xml index fd6cb1bef..dc55c94be 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ io.milvus milvus-sdk-java - 2.4.10 + 2.4.11 jar io.milvus:milvus-sdk-java