dependabot[bot] opened a new pull request, #18913: URL: https://github.com/apache/camel/pull/18913
Bumps [io.milvus:milvus-sdk-java](https://github.com/milvus-io/milvus-sdk-java) from 2.6.1 to 2.6.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/milvus-io/milvus-sdk-java/releases">io.milvus:milvus-sdk-java's releases</a>.</em></p> <blockquote> <h2>milvus-sdk-java-2.6.2</h2> <p>Release date: 2025-08-14</p> <p>Compatible with Milvus v2.6.x</p> <h3>Improvement</h3> <ul> <li>Alias interface support database</li> <li>Allows upsert when autoid=true for MilvusClientV1</li> <li>Support more Rerank types for hybridSearch(), including decay and model rerank</li> <li>Support ignoring growing segments for MilvusClientV2.query()</li> <li>Use cached collection schema for query by ids to avoid calling describe_collection()</li> <li>Add objectUrls parameter for bulkimport interfaces</li> <li>Add a method to return the current used database name for MilvusClientV2</li> </ul> <h3>Bug</h3> <ul> <li>Fix a bug of Function.multiAnalyzerParams</li> <li>Fix a bug of FunctionType.TEXTEMBEDDING</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/milvus-io/milvus-sdk-java/blob/master/CHANGELOG.md">io.milvus:milvus-sdk-java's changelog</a>.</em></p> <blockquote> <h2>milvus-sdk-java 2.6.2 (2025-08-14)</h2> <h3>Improvement</h3> <ul> <li>Alias interface support database</li> <li>Allows upsert when autoid=true for MilvusClientV1</li> <li>Support more Rerank types for hybridSearch(), including decay and model rerank</li> <li>Support ignoring growing segments for MilvusClientV2.query()</li> <li>Use cached collection schema for query by ids to avoid calling describe_collection()</li> <li>Add objectUrls parameter for bulkimport interfaces</li> <li>Add a method to return the current used database name for MilvusClientV2</li> </ul> <h3>Bug</h3> <ul> <li>Fix a bug of Function.multiAnalyzerParams</li> <li>Fix a bug of FunctionType.TEXTEMBEDDING</li> </ul> <h2>milvus-sdk-java 2.5.12 (2025-08-14)</h2> <h3>Improvement</h3> <ul> <li>Alias interface support database</li> <li>Allows upsert when autoid=true for MilvusClientV1</li> <li>Support ignoring growing segments for MilvusClientV2.query()</li> <li>Use cached collection schema for query by ids to avoid calling describe_collection()</li> <li>Add objectUrls parameter for bulkimport interfaces</li> <li>Add a method to return the current used database name for MilvusClientV2</li> </ul> <h3>Bug</h3> <ul> <li>Fix a bug of Function.multiAnalyzerParams</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/milvus-io/milvus-sdk-java/commit/019de908f10ec85dc8fc2e092b02c17bde28cff3"><code>019de90</code></a> Prepare for v2.6.2 (<a href="https://redirect.github.com/milvus-io/milvus-sdk-java/issues/1543">#1543</a>)</li> <li><a href="https://github.com/milvus-io/milvus-sdk-java/commit/30774ff844cd5a07563cc57e03cf3ea1397fc872"><code>30774ff</code></a> AddField example (<a href="https://redirect.github.com/milvus-io/milvus-sdk-java/issues/1540">#1540</a>)</li> <li><a href="https://github.com/milvus-io/milvus-sdk-java/commit/b80dcfd5311b401f2b7d4c45d26512d57105d7f8"><code>b80dcfd</code></a> Fix a bug of FunctionType.TEXTEMBEDDING (<a href="https://redirect.github.com/milvus-io/milvus-sdk-java/issues/1536">#1536</a>)</li> <li><a href="https://github.com/milvus-io/milvus-sdk-java/commit/aa40d1cf34fc0861bf44aed22d3d496bcc395eee"><code>aa40d1c</code></a> Add a method to return the current used database name (<a href="https://redirect.github.com/milvus-io/milvus-sdk-java/issues/1530">#1530</a>)</li> <li><a href="https://github.com/milvus-io/milvus-sdk-java/commit/741972a5b222fa0f82db4ca9bb1bcbb5e474718a"><code>741972a</code></a> bulkImport add objectUrls paramster (<a href="https://redirect.github.com/milvus-io/milvus-sdk-java/issues/1525">#1525</a>)</li> <li><a href="https://github.com/milvus-io/milvus-sdk-java/commit/a7796a1d58d4c3cdf8b75e476ec3f9f112dfccc5"><code>a7796a1</code></a> Fix a compatible issue of RRFRanker/WeightedRanker (<a href="https://redirect.github.com/milvus-io/milvus-sdk-java/issues/1522">#1522</a>)</li> <li><a href="https://github.com/milvus-io/milvus-sdk-java/commit/2e821a8e23c6e2cfd1d4077eb6142c64b6443704"><code>2e821a8</code></a> Use cached collection schema for query by ids (<a href="https://redirect.github.com/milvus-io/milvus-sdk-java/issues/1518">#1518</a>)</li> <li><a href="https://github.com/milvus-io/milvus-sdk-java/commit/bec779efbf8ceaf8097551f80fe18a1680eab3b8"><code>bec779e</code></a> Unify Function and Rerank (<a href="https://redirect.github.com/milvus-io/milvus-sdk-java/issues/1515">#1515</a>)</li> <li><a href="https://github.com/milvus-io/milvus-sdk-java/commit/e7f829eacb15d92ef9d63fa2a17aa1e51c415beb"><code>e7f829e</code></a> Ignore growing for query (<a href="https://redirect.github.com/milvus-io/milvus-sdk-java/issues/1509">#1509</a>) (<a href="https://redirect.github.com/milvus-io/milvus-sdk-java/issues/1510">#1510</a>)</li> <li><a href="https://github.com/milvus-io/milvus-sdk-java/commit/5060e104268b93c4f1b07b03c9af1bf037443997"><code>5060e10</code></a> Allows upsert and autoid=true for MilvusClientV1 (<a href="https://redirect.github.com/milvus-io/milvus-sdk-java/issues/1505">#1505</a>)</li> <li>Additional commits viewable in <a href="https://github.com/milvus-io/milvus-sdk-java/compare/v2.6.1...v2.6.2">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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) </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
