Skip to content

Bump io.weaviate:client6 from 6.1.0 to 6.2.0 in /modules/weaviate#11763

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/gradle/modules/weaviate/io.weaviate-client6-6.2.0
Open

Bump io.weaviate:client6 from 6.1.0 to 6.2.0 in /modules/weaviate#11763
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/gradle/modules/weaviate/io.weaviate-client6-6.2.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 2, 2026

Bumps io.weaviate:client6 from 6.1.0 to 6.2.0.

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
  • 33f47fe Release 6.2.0 version
  • 8b22be6 Merge pull request #561 from weaviate/fix/none-vector-index
  • efae2aa refactor(vectorindex): make NoneVectorIndex a private member
  • 5ed805e Merge branch 'main' into fix/none-vector-index
  • 870b5b9 Merge pull request #559 from weaviate/feat/multi2multivec-weaviate
  • e2b3905 Merge pull request #558 from weaviate/feat/cohere-reranker
  • 77ba8eb Merge pull request #552 from weaviate/fix/npe-stopwords
  • 8d5dead Merge pull request #563 from weaviate/security/pin-actions-and-linters
  • 53acae2 ci: pin GitHub Actions to server SHAs
  • 506dedf Merge pull request #560 from weaviate/mcp-rbac
  • 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.2.0.
- [Release notes](https://github.com/weaviate/java-client/releases)
- [Commits](weaviate/java-client@6.1.0...6.2.0)

---
updated-dependencies:
- dependency-name: io.weaviate:client6
  dependency-version: 6.2.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 May 2, 2026
@dependabot dependabot Bot requested a review from a team as a code owner May 2, 2026 01:56
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels May 2, 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