Skip to content

Bump redis from 0.27.6 to 0.28.0

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

Bumps redis from 0.27.6 to 0.28.0.

Release notes

Sourced from redis's releases.

redis-0.28.0

0.28.0 (2025-01-7)

Changes & Bug fixes

  • ConnectionManager: reconnect on disconnect pushes (#1407)
  • ConnectionManager: Support automatic resubscription (#1408)
  • Remove async_trait dependency (#1451)
  • Expose RetryMethod to consumers (#1454 @​Braedon-Wooding-Displayr)
  • Add ping support to commands & pubsubs (#1341)
  • Expose server creation logic through redis-test (#1363)
  • Depend only on the required sub-crates of futures (#1465 @​jplatte)
  • Breaking change: Mark more Connection functions as deprecated (#1468)
  • Move repeated logic to function (#1469)

Documentation improvements

  • Update README to use rustls (#1397 @​khacminh)
  • Update README.md regarding cargo-nextest (#1445 @​altanozlu)
  • Improve features and TLS docs (#1464)
  • Mention Valkey in Readme (#1467)
  • Fix automatic resubscription docs (#1450)
  • Replace get_multiplexed_tokio_connection in examples & tests (#1443)

CI improvements

  • Run tests concurrently (#1444)
  • Report slow tests more eagerly (#1441)
  • Improve testing of optional features (#1448)

New Contributors

Commits


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

Loading