All Versions
30
Latest Version
Avg Release Cycle
54 days
Latest Release
808 days ago

Changelog History
Page 1

  • v0.21.5 Changes

    January 10, 2022
  • v0.21.4 Changes

    November 04, 2021

    ๐Ÿ”‹ Features

    • Add convenience command: zrandbember (#556)
  • v0.21.3 Changes

    October 15, 2021

    ๐Ÿ”‹ Features

    • ๐Ÿ‘ Add support for TLS with cluster mode (#548)

    ๐Ÿ”„ Changes

    • ๐Ÿšš Remove stunnel as a dep, use redis native tls (#542)
  • v0.21.2 Changes

    September 02, 2021

    ๐Ÿ› Bug Fixes

    • Compile with tokio-comp and up-to-date dependencies (282f997e, closes #531, breaks #)

    ๐Ÿ’ฅ Breaking Changes

    • Compile with tokio-comp and up-to-date dependencies (282f997e, closes #531, breaks #)
  • v0.21.1 Changes

    August 25, 2021

    ๐Ÿ› Bug Fixes

    • ๐Ÿ“Œ pin futures dependency to required version (9be392bc)
  • v0.21.0 Changes

    July 16, 2021

    ๐ŸŽ Performance

    • Don't enqueue multiplexed commands if the receiver is dropped (ca5019db)

    ๐Ÿ”‹ Features

    • ๐Ÿ”จ Refactor ConnectionAddr to remove boxing and clarify fields
  • v0.20.2 Changes

    June 17, 2021

    ๐Ÿ”‹ Features

    • Provide a new_async_std function (c3716d15)

    ๐Ÿ› Bug Fixes

    • Return Ready(Ok(())) when we have flushed all messages (ca319c06)
    • Don't loop forever on shutdown of the multiplexed connection (ddecce9e)
  • v0.20.1 Changes

    May 18, 2021

    ๐Ÿ› Bug Fixes

    • Error properly if eof is reached in the decoder (306797c3)
  • v0.20.0 Changes

    February 17, 2021

    ๐Ÿ”‹ Features

    • Make ErrorKind non_exhaustive for forwards compatibility (ac5e1a60)
    • aio: Allow the underlying IO stream to be customized (6d2fc8fa)
  • v0.19.0 Changes

    December 26, 2020

    ๐Ÿ”‹ Features

    • โšก๏ธ Update to tokio 1.0 (41960194)
    • ๐Ÿšš use the node specified in the MOVED error (8a53e269)