deps: bump redis.clients:jedis from 5.2.0 to 6.0.0
Type: Pull Request
State: Merged
Association: Contributor
Comments: 0
(12 months ago)
(12 months ago)
(12 months ago)
by SebastianLopezO
dependencies java
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 2to 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 1You 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
π 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
... (truncated)
Commits
fba0f97Bump test infra to 8.0-RC2 (#4155)34474d7DOC-5110 added hash search examples (#4151)38bd33fBump org.apache.maven.plugins:maven-surefire-plugin from 3.5.2 to 3.5.3 (#4136)faf1762Bump org.jacoco:jacoco-maven-plugin from 0.8.12 to 0.8.13 (#4137)3037f63Speed up cluster tests (#4150)2755b73Bump org.apache.httpcomponents.client5:httpclient5-fluent from 5.4.2 to 5.4.4...93dd26cFix for connectionAuthWithExpiredTokenTest (#4142)1d1b268Migrate test to JUnit5 (#4139)8e78a93Fix flaky test JedisPoolTest.testCloseConnectionOnMakeObject (#4138)582df92Update "Pipelines and transactions" doc example to include pipeline.close() (...- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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
1
1
+1
-1
Package Dependencies
Technical Details
| ID: | 2741415 |
| UUID: | 2629698090 |
| Node ID: | PR_kwDONDS46c6cvgIq |
| Host: | GitHub |
| Repository: | SmartPotTech/SmartPot-API |
| Merge State: | Unknown |