dependabot[bot] opened a new pull request, #16401:
URL: https://github.com/apache/camel/pull/16401

   Bumps 
[io.milvus:milvus-sdk-java](https://github.com/milvus-io/milvus-sdk-java) from 
2.4.8 to 2.5.0.
   <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.5.0</h2>
   <p>Release date: 2024-11-26</p>
   <p>Compatible with Milvus v2.5.x</p>
   <h3>Feature</h3>
   <ul>
   <li>BulkWriter supports JSON/CSV format</li>
   <li>Support doc-in-doc-out function(embedded BM25 in server-side)  (only for 
MilvusClientV2)</li>
   <li>Support varchar analyzer (tokenizer in server-side)  (only for 
MilvusClientV2)</li>
   <li>Support nullable and default value (both V1 and V2)</li>
   <li>Support expression template  (only for MilvusClientV2)</li>
   </ul>
   <h3>Improvement</h3>
   <ul>
   <li>QueryIterator/SearchIterator supports mvcc</li>
   <li>ClientPool throws exception if fail to create/get clients</li>
   </ul>
   <h2>milvus-sdk-java-2.4.9</h2>
   <p>Release date: 2024-11-26</p>
   <p>Compatible with Milvus v2.4.x</p>
   <h3>Feature</h3>
   <ul>
   <li>BulkWriter supports JSON format</li>
   </ul>
   <h3>Improvement</h3>
   <ul>
   <li>ClientPool throws exception if fails to create/get clients</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.5.0 (2024-11-26)</h2>
   <h3>Feature</h3>
   <ul>
   <li>BulkWriter supports JSON/CSV format</li>
   <li>Add new RBAC interfaces grantPrivilegeV2/revokePrivilegeV2</li>
   <li>Support doc-in-doc-out function(embedded BM25 in server-side)</li>
   <li>Support varchar analyzer (tokenizer in server-side)</li>
   <li>Support nullable and default value</li>
   <li>Support expression template</li>
   </ul>
   <h3>Improvement</h3>
   <ul>
   <li>QueryIterator/SearchIterator supports mvcc</li>
   <li>ClientPool throws exception if fail to create/get clients</li>
   </ul>
   <h2>milvus-sdk-java 2.4.9 (2024-11-26)</h2>
   <h3>Feature</h3>
   <ul>
   <li>BulkWriter supports JSON format</li>
   <li>Add new RBAC interfaces grantPrivilegeV2/revokePrivilegeV2</li>
   </ul>
   <h3>Improvement</h3>
   <ul>
   <li>ClientPool throws exception if fail to create/get clients</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/milvus-io/milvus-sdk-java/commit/4942b793481c77da4ad20d45071acdff471c55ef";><code>4942b79</code></a>
 Prepare for 2.5.0 (<a 
href="https://redirect.github.com/milvus-io/milvus-sdk-java/issues/1195";>#1195</a>)</li>
   <li><a 
href="https://github.com/milvus-io/milvus-sdk-java/commit/235f170d8dffeb76fea9cc2416a4c085ab5adcac";><code>235f170</code></a>
 BulkWriter supports Json/CSV (<a 
href="https://redirect.github.com/milvus-io/milvus-sdk-java/issues/1193";>#1193</a>)</li>
   <li><a 
href="https://github.com/milvus-io/milvus-sdk-java/commit/b92a8fb21c7fea6251d96716933b61b2574539f2";><code>b92a8fb</code></a>
 add default port and support dbname for uri, 19530 by default, 443 for 
server...</li>
   <li><a 
href="https://github.com/milvus-io/milvus-sdk-java/commit/ad0fe758bf32ec3067cd18b3f2ac486de08d996b";><code>ad0fe75</code></a>
 Implement grantPrivilegeV2/revokePrivilegeV2 (<a 
href="https://redirect.github.com/milvus-io/milvus-sdk-java/issues/1190";>#1190</a>)</li>
   <li><a 
href="https://github.com/milvus-io/milvus-sdk-java/commit/edfd1f8dd5685fd9750046b598862da26e475648";><code>edfd1f8</code></a>
 Sync proto (<a 
href="https://redirect.github.com/milvus-io/milvus-sdk-java/issues/1187";>#1187</a>)</li>
   <li><a 
href="https://github.com/milvus-io/milvus-sdk-java/commit/bf10d6f690c2b28307110e6555cf40d9f80fa81a";><code>bf10d6f</code></a>
 Add RBAC enhancement interfaces for V2 (<a 
href="https://redirect.github.com/milvus-io/milvus-sdk-java/issues/1186";>#1186</a>)</li>
   <li><a 
href="https://github.com/milvus-io/milvus-sdk-java/commit/3370072a71ef6041bcbbb252eaa91f77d3e09c1b";><code>3370072</code></a>
 Update proto to latest (<a 
href="https://redirect.github.com/milvus-io/milvus-sdk-java/issues/1184";>#1184</a>)</li>
   <li><a 
href="https://github.com/milvus-io/milvus-sdk-java/commit/dd91cf28cbe787f6a4767342ad0d072f76ed8635";><code>dd91cf2</code></a>
 Support doc in doc out (<a 
href="https://redirect.github.com/milvus-io/milvus-sdk-java/issues/1181";>#1181</a>)</li>
   <li><a 
href="https://github.com/milvus-io/milvus-sdk-java/commit/89516f1f1646a4ad2db8e49dd15b4d48f5ee8a2f";><code>89516f1</code></a>
 Refine iterator code (<a 
href="https://redirect.github.com/milvus-io/milvus-sdk-java/issues/1180";>#1180</a>)</li>
   <li><a 
href="https://github.com/milvus-io/milvus-sdk-java/commit/a4f8aa8bae87facf3ba093a5757d6b5953fab998";><code>a4f8aa8</code></a>
 Iterator mvcc (<a 
href="https://redirect.github.com/milvus-io/milvus-sdk-java/issues/1179";>#1179</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/milvus-io/milvus-sdk-java/compare/v2.4.8...v2.5.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.milvus:milvus-sdk-java&package-manager=maven&previous-version=2.4.8&new-version=2.5.0)](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: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to