Skip to content

Update Rust crate redis to 0.32.0#62

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/redis-0.x
Open

Update Rust crate redis to 0.32.0#62
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/redis-0.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Aug 12, 2023

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change
redis dependencies minor 0.23.10.32.0

Release Notes

redis-rs/redis-rs (redis)

v0.32.7

Compare Source

What's Changed

v0.32.6

Compare Source

0.32.6 (2025-09-26)
Changes

v0.32.5

Compare Source

What's Changed

Changes & Bug fixes
Documentation & CI improvements

v0.32.4

Compare Source

What's Changed

Changes & Bug fixes

New Contributors

Full Changelog: redis-rs/redis-rs@redis-0.32.3...redis-0.32.4

v0.32.3

Compare Source

0.32.3 (2025-06-30)
Changes & Bug fixes
Documentation & CI improvements

New Contributors

Full Changelog: redis-rs/redis-rs@redis-0.32.2...redis-0.32.3

v0.32.2

Compare Source

Changes & Bug fixes

v0.32.1

Compare Source

What's Changed

New Contributors

Full Changelog: redis-rs/redis-rs@redis-0.32.0...redis-0.32.1

v0.32.0

Compare Source

Changes & Bug fixes

v0.31.0

Compare Source

Changes & Bug fixes

v0.30.0

Compare Source

Changes & Bug fixes
Documentation & CI improvements

v0.29.5

Compare Source

Changes & Bug fixes

v0.29.4: - yanked due to broken Windows build

Compare Source

Changes & Bug fixes

v0.29.3: - yanked due to broken Windows build

Compare Source

Changes & Bug fixes

v0.29.2: 0.29.2

Compare Source

Changes & Bug fixes

v0.29.1

Compare Source

What's Changed

Changes & Bug fixes
Documentation improvements
CI improvements

v0.29.0: v0.29.0

Compare Source

0.29.0 (2025-02-16)
Changes & Bug fixes
Documentation improvements

v0.28.2

Compare Source

Changes & Bug fixes

v0.28.1

Compare Source

Changes & Bug fixes

v0.28.0

Compare Source

