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

   Bumps [io.weaviate:client6](https://github.com/weaviate/java-client) from 
6.2.1 to 6.3.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/weaviate/java-client/releases";>io.weaviate:client6's 
releases</a>.</em></p>
   <blockquote>
   <h2>6.3.0 - Boost API, Collection Export, Incremental backups, MMR, blobHash 
properties, generative-deepseek module</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Fix Ranked Fusion Function being treated as Relative Score Function by 
<a href="https://github.com/pm390";><code>@​pm390</code></a> in <a 
href="https://redirect.github.com/weaviate/java-client/pull/573";>weaviate/java-client#573</a></li>
   <li>feat(vectorizers): add optional dimensions to text2vec-aws vectorizer by 
<a href="https://github.com/g-despot";><code>@​g-despot</code></a> in <a 
href="https://redirect.github.com/weaviate/java-client/pull/584";>weaviate/java-client#584</a></li>
   <li>feat: add optional location to text2vec-google vectorizer by <a 
href="https://github.com/g-despot";><code>@​g-despot</code></a> in <a 
href="https://redirect.github.com/weaviate/java-client/pull/583";>weaviate/java-client#583</a></li>
   <li>feat(export): Add client for /export endpoint by <a 
href="https://github.com/bevzzz";><code>@​bevzzz</code></a> in <a 
href="https://redirect.github.com/weaviate/java-client/pull/574";>weaviate/java-client#574</a></li>
   <li>feat(vectorizer): add endpoint parameter to text2vec-morph and 
text2vec-openai by <a 
href="https://github.com/bevzzz";><code>@​bevzzz</code></a> in <a 
href="https://redirect.github.com/weaviate/java-client/pull/591";>weaviate/java-client#591</a></li>
   <li>deps: bump httpclient5 to v5.6.1 by <a 
href="https://github.com/bevzzz";><code>@​bevzzz</code></a> in <a 
href="https://redirect.github.com/weaviate/java-client/pull/587";>weaviate/java-client#587</a></li>
   <li>feat(backup): Support incremental backups by <a 
href="https://github.com/bevzzz";><code>@​bevzzz</code></a> in <a 
href="https://redirect.github.com/weaviate/java-client/pull/585";>weaviate/java-client#585</a></li>
   <li>chore(config): annotate deprecated parameters in async replication 
config by <a href="https://github.com/bevzzz";><code>@​bevzzz</code></a> in <a 
href="https://redirect.github.com/weaviate/java-client/pull/588";>weaviate/java-client#588</a></li>
   <li>feat(generative): add location parameter to generative-google module by 
<a href="https://github.com/bevzzz";><code>@​bevzzz</code></a> in <a 
href="https://redirect.github.com/weaviate/java-client/pull/590";>weaviate/java-client#590</a></li>
   <li>feat(config): add blobHash data type by <a 
href="https://github.com/bevzzz";><code>@​bevzzz</code></a> in <a 
href="https://redirect.github.com/weaviate/java-client/pull/586";>weaviate/java-client#586</a></li>
   <li>feat(query): add diversity selection parameter to supported query types 
by <a href="https://github.com/bevzzz";><code>@​bevzzz</code></a> in <a 
href="https://redirect.github.com/weaviate/java-client/pull/589";>weaviate/java-client#589</a></li>
   <li>feat(generative): add generative-deepseek provider by <a 
href="https://github.com/bevzzz";><code>@​bevzzz</code></a> in <a 
href="https://redirect.github.com/weaviate/java-client/pull/593";>weaviate/java-client#593</a></li>
   <li>feat(query): add Boost parameter to all query types by <a 
href="https://github.com/bevzzz";><code>@​bevzzz</code></a> in <a 
href="https://redirect.github.com/weaviate/java-client/pull/592";>weaviate/java-client#592</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/pm390";><code>@​pm390</code></a> made their 
first contribution in <a 
href="https://redirect.github.com/weaviate/java-client/pull/573";>weaviate/java-client#573</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/weaviate/java-client/compare/6.2.1...6.3.0";>https://github.com/weaviate/java-client/compare/6.2.1...6.3.0</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/weaviate/java-client/commit/dd750534cb8b816e604cafb231c6282da16af8ad";><code>dd75053</code></a>
 Release 6.3.0 version</li>
   <li><a 
href="https://github.com/weaviate/java-client/commit/171287cb78e3ac677d5bf6a60ea94ca45128570b";><code>171287c</code></a>
 Merge pull request <a 
href="https://redirect.github.com/weaviate/java-client/issues/592";>#592</a> 
from weaviate/feat/boost</li>
   <li><a 
href="https://github.com/weaviate/java-client/commit/4c89835197e04e1c5430a2262bd55305423506ff";><code>4c89835</code></a>
 fix(javadoc): fix spelling of Boost class</li>
   <li><a 
href="https://github.com/weaviate/java-client/commit/0ced39a5fdcd03f13d77f4edf8dfbd3fc4a33a98";><code>0ced39a</code></a>
 feat(query): validate depth in sub-boosts passed to Boost.blend</li>
   <li><a 
href="https://github.com/weaviate/java-client/commit/fa794311544c8a67929805c47b92772b7dd6ec9b";><code>fa79431</code></a>
 Merge branch 'main' into feat/boost</li>
   <li><a 
href="https://github.com/weaviate/java-client/commit/f5f5762fcf15ca7cf6fe6d6ac6f579aa7889b5ce";><code>f5f5762</code></a>
 Merge pull request <a 
href="https://redirect.github.com/weaviate/java-client/issues/593";>#593</a> 
from weaviate/feat/generative-deepseek</li>
   <li><a 
href="https://github.com/weaviate/java-client/commit/c9eb3ecd405132a7565a209036bb7bcad45fce3f";><code>c9eb3ec</code></a>
 Merge pull request <a 
href="https://redirect.github.com/weaviate/java-client/issues/589";>#589</a> 
from weaviate/feat/selection</li>
   <li><a 
href="https://github.com/weaviate/java-client/commit/21f173f87c0eadddd07bd0cc761d3e0dd749b67f";><code>21f173f</code></a>
 fix(javadoc): delete <a 
href="https://github.com/param";><code>@​param</code></a></li>
   <li><a 
href="https://github.com/weaviate/java-client/commit/4469c44c1fe0c2096dc4112b7d89c64ed385d3c5";><code>4469c44</code></a>
 feat(generative): add generative-deepseek provider</li>
   <li><a 
href="https://github.com/weaviate/java-client/commit/93825d9c2c6db1caecbcabe306b44f118d8e55fc";><code>93825d9</code></a>
 Merge pull request <a 
href="https://redirect.github.com/weaviate/java-client/issues/586";>#586</a> 
from weaviate/feat/blobHash</li>
   <li>Additional commits viewable in <a 
href="https://github.com/weaviate/java-client/compare/6.2.1...6.3.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.weaviate:client6&package-manager=maven&previous-version=6.2.1&new-version=6.3.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 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]

Reply via email to