Bump io.milvus:milvus-sdk-java from 2.6.10 to 2.6.14 in /modules/milvus by dependabot[bot] · Pull Request #11547 · testcontainers/testcontainers-java
Bumps io.milvus:milvus-sdk-java from 2.6.10 to 2.6.14.
Release notes
Sourced from io.milvus:milvus-sdk-java's releases.
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
milvus-sdk-java-2.6.13
Release date: 2026-01-13
Compatible with Milvus v2.6.x
Feature
- Support search by id
- Support highlighter for search results
milvus-sdk-java-2.6.12
Release date: 2026-01-13
Compatible with Milvus v2.6.x
Improvement
- Not allow empty username to connect milvus
- Close rpc channel when MilvusClientV1/MilvusClientV2 fails to initialize
milvus-sdk-java-2.6.11
Release date: 2025-12-26
Compatible with Milvus v2.6.x
Improvement
- Optimize MilvusClientV2Pool/MilvusClientPool to reuse client objects
- Allow to insert pk even when auto-id is true, milvus v2.6.3 supports
- Support AddCollectionFunction/AlterCollectionFunction/DropCollectionFunction milvus v2.6.8 supports
Bug
- Fix a bug of QueryIterator that query failed when filter expression contains RANDOM_SAMPLE
- Fix a bug that insert() cannot handle empty struct list
- Fix a bug that rpcDeadline incorrectly work for iterator
- Fix a bug that max_lenth of Array/Varchar field missed
Changelog
Sourced from io.milvus:milvus-sdk-java's changelog.
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
milvus-sdk-java 2.6.13 (2026-01-21)
Feature
- Support search by id
- Support highlighter for search results
milvus-sdk-java 2.6.12 (2026-01-13)
Improvement
- Not allow empty username to connect milvus
- Close rpc channel when MilvusClientV1/MilvusClientV2 fails to initialize
milvus-sdk-java 2.6.11 (2025-12-26)
Improvement
- Optimize MilvusClientV2Pool/MilvusClientPool to reuse client objects
- Allow to insert pk even when auto-id is true, milvus v2.6.3 supports
- Support AddCollectionFunction/AlterCollectionFunction/DropCollectionFunction milvus v2.6.8 supports
Bug
- Fix a bug of QueryIterator that query failed when filter expression contains RANDOM_SAMPLE
- Fix a bug that insert() cannot handle empty struct list
- Fix a bug that rpcDeadline incorrectly work for iterator
- Fix a bug that max_lenth of Array/Varchar field missed
Commits
6020fa1Prepare for v2.6.14 (#1761)502b59eUpdate gRPC keepalive defaults to 10s interval, 5s timeout, enable without ca...fef562aFix a bug of ClientPool that rpc channel is not properly closed (#1757)8d8b1ecSupport element filter search for struct field (#1755)2f4f5d1Add index type AISAQ (#1752)93065faadd test cases for search by id and struct array. (#1749) (#1753)8fe6872Prepare for v2.6.13 (#1747)9b03425Support highlighter (#1746)850f558Support search by id (#1744)390c3ddPrepare for v2.6.12 (#1742)- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)