Bump redis from 0.27.6 to 0.28.0
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
@khacminh
made their first contribution in redis-rs/redis-rs#1397@Braedon-Wooding-Displayr
made their first contribution in redis-rs/redis-rs#1454@jplatte
made their first contribution in redis-rs/redis-rs#1465
Commits
-
cba1421
Prepare release 0.28.0 (#1472) -
778ac1a
Async Cluster: Add pubsub support. (#1449) -
1b0bc44
Move repeated logic to function. (#1469) -
39f722d
Mark moreConnection
functions as deprecated. (#1468) -
cf76bcc
Mention Valkey in Readme. (#1467) -
43fd569
fix compilation. (#1466) -
492a3c7
Depend only on the required sub-crates of futures (#1465) -
5d04985
Move server creation logic to redis-test (#1363) -
f1e9108
Improve features and TLS docs. (#1464) -
06b5448
Bump pin-project-lite from 0.2.14 to 0.2.15 (#1456) - 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