rust-libp2p
rust-libp2p copied to clipboard
deps: bump redis from 0.23.3 to 0.24.0
Bumps redis from 0.23.3 to 0.24.0.
Release notes
Sourced from redis's releases.
v0.24.0
0.24.0 (2023-12-05)
Features
- Breaking change: Support Mutual TLS (#858
@sp-angel)- Implement
FromRedisValueforBox<[T]>andArc<[T]>(#799@JOT85)- Sync Cluster: support multi-slot operations. (#967)
- Execute multi-node requests using try_request. (#919)
- Sorted set blocking commands (#962
@gheorghitamutu)- Allow passing routing information to cluster. (#899)
- Add
tcp_nodelayfeature (#941@PureWhiteWu)- Add support for multi-shard commands. (#900)
Changes
- Order in usage of ClusterParams. (#997)
- Breaking change: Fix StreamId::contains_key signature (#783
@Ayush1325)- Breaking change: Update Command expiration values to be an appropriate type (#589
@joshleeb)- Breaking change: Bump aHash to v0.8.6 (#966
@aumetra)- Fix features for
load_native_certs. (#996)- Revert redis-test versioning changes (#993)
- Tests: Add retries to test cluster creation (#994)
- Fix sync cluster behavior with transactions. (#983)
- Sync Pub/Sub - cache received pub/sub messages. (#910)
- Prefer routing to primary in a transaction. (#986)
- Accept iterator at
ClusterClientinitialization (#987@ruanpetterson)- Breaking change: Change timeouts from usize and isize to f64 (#988
@eythorhel19)- Update minimal rust version to 1.6.5 (#982)
- Disable JSON module tests for redis 6.2.4. (#980)
- Add connection string examples (#976
@NuclearOreo)- Move response policy into multi-node routing. (#952)
- Added functions that allow tests to check version. (#963)
- Fix XREADGROUP command ordering as per Redis Docs, and compatibility with Upstash Redis (#960
@prabhpreet)- Optimize make_pipeline_results by pre-allocate memory (#957
@PureWhiteWu)- Run module tests sequentially. (#956)
- Log cluster creation output in tests. (#955)
- CI: Update and use better maintained github actions. (#954)
- Call CLIENT SETINFO on new connections. (#945)
- Deprecate functions that erroneously use
tokioin their name. (#913)- CI: Increase timeouts and use newer redis. (#949)
- Remove redis version from redis-test. (#943)
Commits
37ba561Release redis 0.24.0 / redis-test 0.3.0 (#998)bcc6e3bOrder in usage of ClusterParams. (#997)db19291Fix StreamId::contains_key signature (#783)413f4d9Update Command expiration values to be an appropriate type (#589)f4f5344Bump aHash to v0.8.6 (#966)439118eFix features forload_native_certs. (#996)a26373bRevert redis-test versioning changes (#993)882ecf9Tests: Add retries to test cluster creation (#994)d8a5ca9Release redis 0.23.4 / redis-test 0.2.4 (#992)a6df6e2Fix sync cluster behavior with transactions. (#983)- Additional commits viewable in compare view
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 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 <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) -
@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) -
@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) -
@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency -
@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
@dependabot recreate
A newer version of redis exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.