Skip to content

Bump io.weaviate:client from 4.8.3 to 5.2.1 in /modules/weaviate #10251

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps io.weaviate:client from 4.8.3 to 5.2.1.

Release notes

Sourced from io.weaviate:client's releases.

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

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

5.1.2 - Batch error handling

What's Changed

Full Changelog: weaviate/java-client@5.1.1...5.1.2

5.1.1 - ColBERT

Support multi-vector embeddings (ColBERT, ColPali, etc.) in object creation/update, batch insert, and NearVector + Hybrid queries.

... (truncated)

Commits
  • 1192482 Release 5.2.1 version
  • 298cdf0 chore: bump httpclient to 5.4.3 (#378)
  • a06c5d3 Update version to next snapshot version
  • 1dc69db Release 5.2.0 version
  • 4df2216 feat: support dynamic user management in Weaviate v1.30 (#369)
  • a1fa189 Update version to next snapshot version
  • 722085b Release 5.1.3 version
  • ad42cae fix(experimental): handle null property values (#363)
  • e54c7da Update version to next snapshot version
  • a8798cd Release 5.1.2 version
  • 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)

Bumps [io.weaviate:client](https://github.com/weaviate/java-client) from 4.8.3 to 5.2.1.
- [Release notes](https://github.com/weaviate/java-client/releases)
- [Commits](weaviate/java-client@4.8.3...5.2.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels May 1, 2025
@dependabot dependabot bot requested a review from a team as a code owner May 1, 2025 23:40
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