testcontainers-java
testcontainers-java copied to clipboard
Bump redis.clients:jedis from 6.2.0 to 7.1.0 in /modules/toxiproxy
Bumps redis.clients:jedis from 6.2.0 to 7.1.0.
Release notes
Sourced from redis.clients:jedis's releases.
7.1.0
Overview
Jedis 7.1.0 release adds support for Redis 8.4, including new commands and features
🚀 New Features
🚀 Experimental
- Add support for CAS/CAD, DELEX, DIGEST commands (#4363)
Changes
- Adding a registry that maps command names to their flags (#4332)
- Reduce log level to warn on reconnect in JedisSentinelPool (#4336)
🐛 Bug Fixes
🧰 Maintenance
- Bump org.jacoco:jacoco-maven-plugin from 0.8.13 to 0.8.14 (#4327)
- Bump org.apache.httpcomponents.client5:httpclient5-fluent from 5.5 to 5.5.1 (#4325)
- Increase timeout for countDownLatch await (#4333)
- docs: Correct builder to use hostAndPort method (#4322)
- docs: document required optional dependency
resilience4j-all(#4321)- Enable code highlighting in the docs (#4319)
Contributors
We'd like to thank all the contributors who worked on this release!
@ChrisMcD1,@a-TODO-rov,@dependabot,@dependabot[bot],@ggivoand@uglide7.0.0
Overview
Jedis 7.0.0 is a major release that modernizes the API, removes deprecated features, and introduces enhanced failover/failback behavior.
The main focus areas of this release are:
- Automatic Failover and Failback API update - The automatic failover client has been refactored and stabilized.
- Builder pattern introduction - New fluent builders are now available for
JedisPooled,JedisCluster, andJedisSentinel.- Removal of deprecated sharding features -
JedisShardingand related classes have been removed.- Base class consolidation - Pipeline and Transaction base classes have been renamed for consistency.
- API cleanup - Deprecated constructors and methods have been removed to streamline the API.
For detailed migration guidance, refer to Jedis 7.0.0 Migration Guide.
... (truncated)
Commits
978011aFix jedis dependency version in README.md2c7b717Add support cas cad v2 (#4363)fa52d66Mark StaticCommandFlagsRegistry as internal (#4365)c8135e2Add support for CLAIM arg in XREADGROUP (#4344)0582c3bAdd msetex command (#4361)d5e98abBump 8.4 test image (#4362)c18881eBump integration branch to next release (7.1.x) (#4349)97dc9b1Bump org.jacoco:jacoco-maven-plugin from 0.8.13 to 0.8.14 (#4327)dea46c5Add commands flags based on static map (#4332)4776709Bump org.apache.httpcomponents.client5:httpclient5-fluent from 5.5 to 5.5.1 (...- 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 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)