Skip to content

chore(deps): bump io.milvus:milvus-sdk-java from 2.6.13 to 2.6.16#1024

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/maven/io.milvus-milvus-sdk-java-2.6.16
Open

chore(deps): bump io.milvus:milvus-sdk-java from 2.6.13 to 2.6.16#1024
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/maven/io.milvus-milvus-sdk-java-2.6.16

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 21, 2026

Bumps io.milvus:milvus-sdk-java from 2.6.13 to 2.6.16.

Release notes

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

milvus-sdk-java-2.6.16

Release date: 2026-03-19

Compatible with Milvus v2.6.x

Feature

  • Add truncateCollection() interface for MilvusClientV2

Bug

  • Fix a potential risk of sending multiple HTTP requests to the global cluster endpoint in a short time
  • Fix NoSuchMethodError on Java 8 for java.nio.ByteBuffer when querying with a sparse vector field

milvus-sdk-java-2.6.15

Release date: 2026-03-09

Compatible with Milvus v2.6.x

Feature

  • Add client support for global cluster

Bug

  • Fix a bug that Struct field name is missed in the response of describeCollection()

milvus-sdk-java-2.6.14

Release date: 2026-02-12

Compatible with Milvus v2.6.x

Feature

  • Support AISAQ index type
  • Support element_filter for struct field

Improvement

  • Change keepAliveTimeMs from 55s to 10s, keepAliveTimeoutMs from 20s to 5s, and enable keepAliveWithoutCalls by default in both ConnectParam (V1) and ConnectConfig (V2).

Bug

  • Fix a bug in ClientPool where the RPC channel was not properly closed
Changelog

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

milvus-sdk-java 2.6.16 (2026-03-19)

Feature

  • Add truncateCollection() interface for MilvusClientV2

Bug

  • Fix a potential risk to send multiple http requests to global cluster endpoint in short time
  • Fix NoSuchMethodError on Java 8 for java.nio.ByteBuffer when querying with sparse vector field

milvus-sdk-java 2.6.15 (2026-03-09)

Feature

  • Add client support for global cluster

Bug

  • Fix a bug that Struct field name is missed in response of describeCollection()

milvus-sdk-java 2.6.14 (2026-02-12)

Feature

  • Support AISAQ index type
  • Support element_filter for struct field

Improvement

  • Change keepAliveTimeMs from 55s to 10s, keepAliveTimeoutMs from 20s to 5s, and enable keepAliveWithoutCalls by default in both ConnectParam (V1) and ConnectConfig (V2).

Bug

  • Fix a bug in ClientPool where the RPC channel was not properly closed
Commits
  • 0684e38 Prepare for v2.6.16 (#1785)
  • b41d82b Fix NoSuchMethodError on Java 8 for java.nio.ByteBuffer (#1783)
  • 32de51e Add TruncateCollection API to Java SDK (#1781)
  • 33bc614 Fix a potential risk to send multiple http requests to global cluster endpoin...
  • 9da8557 Prepare for v2.6.15 (#1775)
  • 64e912c Retry on REPLICATE_VIOLATION for global cluster region switch (#1774)
  • b538584 Add global cluster client support (#1772)
  • 08364a0 Fix a bug of ClientUtils.getSDKVersion() returns empty string (#1771)
  • 310ac2a Add benchmark to compare performance difference between two sdk versions (#1...
  • 38953e6 DescribeCollection fieldNames/vectorFieldNames for Array<Struct> schema (#1764)
  • Additional commits viewable in compare view

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.13 to 2.6.16.
- [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.13...v2.6.16)

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

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 Mar 21, 2026
@dependabot dependabot bot requested a review from a team March 21, 2026 19:05
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Mar 21, 2026
@cla-assistant
Copy link

cla-assistant bot commented Mar 21, 2026

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

1 similar comment
@cla-assistant
Copy link

cla-assistant bot commented Mar 21, 2026

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@codecov
Copy link

codecov bot commented Mar 21, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants