Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 1, 2025

Bumps io.weaviate:client from 4.8.3 to 5.3.0.

Release notes

Sourced from io.weaviate:client's releases.

5.3.0 - MUVERA, BM25 Search Operator

The 5.3.0 release adds support for several major features introduced in Weaviate v1.31.0: BM25 And/Or search operators and MUVERA encoding for multi-vector indices.

We've also extended the collection management API with an ability to add named vectors to existing collections with client.schema().vectorAdder().

What's Changed

New Contributors

Full Changelog: weaviate/java-client@5.2.1...5.3.0

5.2.1 - Security patches

Upgrade httpclient dependency to v5.4.3 which includes a fix for a high-severity vulnerability.

What's Changed

Full Changelog: weaviate/java-client@5.2.0...5.2.1

5.2.0 - Dynamic User Management

Dynamic User Management is an extension to the RBAC functionality introduced in Weaviate v1.29, which allows creating new users programmatically as well as managing their roles and API keys.

To avoid name clashes with users authenticated via OIDC, each user is assigned a user type qualifier: db | oidc. The clients makes working with different types of users easy by providing dedicated methods for each one:

  • users().db() -- dynamically created users and users defined in the server's environment variables
  • users().oidc() -- users using OIDC authentication

To avoid confusion, all users APIs from v5.1.* as well as part of the roles APIs are deprecated in favor of their namespaced counterparts.

Deprecations

  • users().assignedRolesGetter()
  • users().revoker()
  • users().assigner()
  • roles().assignedUsersGetter()

What's Changed

Full Changelog: weaviate/java-client@5.1.3...5.2.0

5.1.3 - Bugfixes and minor improvements

What's Changed

... (truncated)

Commits
  • 541afd8 Release 5.3.0 version
  • de85c6b Merge pull request #386 from weaviate/feat/minimum_should_match
  • 1a02879 Merge pull request #385 from weaviate/feat/add_vector
  • 79c459a ci: update expected Weaviate commit hash
  • 2ee5c73 fix: always include minimumOrTokensMatch argument
  • 5c1b80f refactor: rename method to follow naming conventions
  • 03cf63d Merge pull request #384 from weaviate/test/multi-vector-adapter
  • 9270868 feat: add searchOperator (minimum_should_match) to bm25 and hybrid arguments
  • 7844820 chore: fix unintended file change
  • 3750fa9 refactor: rename builder methods to withVectorConfig
  • 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 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jul 1, 2025
@dependabot dependabot bot requested a review from a team July 1, 2025 22:35
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jul 1, 2025
Bumps [io.weaviate:client](https://github.com/weaviate/java-client) from 4.8.3 to 5.3.0.
- [Release notes](https://github.com/weaviate/java-client/releases)
- [Commits](weaviate/java-client@4.8.3...5.3.0)

---
updated-dependencies:
- dependency-name: io.weaviate:client
  dependency-version: 5.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/gradle/modules/weaviate/io.weaviate-client-5.3.0 branch from 50931d6 to 794d4f5 Compare July 8, 2025 23:56
@eddumelendez eddumelendez merged commit cc1ccba into main Jul 12, 2025
105 checks passed
@eddumelendez eddumelendez deleted the dependabot/gradle/modules/weaviate/io.weaviate-client-5.3.0 branch July 12, 2025 02:24
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.

2 participants