0.28.0 (2025-01-7)
Changes & Bug fixes
Documentation improvements
CI improvements
  • Run tests concurrently (#​1444)
  • Report slow tests more eagerly (#​1441)
  • Improve testing of optional features (#​1448)

New Contributors

v0.27.6

Compare Source

Changes & Bug fixes
Documentation improvements
CI improvements
  • Use cargo-nextest for testing. (#​1336)
  • test in CI against valkey 8. (#​1362)
  • Fix new lints. (#​1426)
  • Fix test_block_on_all_panics_from_spawns consistently failing on async_std. (#​1368)

v0.27.5: v0.27.5

Compare Source

Changes & Bug fixes
CI improvements
  • Increase test CI action timeout. (#​1370)

v0.27.4: redis v0.27.4

Compare Source

Changes & Bug fixes
  • Add lastid option to xclaim (#​1360 @​urkle)
  • Add xadd_options and xtrim_options (#​1361 @​urkle)
  • Sync connection: Handle timed-out responses by ignoring them. (#​1290)
  • Expose the sink and stream parts of an async pubsub to the user. (#​1366)
CI improvements

v0.27.3

Compare Source

Changes & Bug fixes
CI improvements
  • Improve testing async-std (#​1314)
  • Test against Valkey in CI. (#​1315)
  • Add CI action to test whether feature combinations compile. (#​1328)

v0.27.2

Compare Source

Changes & Bug fixes
  • Pubsub: Keep stream running after sink was closed. (#​1330)

v0.27.1: v0.27.1

Compare Source

Changes & Bug fixes

v0.27.0

Compare Source

Features
Changes & Bug fixes

New Contributors

Full Changelog: redis-rs/redis-rs@redis-0.26.1...redis-0.27.0

v0.26.1

Compare Source

What's Changed

v0.26.0: v0.26.0

Compare Source

0.26.0 (2024-07-26)
Features
  • Breaking change: Add RESP3 support (#​1058 @​altanozlu)
  • Breaking change: Expose Errors in Value 1093
  • Add max retry delay for every reconnect (#​1194 tonynguyen-sotatek)
  • Add support for routing by node address. #​1062
  • Breaking change: Deprecate function that erroneously use tokio in its name. 1087
  • Breaking change: Change is_single_arg to num_of_args in ToRedisArgs trait (1238 @​git-hulk)
  • feat: add implementation of ToRedisArgs,FromRedisValue traits for Arc<T>,Box<T>,Rc<T> (1088 @​xoac)
  • MultiplexedConnection: Relax type requirements for pubsub functions. 1129
  • Add invoke_script to commands to allow for pipelining of scripts (1097 @​Dav1dde)
  • Adde MultiplexedConnection configuration, usable through Sentinel (1167 @​jrylander)
  • Slot parsing: Added handling to "?" and NULL hostnames in CLUSTER SLOTS. 1094
  • Add scan_options (1231 @​alekspickle)
  • Add un/subscribe commands to aio::ConnectionManager. 1149
  • Mark deprecated constructor functions. 1218
  • Breaking change: Fix nightly compilation warnings. This involved removing some functions, thus the breaking change.
    #​1229
Changes & Bug fixes
Dependency updates, lints & testing improvements
  • Fix new lints. 1268
  • Fix flakey multi-threaded test runs. 1261
  • Fix documentation warning. 1258
  • Fix nightly compilation warnings. 1229
  • Fix fuzzer. 1145
  • Fix flakey test. 1221
  • Cluster creation in test: Try getting a new port if the current port isn't available. 1214
  • Log the server / cluster logfile on error. 1200
  • Remove loop from test. 1187
  • Add valkey crate 1168
  • Add tests for username+password authentication. 1157
  • Improve PushManager tests in sync connection (1100 @​altanozlu)
  • Fix issues that prevented cluster tests from running concurrently. 1130
  • Fix issue in cluster tests. 1139
  • Remove redundant call. 1112
  • Fix clippy warnings #​1180
  • Wrap tests with modules. 1084
  • Add missing module skips. #​1083
  • Add vscode settings to gitignore. 1085

v0.25.5

Compare Source

v0.25.4

Compare Source

v0.25.3: v0.25.3

Compare Source

0.25.3 (2024-04-04)
  • Handle empty results in multi-node operations (#​1099)

v0.25.2: v0.25.2

Compare Source

0.25.2 (2024-03-15)
  • MultiplexedConnection: Separate response handling for pipeline. (#​1078)

v0.25.1: v0.25.1

Compare Source

0.25.1 (2024-03-12)

v0.25.0: v0.25.0

Compare Source

0.25.0 (2024-03-08)
Features
Changes

v0.24.1

Compare Source

  • fixup dependency on never type fallback to unit (#​2059)

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 fr

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot changed the title fix(deps): update rust crate redis to 0.23.2 fix(deps): update rust crate redis to 0.23.3 Sep 1, 2023
@renovate renovate Bot force-pushed the renovate/redis-0.x branch from bbbb1cf to a0f6718 Compare September 1, 2023 17:03
@renovate renovate Bot changed the title fix(deps): update rust crate redis to 0.23.3 fix(deps): update rust crate redis to 0.23.4 Nov 26, 2023
@renovate renovate Bot force-pushed the renovate/redis-0.x branch from a0f6718 to c98dde5 Compare November 26, 2023 18:50
@renovate renovate Bot changed the title fix(deps): update rust crate redis to 0.23.4 fix(deps): update rust crate redis to 0.23.3 Nov 27, 2023
@renovate renovate Bot force-pushed the renovate/redis-0.x branch from c98dde5 to 6d6b4ea Compare November 27, 2023 16:54
@renovate renovate Bot changed the title fix(deps): update rust crate redis to 0.23.3 fix(deps): update rust crate redis to 0.24.0 Dec 5, 2023
@renovate renovate Bot force-pushed the renovate/redis-0.x branch from 6d6b4ea to 6595bac Compare December 5, 2023 17:29
@renovate renovate Bot force-pushed the renovate/redis-0.x branch from 6595bac to e33f5d2 Compare March 9, 2024 17:06
@renovate renovate Bot changed the title fix(deps): update rust crate redis to 0.24.0 fix(deps): update rust crate redis to 0.25.0 Mar 9, 2024
@renovate renovate Bot force-pushed the renovate/redis-0.x branch from e33f5d2 to 26c7349 Compare March 13, 2024 05:08
@renovate renovate Bot changed the title fix(deps): update rust crate redis to 0.25.0 fix(deps): update rust crate redis to 0.25.1 Mar 13, 2024
@renovate renovate Bot force-pushed the renovate/redis-0.x branch from 26c7349 to 71c5bb4 Compare March 16, 2024 19:15
@renovate renovate Bot changed the title fix(deps): update rust crate redis to 0.25.1 fix(deps): update rust crate redis to 0.25.2 Mar 16, 2024
@renovate renovate Bot force-pushed the renovate/redis-0.x branch from 71c5bb4 to b073577 Compare April 4, 2024 12:54
@renovate renovate Bot changed the title fix(deps): update rust crate redis to 0.25.2 fix(deps): update rust crate redis to 0.25.3 Apr 4, 2024
@renovate renovate Bot force-pushed the renovate/redis-0.x branch from b073577 to 1514150 Compare May 5, 2024 09:43
@renovate renovate Bot changed the title fix(deps): update rust crate redis to 0.25.3 fix(deps): update rust crate redis to 0.25.0 May 5, 2024
@renovate renovate Bot force-pushed the renovate/redis-0.x branch from 1514150 to 43d11c5 Compare July 26, 2024 16:20
@renovate renovate Bot changed the title fix(deps): update rust crate redis to 0.25.0 fix(deps): update rust crate redis to 0.26.0 Jul 26, 2024
@renovate renovate Bot force-pushed the renovate/redis-0.x branch from 43d11c5 to da117f1 Compare September 12, 2024 10:35
@renovate renovate Bot changed the title fix(deps): update rust crate redis to 0.26.0 fix(deps): update rust crate redis to 0.27.0 Sep 12, 2024
@renovate renovate Bot force-pushed the renovate/redis-0.x branch from da117f1 to 60f3a69 Compare January 8, 2025 13:52
@renovate renovate Bot changed the title fix(deps): update rust crate redis to 0.27.0 fix(deps): update rust crate redis to 0.28.0 Jan 8, 2025
@renovate renovate Bot force-pushed the renovate/redis-0.x branch from 60f3a69 to cb244d9 Compare February 16, 2025 17:31
@renovate renovate Bot changed the title fix(deps): update rust crate redis to 0.28.0 fix(deps): update rust crate redis to 0.29.0 Feb 16, 2025
@renovate renovate Bot force-pushed the renovate/redis-0.x branch from cb244d9 to 1144e90 Compare April 22, 2025 23:05
@renovate renovate Bot changed the title fix(deps): update rust crate redis to 0.29.0 fix(deps): update rust crate redis to 0.30.0 Apr 22, 2025
@renovate renovate Bot force-pushed the renovate/redis-0.x branch from 1144e90 to 0c8f6a3 Compare May 9, 2025 11:32
@renovate renovate Bot changed the title fix(deps): update rust crate redis to 0.30.0 fix(deps): update rust crate redis to 0.31.0 May 9, 2025
@renovate renovate Bot force-pushed the renovate/redis-0.x branch from 0c8f6a3 to 8ce9532 Compare June 6, 2025 21:18
@renovate renovate Bot changed the title fix(deps): update rust crate redis to 0.31.0 fix(deps): update rust crate redis to 0.32.0 Jun 6, 2025
@renovate renovate Bot force-pushed the renovate/redis-0.x branch from 8ce9532 to 2efb059 Compare August 10, 2025 09:20
@renovate renovate Bot force-pushed the renovate/redis-0.x branch from 2efb059 to c818463 Compare September 25, 2025 18:54
@renovate renovate Bot force-pushed the renovate/redis-0.x branch from c818463 to 6b9af30 Compare December 10, 2025 11:32
@renovate renovate Bot force-pushed the renovate/redis-0.x branch from 6b9af30 to 11ea317 Compare December 31, 2025 14:45
@renovate renovate Bot force-pushed the renovate/redis-0.x branch from 11ea317 to b1bfdca Compare February 2, 2026 20:17
@renovate renovate Bot force-pushed the renovate/redis-0.x branch from b1bfdca to 5c798a5 Compare February 12, 2026 15:32
@renovate renovate Bot force-pushed the renovate/redis-0.x branch from 5c798a5 to 458aabf Compare February 25, 2026 09:54
@renovate renovate Bot force-pushed the renovate/redis-0.x branch from 458aabf to 41a908d Compare March 13, 2026 17:12
@renovate renovate Bot changed the title fix(deps): update rust crate redis to 0.32.0 Update Rust crate redis to 0.32.0 Apr 8, 2026
@renovate renovate Bot force-pushed the renovate/redis-0.x branch from 41a908d to 5b2067a Compare May 18, 2026 12:06
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.

0 participants