Skip to content

Bump redis from 0.26.1 to 0.27.0

Dependabot requested to merge dependabot-cargo-redis-0.27.0 into master

Bumps redis from 0.26.1 to 0.27.0.

Release notes

Sourced from redis's releases.

redis-0.27.0

Features

Changes & Bug fixes

  • Fix new lints #1310
  • Use pipelines to setup connections #1250
  • Bump MSRV to 1.70 #1286

New Contributors

Full Changelog: https://github.com/redis-rs/redis-rs/compare/redis-0.26.1...redis-0.27.0

Commits
  • b3ce45e Draft release 0.27.0
  • 78d53f7 Make SharedHandleContainer a proper struct.
  • 2c99b19 Abort backing task to async pubsub stream on drop.
  • 23db5cf Abort backing task to async cluster connection on drop.
  • 174e589 Abort backing task to multiplexed connection on drop.
  • df8c7bf Runtime: Add an abstraction over task handles.
  • 4c3e1d1 style: Fix lint issue when not using r2d2 feature
  • 6e52a53 test: Add sentinel r2d2 test case with LockedSentinelClient
  • 174d218 style: Fix small style issue in r2d2.rs
  • 07cb4dc feat: Add r2d2 support for SentinelClient
  • Additional commits viewable in compare view


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts

Merge request reports