Skip to content

redis-0.27.3

Choose a tag to compare

@nihohit nihohit released this 05 Oct 22:48
· 549 commits to main since this release

Changes & Bug fixes

  • Add support for [TYPE type] in SCAN commands (#1332 @Reiuji-ch)
  • Align default timeouts on cluster client. (#1333)
  • Updates unmaintained tokio-retry to tokio-retry2 (#1334 @naomijub)
  • Align verification of protocol & TLS during cluster creation. (#1289)
  • Include the StreamExt use statement in docs (#1345 @joshrotenberg)
  • Further limit parser recursion (#1346)

CI improvements

  • Improve testing async-std (#1314)
  • Test against Valkey in CI. (#1315)
  • Add CI action to test whether feature combinations compile. (#1328)