Skip to content

Latest commit

 

History

History
51 lines (35 loc) · 1.36 KB

CHANGELOG.md

File metadata and controls

51 lines (35 loc) · 1.36 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog

0.6.0 (15. September, 2024)

Changed

  • (Breaking) Redis 0.26 to 0.27.2.

0.5.1 (20. August, 2024)

Changed

  • Renamed aquire to acquire to fix spelling mistake and depreciated aquire, Thank you @AkiraMiyakoda

0.5.0 (31. July, 2024)

Changed

  • (Breaking) Updated Redis to 0.26.0, Thank you @AkiraMiyakoda

0.4.0 (12. April, 2024)

Changed

  • (Breaking) Updated Redis to 0.25.3, This removes the current support for PubSub abd Monitor. We will attempt to readd these back in.

0.3.0 (21. December, 2023)

Changed

  • (Breaking) Updated Redis to 0.24.0, Note Redis 7.2 with resp3 can cause breaking changes to older code. @cking
  • Updated Ping test to support newer Redis with resp3 @KrisCarr

0.2.1 (18. September, 2023)

Added

  • Redis Pubsub and monitor support
  • Factory Exposure
  • Testing

0.2.0 (9. September, 2023)

  • make redis pool struct generic to work with both single instance and clustered connections
  • remove lock from pool queue
  • add optional upper bound on amount of connections
  • add basic automated integration tests

0.1.1 (7. September, 2023)

Fixed

  • removed Tokio mutex as it caused issues on Drop.

0.1.0 (7. September, 2023)

Added

  • Initial release.