dependabot[bot] opened a new pull request, #19414: URL: https://github.com/apache/camel/pull/19414
Bumps [io.milvus:milvus-sdk-java](https://github.com/milvus-io/milvus-sdk-java) from 2.6.4 to 2.6.5. <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.5</h2> <p>Release date: 2025-09-30</p> <p>Compatible with Milvus v2.6.x</p> <h3>Feature</h3> <ul> <li>Support Struct type field</li> <li>Support Timestamptz type field</li> <li>Support Goemetry type field</li> <li>Add MilvusClientV2.updateReplicateConfiguration() for new CDC server</li> </ul> <h3>Improvement</h3> <ul> <li>Add parameter "databaseName" for the following requests: GetCollectionStatsReq, GetLoadStateReq, HasCollectionReq, ListCollectionsReq, ReleaseCollectionReq, RenameCollectionReq, DropIndexReq, ListIndexesReq, CreatePartitionReq, DropPartitionReq, GetPartitinStatsReq, HasPartitionReq, ListPartitionsReq, LoadPartitionsReq, ReleasePartitionsReq, CompactReq, FlushReq, GetPErsistentSegmentInfoReq, GetQuerySegmentInfoReq,</li> <li>Increase ClientPool default value of maxTotal from 50 to 1000, maxTotalPerKey from 10 to 50, maxIdlePerKey from 5 to 10</li> </ul> <h3>Bug</h3> <ul> <li>Fix a bug of delete() that databaseName of DeleteReq doesn't work</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.5 (2025-09-30)</h2> <h3>Feature</h3> <ul> <li>Support Struct type field</li> <li>Support Timestamptz type field</li> <li>Support Goemetry type field</li> <li>Add MilvusClientV2.updateReplicateConfiguration() for new CDC server</li> </ul> <h3>Improvement</h3> <ul> <li>Add parameter "databaseName" for the following requests: GetCollectionStatsReq, GetLoadStateReq, HasCollectionReq, ListCollectionsReq, ReleaseCollectionReq, RenameCollectionReq, DropIndexReq, ListIndexesReq, CreatePartitionReq, DropPartitionReq, GetPartitinStatsReq, HasPartitionReq, ListPartitionsReq, LoadPartitionsReq, ReleasePartitionsReq, CompactReq, FlushReq, GetPErsistentSegmentInfoReq, GetQuerySegmentInfoReq,</li> <li>Increase ClientPool default value of maxTotal from 50 to 1000, maxTotalPerKey from 10 to 50, maxIdlePerKey from 5 to 10</li> </ul> <h3>Bug</h3> <ul> <li>Fix a bug of delete() that databaseName of DeleteReq doesn't work</li> </ul> <h2>milvus-sdk-java 2.5.14 (2025-09-30)</h2> <h3>Improvement</h3> <ul> <li>Add parameter "databaseName" for the following requests: GetCollectionStatsReq, GetLoadStateReq, HasCollectionReq, ListCollectionsReq, ReleaseCollectionReq, RenameCollectionReq, DropIndexReq, ListIndexesReq, CreatePartitionReq, DropPartitionReq, GetPartitinStatsReq, HasPartitionReq, ListPartitionsReq, LoadPartitionsReq, ReleasePartitionsReq, CompactReq, FlushReq, GetPErsistentSegmentInfoReq, GetQuerySegmentInfoReq,</li> <li>Increase ClientPool default value of maxTotal from 50 to 1000, maxTotalPerKey from 10 to 50, maxIdlePerKey from 5 to 10</li> </ul> <h3>Bug</h3> <ul> <li>Fix a bug of delete() that databaseName of DeleteReq doesn't work</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/milvus-io/milvus-sdk-java/commit/07143ecbe97b9ef15a16d69e58723c0057840800"><code>07143ec</code></a> Prepare for v2.6.5 (<a href="https://redirect.github.com/milvus-io/milvus-sdk-java/issues/1634">#1634</a>)</li> <li><a href="https://github.com/milvus-io/milvus-sdk-java/commit/de4202dc1142587a500a62579d478d6ef2135cfe"><code>de4202d</code></a> Add geometry example (<a href="https://redirect.github.com/milvus-io/milvus-sdk-java/issues/1631">#1631</a>)</li> <li><a href="https://github.com/milvus-io/milvus-sdk-java/commit/1861887ee52e82b2fa4a67839d4c109fd30eed1a"><code>1861887</code></a> Fix typo (<a href="https://redirect.github.com/milvus-io/milvus-sdk-java/issues/1629">#1629</a>)</li> <li><a href="https://github.com/milvus-io/milvus-sdk-java/commit/26689727949216c7e71101d66cff8793024c8ac0"><code>2668972</code></a> Support Geometry field (<a href="https://redirect.github.com/milvus-io/milvus-sdk-java/issues/1627">#1627</a>)</li> <li><a href="https://github.com/milvus-io/milvus-sdk-java/commit/11a3f1306516c968ba1421c5b9a635b9116a54ce"><code>11a3f13</code></a> Support Timestamptz field (<a href="https://redirect.github.com/milvus-io/milvus-sdk-java/issues/1624">#1624</a>)</li> <li><a href="https://github.com/milvus-io/milvus-sdk-java/commit/318e5c2c0bd654df30cfe1ed4a74aaacc95c4ef3"><code>318e5c2</code></a> Support CDC api (<a href="https://redirect.github.com/milvus-io/milvus-sdk-java/issues/1623">#1623</a>)</li> <li><a href="https://github.com/milvus-io/milvus-sdk-java/commit/c4029daec293f65b0f4d16e2fb174d7f06e42d2e"><code>c4029da</code></a> Add example for struct field (<a href="https://redirect.github.com/milvus-io/milvus-sdk-java/issues/1622">#1622</a>)</li> <li><a href="https://github.com/milvus-io/milvus-sdk-java/commit/d194d7cbbe40d3e7eff7b11c288f7ad93c89b79a"><code>d194d7c</code></a> Support Struct field (<a href="https://redirect.github.com/milvus-io/milvus-sdk-java/issues/1619">#1619</a>)</li> <li><a href="https://github.com/milvus-io/milvus-sdk-java/commit/a1f5a32d407e4a4a0de1b1e7bd607395c2709c77"><code>a1f5a32</code></a> Support cross-database ability for more interfaces (<a href="https://redirect.github.com/milvus-io/milvus-sdk-java/issues/1617">#1617</a>)</li> <li><a href="https://github.com/milvus-io/milvus-sdk-java/commit/cb162d612f1f0bc3c9489c650963a1d6a8b02cad"><code>cb162d6</code></a> Fix a bug of delete() that databaseName doesnt work (<a href="https://redirect.github.com/milvus-io/milvus-sdk-java/issues/1612">#1612</a>)</li> <li>Additional commits viewable in <a href="https://github.com/milvus-io/milvus-sdk-java/compare/v2.6.4...v2.6.5">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]
