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

fix(deps): update rust crate redis to 0.24 #216

Merged
merged 1 commit into from
Dec 15, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 5, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
redis dependencies minor 0.23 -> 0.24

Release Notes

redis-rs/redis-rs (redis)

v0.24.0: v0.24.0

Compare Source

0.24.0 (2023-12-05)
Features
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)

v0.23.4

Compare Source

v0.23.3: v0.23.3

Compare Source

0.23.3 (2023-09-01)

Note that this release fixes a small regression in async Redis Cluster handling of the PING command.
Based on updated response aggregation logic in #​888, it
will again return a single response instead of an array.

Features
Fixes

v0.23.2: v0.23.2

Compare Source

0.23.2 (2023-08-10)

Fixes
  • Fix sentinel tests flakiness (#​912)
  • Rustls: Remove usage of deprecated method (#​921)
  • Fix compiling with sentinel feature, without aio feature (#​922 @​brocaar)
  • Add timeouts to tests github action (#​911)

v0.23.1: v0.23.1

Compare Source

0.23.1 (2023-07-28)
Features
Changes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

Copy link

github-actions bot commented Dec 5, 2023

Benchmark for 6cc093a

Click to view benchmark
Test Base PR %
mysql/consume/1000 2.7±0.08s 2.9±0.07s +7.41%
mysql/push/1000 1396.2±44.44ms 1445.0±52.80ms +3.50%
postgres/consume/1000 716.2±28.16ms 766.9±23.24ms +7.08%
postgres/push/1000 535.7±10.08ms 565.8±16.33ms +5.62%
redis/consume/1000 551.8±0.35ms 551.4±0.32ms -0.07%
redis/push/1000 169.1±18.84ms 162.9±1.93ms -3.67%
sqlite_in_memory/consume/1000 1000.3±0.31ms 1000.2±0.25ms -0.01%
sqlite_in_memory/push/1000 69.1±0.64ms 71.1±1.31ms +2.89%

@geofmureithi geofmureithi merged commit 2c6fa6d into master Dec 15, 2023
7 checks passed
@geofmureithi geofmureithi deleted the renovate/redis-0.x branch December 15, 2023 13:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant