Skip to content

Bump io.weaviate:client6 from 6.1.0 to 6.2.1 in /modules/weaviate#11819

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

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

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jun 3, 2026

Bumps io.weaviate:client6 from 6.1.0 to 6.2.1.

Release notes

Sourced from io.weaviate:client6's releases.

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

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.2.1.
- [Release notes](https://github.com/weaviate/java-client/releases)
- [Commits](weaviate/java-client@6.1.0...6.2.1)

---
updated-dependencies:
- dependency-name: io.weaviate:client6
  dependency-version: 6.2.1
  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 Jun 3, 2026
@dependabot dependabot Bot requested a review from a team as a code owner June 3, 2026 12:34
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jun 3, 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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants