Skip to content

Releases: cunla/fakeredis-py

v2.11.0 🌈

22 Apr 21:30
7a5797a
Compare
Choose a tag to compare

🚀 Features

  • connection parameters awareness:
    Creating multiple clients with the same connection parameters will result in the same server data structure.

🧰 Bug Fixes

  • Fix creating fakeredis.aioredis using url with user/password (#139)

Contributors

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

@markuspinter

Full Changelog: v2.10.3...v2.11.0

v2.10.3 🌈

03 Apr 23:14
696ba39
Compare
Choose a tag to compare

Changes

🧰 Maintenance

  • Support for redis-py 5.0.0b1
  • Include tests in sdist (#133)

🐛 Bug Fixes

  • Fix import used in GenericCommandsMixin.randomkey (#135)

Contributors

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

@cunla, @mgorny and @mudetz

Full Changelog: v2.10.2...v2.10.3

v1.10.2

03 Apr 23:10
7a83b89
Compare
Choose a tag to compare

What's Changed

  • Fix/v1.10.1/random import generic commands mixin by @mudetz in #136

Full Changelog: v1.10.1...v1.10.2

v2.10.2 🌈

22 Mar 00:56
b4e2626
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

  • Fix async_timeout usage on py3.11 (#132)

Full Changelog: v2.10.1...v2.10.2

v2.10.1 🌈

15 Mar 19:43
16ef961
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

  • Enable testing django-cache using FakeConnection.

Full Changelog: v2.10.0...v2.10.1

v2.10.0 🌈

04 Mar 15:30
420606f
Compare
Choose a tag to compare

🚀 Features

  • All geo commands implemented

Full Changelog: v2.9.2...v2.10.0

v2.9.2 🌈

20 Feb 17:16
0809506
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

  • Fix bug for xrange

Full Changelog: v2.9.0...v2.9.2

v2.9.0 🌈

14 Feb 15:26
5e56a19
Compare
Choose a tag to compare

Changes

🚀 Features

  • Implement XTRIM
  • Add support for MAXLEN, MAXID, LIMIT arguments for XADD command
  • Add support for ZRANGE arguments for ZRANGE command #127

🧰 Maintenance

  • Relax python version requirement #128

Full Changelog: v2.8.0...v2.8.1

v2.8.0 🌈

11 Feb 16:09
3c48e3e
Compare
Choose a tag to compare

Changes

🚀 Features

  • Support for redis-py 4.5.0 #124

🐛 Bug Fixes

  • Fix import error for redis-py v3+ #121

Full Changelog: v2.7.1...v2.8.0

v2.7.1 🌈

04 Feb 19:36
3c8252e
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

  • Fix import error for NoneType (#120)

Full Changelog: v2.7.0...v2.7.1