Skip to content

v0.29.0

Choose a tag to compare

@nihohit nihohit released this 16 Feb 11:00
· 411 commits to main since this release
7ca5765

0.29.0 (2025-02-16)

Changes & Bug fixes

  • Tweaks to rustls usage (#1499 by @djc)
  • Add client side caching support for MultiplexedConnection (#1296 by @altanozlu)
  • Add buffered write methods to RedisWrite (#905 by @swwu)
  • Include the reason for one connection failure if cluster connect fails (#1497 by @Marwes)
  • Upgrade to rand 0.9 (#1525 by @gkorland)
  • Allow configuring Sentinel with custom TLS certificates (#1335 by @ergonjomeier)
  • Fix caching with the JSON module (#1520 by @kudlatyamroth)
  • Allow users of async connections to set TCP settings. (#1523)

Documentation improvements

  • Clarify build instructions in README. (#1515)
  • Improve pubsub docs. (#1519)
  • Improve docs around TTLs/ expiry times. (#1522 by @clbarnes)