Skip to content

Bump io.weaviate:client6 from 6.1.0 to 6.3.0 in /modules/weaviate#11899

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/modules/weaviate/io.weaviate-client6-6.3.0
Open

Bump io.weaviate:client6 from 6.1.0 to 6.3.0 in /modules/weaviate#11899
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/modules/weaviate/io.weaviate-client6-6.3.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 1, 2026

Copy link
Copy Markdown
Contributor

Bumps io.weaviate:client6 from 6.1.0 to 6.3.0.

Release notes

Sourced from io.weaviate:client6's releases.

6.2.1 - Tokenization, text2vec-digitalocean module

What's Changed

Full Changelog: weaviate/java-client@6.2.0...6.2.1

6.2.0 - Server-Side Batching, Proxy, multi2multivec-weaviate, Drop Vector Index, Query Profiling

The new version brings support for a number of features introduced in Weaviate v1.36 and v1.37.

SSB

We are happy to announce that weaviate-java-client now features a client for the new Server-Side Batching protocol.

List<WeaviateObject<Map<String, Object>>> myObjects;
try (BatchContext<Map<String, Object>> batch = client.batch.start()) {
    myObjects.forEach(batch::add);
} catch (InterruptedException e) { /* BatchContext is interruptible.  */ }

Proxy

Thanks to @​fer-marino it is now possible to proxy your Weaviate connection and OIDC token-exchange requests.

Proxy proxy = new Proxy(
    /* scheme */ "https",
    /* host */ "example.com",
    /* port */ 4505,
    /* username */ "john_doe",
    /* password */ "pa$$w0rd");
WeaviateClient.connectToLocal(conn -> conn.proxy(proxy));

Third-party modules

The list of supported modules now includes multi2multivec-weaviate vectorizer. The multi2vec-google module now also supports audio modality.

And more!

What's Changed

... (truncated)

Commits
  • dd75053 Release 6.3.0 version
  • 171287c Merge pull request #592 from weaviate/feat/boost
  • 4c89835 fix(javadoc): fix spelling of Boost class
  • 0ced39a feat(query): validate depth in sub-boosts passed to Boost.blend
  • fa79431 Merge branch 'main' into feat/boost
  • f5f5762 Merge pull request #593 from weaviate/feat/generative-deepseek
  • c9eb3ec Merge pull request #589 from weaviate/feat/selection
  • 21f173f fix(javadoc): delete @​param
  • 4469c44 feat(generative): add generative-deepseek provider
  • 93825d9 Merge pull request #586 from weaviate/feat/blobHash
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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)
Bumps [io.weaviate:client6](https://github.com/weaviate/java-client) from 6.1.0 to 6.3.0.
- [Release notes](https://github.com/weaviate/java-client/releases)
- [Commits](weaviate/java-client@6.1.0...6.3.0)

---
updated-dependencies:
- dependency-name: io.weaviate:client6
  dependency-version: 6.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jul 1, 2026
@dependabot dependabot Bot requested a review from a team as a code owner July 1, 2026 22:51
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jul 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code modules/weaviate

0 participants