lagon
lagon copied to clipboard
fix(deps): update rust crate redis to 0.23.2
This PR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
redis | dependencies | patch | 0.23.0 -> 0.23.2 |
Release Notes
redis-rs/redis-rs (redis)
v0.23.2
: v0.23.2
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
0.23.1 (2023-07-28)
Features
- Add basic Sentinel functionality (#836 @felipou)
- Enable keep alive on tcp connections via feature (#886 @DoumanAsh)
- Support fan-out commands in cluster-async (#843 @nihohit)
- connection_manager: retry and backoff on reconnect (#804 @nihohit)
Changes
- Tests: Wait for all servers (#901 @barshaul)
- Pin
tempfile
dependency (#902) - Update routing data for commands. (#887 @nihohit)
- Add basic benchmark reporting to CI (#880)
- Add
set_options
cmd (#879 @RokasVaitkevicius) - Move random connection creation to when needed. (#882 @nihohit)
- Clean up existing benchmarks (#881)
- Improve async cluster client performance. (#877 @nihohit)
- Allow configuration of cluster retry wait duration (#859 @nihohit)
- Fix async connect when ns resolved to multi ip (#872 @hugefiver)
- Reduce the number of unnecessary clones. (#874 @nihohit)
- Remove connection checking on every request. (#873 @nihohit)
- cluster_async: Wrap internal state with Arc. (#864 @nihohit)
- Fix redirect routing on request with no route. (#870 @nihohit)
- Amend README for macOS users (#869 @sarisssa)
- Improved redirection error handling (#857)
- Fix minor async client bug. (#862 @nihohit)
- Split aio.rs to separate files. (#821 @nihohit)
- Add time feature to tokio dependency (#855 @robjtede)
- Refactor cluster error handling (#844)
- Fix unnecessarily mutable variable (#849 @kamulos)
- Newtype SlotMap (#845)
- Bump MSRV to 1.60 (#846)
- Improve error logging. (#838 @nihohit)
- Improve documentation, add references to
redis-macros
(#769 @daniel7grant) - Allow creating Cmd with capacity. (#817 @nihohit)
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.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
dashboard | ❌ Failed (Inspect) | Aug 12, 2023 6:20pm | ||
docs | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Aug 12, 2023 6:20pm |
storybook | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Aug 12, 2023 6:20pm |
www | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Aug 12, 2023 6:20pm |
⚠️ No Changeset found
Latest commit: 540f4c5bb4af26b2dd6b1c3a864b9cc57cac761f
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
This PR includes no changesets
When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR