Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps redis.clients:jedis from 5.1.5 to 6.0.0.

Release notes

Sourced from redis.clients:jedis's releases.

6.0.0

Redis 8.0 support

Starting from version 8.0, Redis supports new data structures and capabilities such as JSON, Search & Query, and TimeSeries by default. This release improves Jedis compatibility with Redis 8.0.

Upgrading from previous releases

Search

This release introduces a client-side default dialect for Redis’ search and query capabilities. By default, the client now overrides the server-side dialect with version 2, automatically appending DIALECT 2 to commands like FT.AGGREGATE and FT.SEARCH.

Important: Be aware that the query dialect may impact the results returned. If needed, you can revert to a different dialect version by configuring the client accordingly.

            UnifiedJedis jedis = new UnifiedJedis("redis://localhost:6379");
            jedis.setDefaultSearchDialect(1);  // DIALECT 1

You can find further details in the query dialect documentation.

Discontinued features

This release also removes support for both RedisGraph and Triggers & Functions(aka RedisGears v2).

🔥 Breaking Changes

  • Make default client side search dialect to 2 (#4060)
  • Remove Graph module support (#4073)
  • Change FT.PROFILE to return generic object (#4067)
  • Remove Triggers and Functions feature (#3969)
  • COMMAND INFO reply contains subcommand detail (#4022)

🧪 Experimental Features

  • Support warning messages in search/aggregation query results (#3958)
  • Add SslOptions (#3980)

🚀 New Features

  • Add tests for vector search INT8/UINT8 types (#4091)
  • Support for new HFE API, hgetdel hgetex hsetex commands (#4095)
  • Propagate cause for "Cluster retry deadline exceeded" exception (#4103)
  • Support INFO command in UnifiedJedis (simplified) (#4079)
  • [code cleanup] Jedis client to implement CommandCommands interface (#4077)
  • Extend EXECABORT with "previous errors" #4084 (#4090)
  • Add SslOptions (#3980)
  • Token based authentication integration with core extension (#4011)
  • Implement command (no arg) (#4026)

🐛 Bug Fixes

  • Fix for bug #4003. Better message instead of ArrayIndexOutOfBoundsExce (#4109)

... (truncated)

Commits
  • fba0f97 Bump test infra to 8.0-RC2 (#4155)
  • 34474d7 DOC-5110 added hash search examples (#4151)
  • 38bd33f Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.2 to 3.5.3 (#4136)
  • faf1762 Bump org.jacoco:jacoco-maven-plugin from 0.8.12 to 0.8.13 (#4137)
  • 3037f63 Speed up cluster tests (#4150)
  • 2755b73 Bump org.apache.httpcomponents.client5:httpclient5-fluent from 5.4.2 to 5.4.4...
  • 93dd26c Fix for connectionAuthWithExpiredTokenTest (#4142)
  • 1d1b268 Migrate test to JUnit5 (#4139)
  • 8e78a93 Fix flaky test JedisPoolTest.testCloseConnectionOnMakeObject (#4138)
  • 582df92 Update "Pipelines and transactions" doc example to include pipeline.close() (...
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
redis.clients:jedis [> 3.0.1, < 4]
redis.clients:jedis [>= 4.a, < 5]

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@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 May 1, 2025 23:27
@eddumelendez
Copy link
Member

@dependabot rebase

Bumps [redis.clients:jedis](https://github.com/redis/jedis) from 5.1.5 to 6.0.0.
- [Release notes](https://github.com/redis/jedis/releases)
- [Commits](redis/jedis@v5.1.5...v6.0.0)

---
updated-dependencies:
- dependency-name: redis.clients:jedis
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/gradle/modules/toxiproxy/redis.clients-jedis-6.0.0 branch from a9bf8ea to 2441106 Compare July 11, 2025 20:01
@eddumelendez eddumelendez merged commit 8c766fc into main Jul 11, 2025
105 checks passed
@eddumelendez eddumelendez deleted the dependabot/gradle/modules/toxiproxy/redis.clients-jedis-6.0.0 branch July 11, 2025 20:45
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/toxiproxy

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants