Skip to content

chore(deps): update dependency fakeredis to v2.23.3

David Drugeon-Hamon requested to merge renovate/fakeredis-2.x into develop

This MR contains the following updates:

Package Update Change
fakeredis minor ==2.20.0 -> ==2.23.3

Release Notes

cunla/fakeredis-py (fakeredis)

v2.23.3: 🌈

Compare Source

🧰 Maintenance
  • docs: Full code for FastAPI integration (#​312)
🐛 Bug Fixes

Full Changelog: https://github.com/cunla/fakeredis-py/compare/v2.23.2...v2.23.3

v2.23.2: 🌈

Compare Source

🐛 Bug Fixes
  • Fix reading multiple streams with blocking #​309

Full Changelog: https://github.com/cunla/fakeredis-py/compare/v2.23.1...v2.23.2

v2.23.1: 🌈

Compare Source

🐛 Bug Fixes
  • Fix XREAD behavior when COUNT is not provided but BLOCKING is provided #​308

Full Changelog: https://github.com/cunla/fakeredis-py/compare/v2.23.0...v2.23.1

v2.23.0: 🌈

Compare Source

🚀 Features
  • Support for TDigest commands: TDIGEST.ADD,TDIGEST.BYRANK,TDIGEST.BYREVRANK,TDIGEST.CDF, TDIGEST.CREATE, TDIGEST.INFO, TDIGEST.MAX, TDIGEST.MERGE, TDIGEST.MIN, TDIGEST.QUANTILE, TDIGEST.RANK, TDIGEST.RESET, TDIGEST.REVRANK, TDIGEST.TRIMMED_MEAN.
🐛 Bug Fixes
  • Import Self from typing vs. typing_extension
🧰 Maintenance
  • Update dependencies
  • Add redis-py 5.0.4 to tests
  • Update lupa version constraint #​306 @​noamkush

Contributors

We'd like to thank all the contributors who supported the work on this release! @​noamkush

Full Changelog: https://github.com/cunla/fakeredis-py/compare/v2.22.0...v2.23.0

v2.22.0: 🌈

Compare Source

Changes

🚀 Features
  • Support for setting LUA version from environment variable FAKEREDIS_LUA_VERSION #​287
  • Support for loading LUA binary modules in fakeredis #​304
🐛 Bug Fixes
  • Fix the type hint for the version parameter in the async client #​302
  • Using LUA 5.1 like real redis #​287
  • fix: FakeRedisMixin.from_url() return type is really Self. @​ben-xo #​305

@​ben-xo

Full Changelog: https://github.com/cunla/fakeredis-py/compare/v2.21.3...v2.22.0

v2.21.3: 🌈

Compare Source

🐛 Bug Fixes
  • Revert behavior of defaulting to share the same server data structure between connections @​howamith #​303
  • Fix type hint for version #​302

Full Changelog: https://github.com/cunla/fakeredis-py/compare/v2.21.2...v2.21.3

v2.21.2: 🌈

Compare Source

Changes

🐛 Bug Fixes
  • Connection params are defaulted to be the same between async and sync connections #​290
  • xinfo_stream raises exception when stream does not exist #​296

Full Changelog: https://github.com/cunla/fakeredis-py/compare/v2.21.1...v2.21.2

v2.21.1: 🌈

Compare Source

🐛 Bug Fixes
  • Support for float timeout values #​289
🧰 Maintenance
  • Fix django cache documentation #​286
Contributors

We'd like to thank all the contributors who worked on this release!

@​ldkv

Full Changelog: https://github.com/cunla/fakeredis-py/compare/v2.21.0...v2.21.1

v2.21.0: 🌈

Compare Source

🚀 Features
  • Implement all TOP-K commands (TOPK.INFO, TOPK.LIST, TOPK.RESERVE, TOPK.ADD, TOPK.COUNT, TOPK.QUERY, TOPK.INCRBY) #​278
  • Implement all cuckoo filter commands #​276
  • Implement all Count-Min Sketch commands #​277
🐛 Bug Fixes

Full Changelog: https://github.com/cunla/fakeredis-py/compare/v2.20.1...v2.21.0

v2.20.1: 🌈

Compare Source

🐛 Bug Fixes
🧰 Maintenance
  • Testing for python 3.12
  • Dependencies update

Full Changelog: https://github.com/cunla/fakeredis-py/compare/v2.20.0...v2.20.1


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Edited by David Drugeon-Hamon

Merge request reports