Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update redis requirement from 0.23 to 0.24 #178

Merged
merged 1 commit into from
Dec 6, 2023
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 6, 2023

Updates the requirements on redis to permit the latest version.

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 FromRedisValue for Box<[T]> and Arc<[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_nodelay feature (#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 ClusterClient initialization (#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 tokio in their name. (#913)
  • CI: Increase timeouts and use newer redis. (#949)
  • Remove redis version from redis-test. (#943)
Commits

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)

Updates the requirements on [redis](https://github.com/redis-rs/redis-rs) to permit the latest version.
- [Release notes](https://github.com/redis-rs/redis-rs/releases)
- [Commits](redis-rs/redis-rs@redis-0.23.0...redis-0.24.0)

---
updated-dependencies:
- dependency-name: redis
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 6, 2023
Copy link

codecov bot commented Dec 6, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (6908d2f) 72.00% compared to head (4a629cd) 72.00%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #178   +/-   ##
=======================================
  Coverage   72.00%   72.00%           
=======================================
  Files           6        6           
  Lines         593      593           
=======================================
  Hits          427      427           
  Misses        166      166           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@djc djc merged commit 02fc1c5 into main Dec 6, 2023
10 checks passed
@delete-merged-branch delete-merged-branch bot deleted the dependabot/cargo/redis-0.24 branch December 6, 2023 09:04
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant