An open index of dependabot pull requests across open source projects.

deps: bump redis.clients:jedis from 5.2.0 to 6.0.0

Merged
Number: #25
Type: Pull Request
State: Merged
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 0
Created: June 30, 2025 at 05:46 PM UTC
(12 months ago)
Updated: July 02, 2025 at 04:29 AM UTC
(12 months ago)
Merged: July 02, 2025 at 04:29 AM UTC
(12 months ago)
by SebastianLopezO
Time to Close: 1 day
Labels:
dependencies java
Description:

Bumps redis.clients:jedis from 5.2.0 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

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)
Pull Request Statistics
Commits:
1
Files Changed:
1
Additions:
+1
Deletions:
-1
Package Dependencies
Ecosystem:
maven
Version Change:
5.2.0 β†’ 6.0.0
Update Type:
Major
Technical Details
ID: 2741415
UUID: 2629698090
Node ID: PR_kwDONDS46c6cvgIq
Host: GitHub
Repository: SmartPotTech/SmartPot-API
Merge State: Unknown