dependabot[bot] opened a new pull request, #17747: URL: https://github.com/apache/camel/pull/17747
Bumps [io.weaviate:client](https://github.com/weaviate/java-client) from 4.7.0 to 5.2.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/weaviate/java-client/releases">io.weaviate:client's releases</a>.</em></p> <blockquote> <h2>5.2.0 - Dynamic User Management</h2> <p>Dynamic User Management is an extension to the RBAC functionality introduced in Weaviate <code>v1.29</code>, which allows creating new users programmatically as well as managing their roles and API keys.</p> <p>To avoid name clashes with users authenticated via OIDC, each user is assigned a <code>user type</code> qualifier: <code>db | oidc</code>. The clients makes working with different types of users easy by providing dedicated methods for each one:</p> <ul> <li><code>users().db()</code> -- dynamically created users and users defined in the server's environment variables</li> <li><code>users().oidc()</code> -- users using OIDC authentication</li> </ul> <p>To avoid confusion, all <code>users</code> APIs from <code>v5.1.*</code> as well as part of the <code>roles</code> APIs are <strong>deprecated</strong> in favor of their namespaced counterparts.</p> <h3>Deprecations</h3> <ul> <li><code>users().assignedRolesGetter()</code></li> <li><code>users().revoker()</code></li> <li><code>users().assigner()</code></li> <li><code>roles().assignedUsersGetter()</code></li> </ul> <h2>What's Changed</h2> <ul> <li>feat: support dynamic user management in Weaviate v1.30 by <a href="https://github.com/bevzzz"><code>@bevzzz</code></a> in <a href="https://redirect.github.com/weaviate/java-client/pull/369">weaviate/java-client#369</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/weaviate/java-client/compare/5.1.3...5.2.0">https://github.com/weaviate/java-client/compare/5.1.3...5.2.0</a></p> <h2>5.1.3 - Bugfixes and minor improvements</h2> <h2>What's Changed</h2> <ul> <li>fix(experimental): handle null property values by <a href="https://github.com/bevzzz"><code>@bevzzz</code></a> in <a href="https://redirect.github.com/weaviate/java-client/pull/363">weaviate/java-client#363</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/weaviate/java-client/compare/5.1.2...5.1.3">https://github.com/weaviate/java-client/compare/5.1.2...5.1.3</a></p> <h2>5.1.2 - Batch error handling</h2> <h2>What's Changed</h2> <ul> <li>fix: return batch errors alongside successfully inserted objects by <a href="https://github.com/bevzzz"><code>@bevzzz</code></a> in <a href="https://redirect.github.com/weaviate/java-client/pull/358">weaviate/java-client#358</a></li> <li>fix(experimental): make metadata fields public by <a href="https://github.com/bevzzz"><code>@bevzzz</code></a> in <a href="https://redirect.github.com/weaviate/java-client/pull/361">weaviate/java-client#361</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/weaviate/java-client/compare/5.1.1...5.1.2">https://github.com/weaviate/java-client/compare/5.1.1...5.1.2</a></p> <h2>5.1.1 - ColBERT</h2> <p>Support <a href="https://weaviate.io/developers/weaviate/tutorials/multi-vector-embeddings">multi-vector embeddings</a> (ColBERT, ColPali, etc.) in object creation/update, batch insert, and NearVector + Hybrid queries.</p> <h2>What's Changed</h2> <ul> <li>chore: update compile/test dependencies by <a href="https://github.com/bevzzz"><code>@bevzzz</code></a> in <a href="https://redirect.github.com/weaviate/java-client/pull/357">weaviate/java-client#357</a></li> <li>feat(ColBERT): Create, update, batch insert, and query objects with multi-vector indices by <a href="https://github.com/bevzzz"><code>@bevzzz</code></a> in <a href="https://redirect.github.com/weaviate/java-client/pull/356">weaviate/java-client#356</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/weaviate/java-client/compare/5.1.0...5.1.1">https://github.com/weaviate/java-client/compare/5.1.0...5.1.1</a></p> <h2>5.1.0 - RBAC, Weaviate Embeddings</h2> <p>This version adds support for <strong>RBAC</strong>, which is in GA starting with <a href="https://github.com/weaviate/weaviate/releases/tag/v1.29.0">Weaviate 1.29</a> 🌮</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/weaviate/java-client/commit/1dc69db538402c8f1fde94dca07df6266dc32aed"><code>1dc69db</code></a> Release 5.2.0 version</li> <li><a href="https://github.com/weaviate/java-client/commit/4df2216da6f6dc2f20e5af32d9e9a676e4f2192f"><code>4df2216</code></a> feat: support dynamic user management in Weaviate v1.30 (<a href="https://redirect.github.com/weaviate/java-client/issues/369">#369</a>)</li> <li><a href="https://github.com/weaviate/java-client/commit/a1fa1893fcc7a92007c5c93c2f610ee78808ec3a"><code>a1fa189</code></a> Update version to next snapshot version</li> <li><a href="https://github.com/weaviate/java-client/commit/722085bd0d19925895f3d1ccd464cc5ec4c965a3"><code>722085b</code></a> Release 5.1.3 version</li> <li><a href="https://github.com/weaviate/java-client/commit/ad42cae1e4d901864a451dc077dabd1e5cff0f85"><code>ad42cae</code></a> fix(experimental): handle null property values (<a href="https://redirect.github.com/weaviate/java-client/issues/363">#363</a>)</li> <li><a href="https://github.com/weaviate/java-client/commit/e54c7da8913b10bc20e8f06b17c86910bc045731"><code>e54c7da</code></a> Update version to next snapshot version</li> <li><a href="https://github.com/weaviate/java-client/commit/a8798cd9c9af487ec9220ca8ceb7d14815b14e09"><code>a8798cd</code></a> Release 5.1.2 version</li> <li><a href="https://github.com/weaviate/java-client/commit/91601649398484021fa3bce1f2a305f4d322b2d2"><code>9160164</code></a> fix(experimental): make metadata fields public (<a href="https://redirect.github.com/weaviate/java-client/issues/361">#361</a>)</li> <li><a href="https://github.com/weaviate/java-client/commit/53ea86bfc250ea89debf38669e196f4416da9ea5"><code>53ea86b</code></a> fix: return batch errors alongside successfully inserted objects (<a href="https://redirect.github.com/weaviate/java-client/issues/358">#358</a>)</li> <li><a href="https://github.com/weaviate/java-client/commit/6f22833366d075919e6fcddd67107fe4673f2b0e"><code>6f22833</code></a> Update version to next snapshot version</li> <li>Additional commits viewable in <a href="https://github.com/weaviate/java-client/compare/4.7.0...5.2.0">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]
