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 Rust crate redis to 0.28.0 #75

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 23, 2025

This PR contains the following updates:

Package Type Update Change
redis dependencies minor 0.25.2 -> 0.28.0

Release Notes

redis-rs/redis-rs (redis)

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.
    https://github.com/redis-rs/redis-rs/pull/12291229
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.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)

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

Copy link
Contributor Author

renovate bot commented Jan 23, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path Cargo.toml --workspace
    Updating crates.io index
error: failed to select a version for `sqlx`.
    ... required by package `stacker v0.1.0 (/tmp/renovate/repos/github/trydirect/stacker)`
versions that meet the requirements `^0.8.1` are: 0.8.3, 0.8.2, 0.8.1

the package `stacker` depends on `sqlx`, with features: `offline` but `sqlx` does not have these features.


failed to select a version for `sqlx` which could resolve this conflict

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