Skip to content

Bump io.milvus:milvus-sdk-java from 2.6.17 to 3.0.3 in /modules/milvus - #11902

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/modules/milvus/io.milvus-milvus-sdk-java-3.0.3
Closed

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/modules/milvus/io.milvus-milvus-sdk-java-3.0.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 1, 2026

Copy link
Copy Markdown
Contributor

Bumps io.milvus:milvus-sdk-java from 2.6.17 to 3.0.3.

Release notes

Sourced from io.milvus:milvus-sdk-java's releases.

milvus-sdk-java-3.0.3

Release date: 2026-06-29 Compatible with Milvus v3.0.x

Feature

  • Support AddFunctionField/DropCollectionField/DropFunctionField interfaces
  • BulkWriter support binary/float16/int8 vectors in Struct field

Improvement

  • Improve volume upload interaction
  • Align getCollectionStats/getPartitionStats with PyMilvus
  • Align search response with PyMilvus

Bug

  • Fix a bug for LexicalHighlighter

milvus-sdk-java-3.0.2

Release date: 2026-06-17 Compatible with Milvus v3.0.x

Feature

  • Support dumpMessages interface for MilvusClientV2
  • Support rich user/role description responses in MilvusClientV2 RBAC APIs
  • Support element-level search for Struct field and add element-level search example
  • Struct field supports BINARY_VECTOR/FLOAT16_VECTOR/BFLOAT16_VECTOR/INT8_VECTOR
  • Support AddCollectionStructField interface
  • Add rich server version response for MilvusClientV2
  • Add flushAll/getFlushAllState for MilvusClientV2
  • Add getReplicateConfiguration/getReplicateInfo interfaces for MilvusClientV2
  • Add session() interface

Improvement

  • Align getLoadState/loadCollection/loadPartitions with PyMilvus
  • Enhance GetPersistentSegmentInfo/GetQuerySegmentInfo responses
  • Add resetConnection for updatePassword()
  • Add isL0 for compact()
  • Enhance getLoadStateV2 and renameCollection

Bug

  • Fix RpcUtils.retry() silently swallowing timeout and max-retry exceptions, returning null

milvus-sdk-java-3.0.1

Release date: 2026-05-22 Compatible with Milvus v3.0.x

Feature

  • Support field-level operations for upsert
  • Support nullable vectors

milvus-sdk-java-3.0.0

... (truncated)

Changelog

Sourced from io.milvus:milvus-sdk-java's changelog.

milvus-sdk-java 3.0.3 (2026-06-29)

Feature

  • Support AddFunctionField/DropCollectionField/DropFunctionField interfaces
  • BulkWriter support binary/float16/int8 vectors in Struct field

Improvement

  • Improve volume upload interaction
  • Align getCollectionStats/getPartitionStats with PyMilvus
  • Align search response with PyMilvus

Bug

  • Fix a bug for LexicalHighlighter

milvus-sdk-java 2.6.22 (2026-06-26)

Improvement

  • Improve volume upload interaction
  • Align describeUser/describeRole with PyMilvus
  • Align getCollectionStats/getPartitionStats with PyMilvus
  • Align search response with PyMilvus

Bug

  • Fix a bug for LexicalHighlighter

milvus-sdk-java 3.0.2 (2026-06-18)

Feature

  • Support dumpMessages interface for MilvusClientV2
  • Support rich user/role description responses in MilvusClientV2 RBAC APIs
  • Support element-level search for Struct field and add element-level search example
  • Struct field supports BINARY_VECTOR/FLOAT16_VECTOR/BFLOAT16_VECTOR/INT8_VECTOR
  • Support AddCollectionStructField interface
  • Add rich server version response for MilvusClientV2
  • Add flushAll/getFlushAllState for MilvusClientV2
  • Add getReplicateConfiguration/getReplicateInfo interfaces for MilvusClientV2
  • Add session() interface

Improvement

  • Align getLoadState/loadCollection/loadPartitions with PyMilvus
  • Enhance GetPersistentSegmentInfo/GetQuerySegmentInfo responses
  • Add resetConnection for updatePassword()
  • Add isL0 for compact()
  • Enhance getLoadStateV2 and renameCollection

Bug

  • Fix RpcUtils.retry() silently swallowing timeout and max-retry exceptions, returning null

milvus-sdk-java 2.6.21 (2026-06-18)

Feature

  • Support dumpMessages interface for MilvusClientV2
  • Add rich server version response for MilvusClientV2
  • Add flushAll/getFlushAllState for MilvusClientV2

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [io.milvus:milvus-sdk-java](https://github.com/milvus-io/milvus-sdk-java) from 2.6.17 to 3.0.3.
- [Release notes](https://github.com/milvus-io/milvus-sdk-java/releases)
- [Changelog](https://github.com/milvus-io/milvus-sdk-java/blob/master/CHANGELOG.md)
- [Commits](milvus-io/milvus-sdk-java@v2.6.17...v3.0.3)

---
updated-dependencies:
- dependency-name: io.milvus:milvus-sdk-java
  dependency-version: 3.0.3
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jul 1, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner July 1, 2026 22:52
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jul 1, 2026
@dependabot @github

dependabot Bot commented on behalf of github Sep 14, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #12079.

@dependabot dependabot Bot closed this Sep 14, 2026
@dependabot
dependabot Bot deleted the dependabot/gradle/modules/milvus/io.milvus-milvus-sdk-java-3.0.3 branch September 14, 2026 22:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code modules/milvus

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants