Skip to content

Releases: cunla/fakeredis-py

v2.18.1 🌈

08 Sep 19:29
d54b5ed
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Fix stream type issue #233

🧰 Maintenance

  • Add mypy hints to everything
  • Officially for redis-py 5.0.0, redis 7.2

Full Changelog: v2.18.0...v2.18.1

v2.18.0 🌈

14 Aug 22:49
d93c1ad
Compare
Choose a tag to compare

Changes

🚀 Features

  • Implement PUBSUB NUMPAT #195, SSUBSCRIBE #199, SPUBLISH #198,
    SUNSUBSCRIBE #200, PUBSUB SHARDCHANNELS #196, PUBSUB SHARDNUMSUB #197

🐛 Bug Fixes

  • Fix All aio.FakeRedis instances share the same server #218
  • fix:bug using same server with aioredis (#223)

⬆️ Dependency Updates

  • chore(deps): bump pypa/gh-action-pypi-publish from 1.8.8 to 1.8.10 (#224)
  • chore(deps): bump lupa from 1.14.1 to 2.0 (#215)
  • chore(deps): bump mkdocs-material from 9.1.11 to 9.1.19 (#216)

Full Changelog: v2.17.0...v2.18.0

v2.17.0 🌈

18 Jul 13:57
83ab471
Compare
Choose a tag to compare

Changes

🚀 Features

🧰 Bug Fixes

  • Fix incorrect error msg for group not found #210
  • fix: use same server_key within pipeline when issued watch #213
  • issue with ZRANGE and ZRANGESTORE with BYLEX #214

Contributors

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

@OlegZv, @sjjessop

Full Changelog: v2.16.0...v2.17.0

v2.16.0 🌈

04 Jul 23:43
6101fde
Compare
Choose a tag to compare

Changes

🚀 Features

  • Implemented support for JSON.MSET #174, JSON.MERGE #181

🧰 Bug Fixes

  • Add support for version for async FakeRedis #205

🧰 Maintenance

  • Updated how to test django_rq #204

Full Changelog: v2.15.0...v2.16.0

v2.15.0 🌈

19 Jun 16:05
aa06093
Compare
Choose a tag to compare

v2.15.0

🚀 Features

  • Implemented support for various stream groups commands:
  • Implemented sorted set commands:
  • Implemented list commands:

🧰 Maintenance

  • Improved documentation.

Full Changelog: v2.14.1...v2.14.2

v2.14.1 🌈

06 Jun 12:27
72277f1
Compare
Choose a tag to compare

Changes

🧰 Bug Fixes

  • Fix the requirement for packaging.Version #177

Full Changelog: v2.14.0...v2.14.1

v2.14.0 🌈

05 Jun 19:51
b2dbd49
Compare
Choose a tag to compare

🚀 Features

  • Implement HRANDFIELD #156
  • Implement JSON.MSET

🧰 Maintenance

  • Improve streams code

Full Changelog: v2.13.0...v2.14.0

v2.13.0 🌈

22 May 00:19
749ab40
Compare
Choose a tag to compare

Changes

🚀 Features

  • Implement XDEL (#153)

🐛 Bug Fixes

  • Fixed xadd timestamp (fixes #151) (#152)

🧰 Maintenance

  • Improve test code
  • Fix reported security issue

Contributors

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

@bomber8013

Full Changelog: v2.12.1...v2.13.0

v2.12.1 🌈

11 May 13:26
da26cd9
Compare
Choose a tag to compare

Changes

  • Adding state for scan commands (#99)
  • Add support for Connection.read_response arguments used in redis-py 4.5.5 and 5.0.0

Contributors

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

@matanper

Full Changelog: v2.12.0...v2.12.1

v2.12.0 🌈

08 May 00:58
f3fe513
Compare
Choose a tag to compare

Changes

🚀 Features

  • Implement XREAD (#147)

Full Changelog: v2.11.2...v2.12.0