Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update fakeredis to 2.26.2 #2407

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

pyup-bot
Copy link
Collaborator

This PR updates fakeredis from 0.9.0 to 2.26.2.

Changelog

2.26.2

🐛 Bug Fixes

- Fix bug in `xreadgroup` when stream length is less than COUNT with BLOCK 344

🧰 Maintenance

- Implement test for `SADDEX` (Dragonfly specific command) 348
- Update dependencies

**Full Changelog**: https://github.com/cunla/fakeredis-py/compare/v2.26.1...v2.26.2

2.26.1

🧰 Maintenance

- add py3.7 test (343)

**Full Changelog**: https://github.com/cunla/fakeredis-py/compare/v2.26.0...v2.26.1

2.26.0

🚀 Features

- Support for server-type specific commands 340
- Support for Dragonfly `SADDEX` command 340

🐛 Bug Fixes

- Fix bug in bitpos function for the clear bit mode Diskein 337

**Full Changelog**: https://github.com/cunla/fakeredis-py/compare/v2.25.1...v2.26.0

2.25.1

🐛 Bug Fixes

- Fix missing default values for version/server_type in `FakeBaseConnectionMixin` 334


**Full Changelog**: https://github.com/cunla/fakeredis-py/compare/v2.25.0...v2.25.1

2.25.0

🚀 Features

- Implement support for hash expiration related commands j00bar 328
`HEXPIRE`, `HEXPIREAT`, `HEXPIRETIME`, `HPERSIST`, `HPEXPIRE`, `HPEXPIREAT`, `HPEXPIRETIME`, `HPTTL`, `HTTL`,
- Implement support for `SORT_RO` 325, `EXPIRETIME` 323, and `PEXPIRETIME` 324
- Support for creating a tcp server listening to multiple clients
- Testing against valkey 8.0 333
- Improve documentation 332

🐛 Bug Fixes

Replace typing_extensions dependency with typing-extensions 330

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

cunla and j00bar

**Full Changelog**: https://github.com/cunla/fakeredis-py/compare/v2.24.1...v2.25.0

2.24.1

Changes

🐛 Bug Fixes

- Fix license file added to site-packages 320


**Full Changelog**: https://github.com/cunla/fakeredis-py/compare/v2.24.0...v2.24.1

2.24.0

🚀 Features

- Support for TIME SERIES commands (no support for align arguments on some commands) 310

🐛 Bug Fixes

- fix:xrevrange to work with exclusive ranges hurlenko 319

🧰 Maintenance

- Update all dependencies, particularly pytest to v8
- Add tests against Dragonfly server 318
- Implement decocator `unsupported_server_types` to enable excluding tests from running against certain server types 318

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

hurlenko

**Full Changelog**: https://github.com/cunla/fakeredis-py/compare/v2.23.5...v2.24.0

2.23.5

🐛 Bug Fixes

- fix:issue with async connection and blocking operations writing responses twice to socket 316

**Full Changelog**: https://github.com/cunla/fakeredis-py/compare/v2.23.4...v2.23.5

2.23.4

🐛 Bug Fixes

- fix:move random seed to HeavyKeeper to avoid issues 315

🧰 Maintenance

- Documented how to use fakeredis with FastAPI.  sjjessop 292
- Using black for linting python code.

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

2.23.3

🧰 Maintenance

- docs: Full code for FastAPI integration (312)

🐛 Bug Fixes

- Fix ttl for empty stream 313

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

2.23.2

🐛 Bug Fixes

- Fix reading multiple streams with blocking 309

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

2.23.1

🐛 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

2.23.0

🚀 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

2.22.0

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

2.21.3

🐛 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

2.21.2

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

2.21.1

🐛 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

2.21.0

🚀 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

- Fix XREAD blocking bug 274 275
- EXAT option does not work 279

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

2.20.1

🐛 Bug Fixes

- Fix `XREAD` bug 256

🧰 Maintenance

- Testing for python 3.12
- Dependencies update

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

2.20.0

Changes

🚀 Features

- Implement BITFIELD (247)
- Implement `COMMAND`, `COMMAND INFO`, `COMMAND COUNT` (248)

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

fcr--

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

2.19.0

🚀 Features

- Implement Bloom filters commands 239

🐛 Bug Fixes

- Fix error on blocking XREADGROUP 237

**Full Changelog**: https://github.com/cunla/fakeredis-py/compare/v2.18.1...v2.19.0

2.18.1

🐛 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**: https://github.com/cunla/fakeredis-py/compare/v2.18.0...v2.18.1

2.18.0

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**: https://github.com/cunla/fakeredis-py/compare/v2.17.0...v2.18.0

2.17.0

Changes

🚀 Features

- Implement `LPOS` 207, `LMPOP` 184, and `BLMPOP` 183
- Implement `ZMPOP` 191, `BZMPOP` 186

🧰 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**: https://github.com/cunla/fakeredis-py/compare/v2.16.0...v2.17.0

2.16.0

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**: https://github.com/cunla/fakeredis-py/compare/v2.15.0...v2.16.0

2.15.0

🚀 Features

- Implemented support for various stream groups commands:
 - `XGROUP CREATE` 161, `XGROUP DESTROY` 164, `XGROUP SETID` 165, `XGROUP DELCONSUMER` 162,
   `XGROUP CREATECONSUMER` 163, `XINFO GROUPS` 168, `XINFO CONSUMERS` 168, `XINFO STREAM` 169, `XREADGROUP` 171,
   `XACK` 157, `XPENDING` 170, `XCLAIM` 159, `XAUTOCLAIM` 158
- Implemented sorted set commands:
 - `ZRANDMEMBER` 192, `ZDIFF` 187, `ZINTER` 189, `ZUNION` 194, `ZDIFFSTORE` 188,
   `ZINTERCARD` 190, `ZRANGESTORE` 193
- Implemented list commands:
 - `BLMOVE` 182,

🧰 Maintenance

- Improved documentation.

**Full Changelog**: https://github.com/cunla/fakeredis-py/compare/v2.14.1...v2.14.2

2.14.1

Changes

🧰 Bug Fixes

- Fix the requirement for packaging.Version 177


**Full Changelog**: https://github.com/cunla/fakeredis-py/compare/v2.14.0...v2.14.1

2.14.0

🚀 Features

- Implement `HRANDFIELD` 156
- Implement `JSON.MSET`

🧰 Maintenance

- Improve streams code

**Full Changelog**: https://github.com/cunla/fakeredis-py/compare/v2.13.0...v2.14.0

2.13.0

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**: https://github.com/cunla/fakeredis-py/compare/v2.12.1...v2.13.0

2.12.1

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**: https://github.com/cunla/fakeredis-py/compare/v2.12.0...v2.12.1

2.12.0

Changes

🚀 Features

- Implement XREAD (147)

**Full Changelog**: https://github.com/cunla/fakeredis-py/compare/v2.11.2...v2.12.0

2.11.2

Changes

🐛 Bug Fixes

- Unique FakeServer when no connection params are provided (142)

**Full Changelog**: https://github.com/cunla/fakeredis-py/compare/v2.11.1...v2.11.2

2.11.1

Changes

* Minor fixes supporting multiple connections
* Update documentation

**Full Changelog**: https://github.com/cunla/fakeredis-py/compare/v2.11.0...v2.11.1

2.11.0

🚀 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**: https://github.com/cunla/fakeredis-py/compare/v2.10.3...v2.11.0

2.10.3

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**: https://github.com/cunla/fakeredis-py/compare/v2.10.2...v2.10.3

2.10.2

Changes

🐛 Bug Fixes

- Fix async\_timeout usage on py3.11 (132)

**Full Changelog**: https://github.com/cunla/fakeredis-py/compare/v2.10.1...v2.10.2

2.10.1

Changes
🐛 Bug Fixes
- Enable testing django-cache using `FakeConnection`.


**Full Changelog**: https://github.com/cunla/fakeredis-py/compare/v2.10.0...v2.10.1

2.10.0

🚀 Features
- All geo commands implemented

**Full Changelog**: https://github.com/cunla/fakeredis-py/compare/v2.9.2...v2.10.0

2.9.2

Changes
🐛 Bug Fixes
- Fix bug for `xrange`

**Full Changelog**: https://github.com/cunla/fakeredis-py/compare/v2.9.0...v2.9.2

2.9.0

Changes
🚀 Features
- Implement `XTRIM`
- Add support for `MAXLEN`, `MAXID`, `LIMIT` arguments for `XADD` command
- Add support for `ZRANGE` arguments for `ZRANGE` command [127](https://github.com/cunla/fakeredis-py/issues/127)

🧰 Maintenance
- Relax python version requirement 128

**Full Changelog**: https://github.com/cunla/fakeredis-py/compare/v2.8.0...v2.8.1

2.8.0

Changes

🚀 Features
- Support for redis-py 4.5.0 [124](https://github.com/cunla/fakeredis-py/issues/124)

🐛 Bug Fixes
- Fix import error for redis-py v3+ [121](https://github.com/cunla/fakeredis-py/issues/121)



**Full Changelog**: https://github.com/cunla/fakeredis-py/compare/v2.7.1...v2.8.0

2.7.1

Changes

🐛 Bug Fixes

- Fix import error for NoneType (120)

**Full Changelog**: https://github.com/cunla/fakeredis-py/compare/v2.7.0...v2.7.1

2.7.0

🚀 Features
- Implement 
- `JSON.ARRINDEX` 
- `JSON.OBJLEN` 
- `JSON.OBJKEYS`
- `JSON.ARRPOP`
- `JSON.ARRTRIM`
- `JSON.NUMINCRBY`
- `JSON.NUMMULTBY`
- `XADD`
- `XLEN`
- `XRANGE`
- `XREVRANGE`

🧰 Maintenance
- Improve json commands implementation.
- Improve commands documentation.

**Full Changelog**: https://github.com/cunla/fakeredis-py/compare/v2.6.0...v2.7.0

2.6.0

Changes
🚀 Features
- Implement `JSON.TYPE`, `JSON.ARRLEN` and `JSON.ARRAPPEND`

🐛 Bug Fixes
- Fix encoding of None (118)

🧰 Maintenance
- Start skeleton for streams commands in `streams_mixin.py` and `test_streams_commands.py`
- Start migrating documentation to https://fakeredis.readthedocs.io/

**Full Changelog**: https://github.com/cunla/fakeredis-py/compare/v2.5.0...v2.6.0

2.5.0

Changes

🚀 Features

- Implement support for `BITPOS` (bitmap command) (112)

🐛 Bug Fixes

- Fix json mget when dict is returned (114)
- fix: properly export (116)

🧰 Maintenance

- Extract param handling (113)

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

Meemaw, Pichlerdom

**Full Changelog**: https://github.com/cunla/fakeredis-py/compare/v2.4.0...v2.5.0

2.4.0

Changes

🚀 Features
- Implement `LCS` (111), `BITOP` (110)

🐛 Bug Fixes
- Fix bug checking type in scan\_iter (109)

**Full Changelog**: https://github.com/cunla/fakeredis-py/compare/v2.3.0...v2.4.0

2.3.0

Changes

🚀 Features

- Implement `GETEX` (102)
- Implement support for `JSON.STRAPPEND` (json command) (98)
- Implement `JSON.STRLEN`, `JSON.TOGGLE` and fix bugs with `JSON.DEL` (96)
- Implement `PUBSUB CHANNELS`, `PUBSUB NUMSUB`

🐛 Bug Fixes

- ZADD with XX \& GT allows updates with lower scores (105)

**Full Changelog**: https://github.com/cunla/fakeredis-py/compare/v2.2.0...v2.3.0

2.2.0

Changes

🚀 Features
- Implement `JSON.CLEAR` (87)
- Support for [redis-py v4.4.0](https://github.com/redis/redis-py/releases/tag/v4.4.0)

🧰 Maintenance
- Implement script to create issues for missing commands
- Remove checking for deprecated redis-py versions in tests

**Full Changelog**: https://github.com/cunla/fakeredis-py/compare/v2.1.0...v2.2.0

2.1.0

Changes

🚀 Features

- Implement json.mget (85)
- Initial json module support - `JSON.GET`, `JSON.SET` and `JSON.DEL` (80)

🐛 Bug Fixes

- fix: add nowait for asyncio disconnect (76)

🧰 Maintenance

- Refactor how commands are registered (79)
- Refactor tests from redispy4\_plus (77)

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

hyeongguen-song, the-wondersmith 

**Full Changelog**: https://github.com/cunla/fakeredis-py/compare/v2.0.0...v2.1.0

2.0.0

Changes
🚀 Breaking changes
- Remove support for aioredis separate from redis-py (redis-py versions 4.1.2 and below). (65)

🚀 Features
- Add support for redis-py v4.4rc4 (73)
- Add mypy support  (74)

🧰 Maintenance
- Separate commands to mixins (71)
- Use release-drafter
- Update GitHub workflows

**Full Changelog**: https://github.com/cunla/fakeredis-py/compare/v1.10.1...v2.0.0

1.10.2

What's Changed
* Fix/v1.10.1/random import generic commands mixin by mudetz in https://github.com/cunla/fakeredis-py/pull/136


**Full Changelog**: https://github.com/cunla/fakeredis-py/compare/v1.10.1...v1.10.2

1.10.1

What's Changed
* Implement support for `zmscore` by the-wondersmith in https://github.com/cunla/fakeredis-py/pull/67

New Contributors
* the-wondersmith made their first contribution in https://github.com/cunla/fakeredis-py/pull/67

**Full Changelog**: https://github.com/cunla/fakeredis-py/compare/v1.10.0...v1.10.1

1.10.0

What's Changed
* implement `GETDEL` and `SINTERCARD` support by cunla in https://github.com/cunla/fakeredis-py/pull/57
* Test get float-type behavior by cunla in https://github.com/cunla/fakeredis-py/pull/59
* Implement `BZPOPMIN`/`BZPOPMAX` support by cunla in https://github.com/cunla/fakeredis-py/pull/60


**Full Changelog**: https://github.com/cunla/fakeredis-py/compare/v1.9.4...v1.10.0

1.9.4

What's Changed
* Separate LUA support to a different file by cunla in https://github.com/cunla/fakeredis-py/pull/55


**Full Changelog**: https://github.com/cunla/fakeredis-py/compare/v1.9.3...v1.9.4

1.9.3

Changed
* Removed python-six dependency

**Full Changelog**: https://github.com/cunla/fakeredis-py/compare/v1.9.2...v1.9.3

1.9.2

What's Changed
* zadd support for GT/LT by cunla in https://github.com/cunla/fakeredis-py/pull/49
* Remove six dependency by cunla in https://github.com/cunla/fakeredis-py/pull/51
* Add host to `conn_pool_args` by cunla in https://github.com/cunla/fakeredis-py/pull/51

**Full Changelog**: https://github.com/cunla/fakeredis-py/compare/v1.9.1...v1.9.2

1.9.1

What's Changed
* Zrange byscore by cunla in https://github.com/cunla/fakeredis-py/pull/44
* Expire options by cunla in https://github.com/cunla/fakeredis-py/pull/46


**Full Changelog**: https://github.com/cunla/fakeredis-py/compare/v1.9.0...v1.9.1

1.9.0

What's Changed
* Enable redis7 support by cunla in https://github.com/cunla/fakeredis-py/pull/42


**Full Changelog**: https://github.com/cunla/fakeredis-py/compare/v1.8.2...v1.9.0

1.8.2

What's Changed
* Update publish GitHub action to create an issue on failure by terencehonles in https://github.com/dsoftwareinc/fakeredis-py/pull/33
* Add release draft job by cunla in https://github.com/dsoftwareinc/fakeredis-py/pull/37
* Fix input and output type of cursors for SCAN commands by tohin in https://github.com/dsoftwareinc/fakeredis-py/pull/40
* Fix passing params in args - Fix 36 by cunla in https://github.com/dsoftwareinc/fakeredis-py/pull/41

New Contributors
* tohin made their first contribution in https://github.com/dsoftwareinc/fakeredis-py/pull/40

**Full Changelog**: https://github.com/dsoftwareinc/fakeredis-py/compare/v1.8.1...v1.8.2

1.8.1

What's Changed
* fix: allow redis 4.3.* by terencehonles in https://github.com/dsoftwareinc/fakeredis-py/pull/30

New Contributors
* terencehonles made their first contribution in https://github.com/dsoftwareinc/fakeredis-py/pull/30

**Full Changelog**: https://github.com/dsoftwareinc/fakeredis-py/compare/v1.8...v1.8.1

1.8

What's Changed
* Fix handling url with username and password by cunla in https://github.com/dsoftwareinc/fakeredis-py/pull/27
* Refactor tests by cunla in https://github.com/dsoftwareinc/fakeredis-py/pull/28


**Full Changelog**: https://github.com/dsoftwareinc/fakeredis-py/compare/v1.7.6.1...v1.8

1.7.6.1

What's Changed
* 23 - Re-add dependencies lost during switch to poetry by xkortex in https://github.com/dsoftwareinc/fakeredis-py/pull/26

New Contributors
* xkortex made their first contribution in https://github.com/dsoftwareinc/fakeredis-py/pull/26

**Full Changelog**: https://github.com/dsoftwareinc/fakeredis-py/compare/v1.7.6...v1.7.6.1

1.7.6

Added
* add IMOVE operation by BGroever in https://github.com/dsoftwareinc/fakeredis-py/pull/11
* Add SMISMEMBER command by OlegZv in https://github.com/dsoftwareinc/fakeredis-py/pull/20

Removed
* Remove Python 3.7 by nzw0301 in https://github.com/dsoftwareinc/fakeredis-py/pull/8

What's Changed
* fix: work with redis.asyncio by zhongkechen in https://github.com/dsoftwareinc/fakeredis-py/pull/10
* Migrate to poetry by cunla in https://github.com/dsoftwareinc/fakeredis-py/pull/12
* Create annotation for redis4+ tests by cunla in https://github.com/dsoftwareinc/fakeredis-py/pull/14
* Make aioredis and lupa optional dependencies by cunla in https://github.com/dsoftwareinc/fakeredis-py/pull/16
* Remove aioredis requirement if redis-py 4.2+ by ikornaselur in https://github.com/dsoftwareinc/fakeredis-py/pull/19

New Contributors
* nzw0301 made their first contribution in https://github.com/dsoftwareinc/fakeredis-py/pull/8
* zhongkechen made their first contribution in https://github.com/dsoftwareinc/fakeredis-py/pull/10
* BGroever made their first contribution in https://github.com/dsoftwareinc/fakeredis-py/pull/11
* ikornaselur made their first contribution in https://github.com/dsoftwareinc/fakeredis-py/pull/19
* OlegZv made their first contribution in https://github.com/dsoftwareinc/fakeredis-py/pull/20

**Full Changelog**: https://github.com/dsoftwareinc/fakeredis-py/compare/v1.7.5...v1.7.6

Thanks to our sponsors this month
- beatgeek

1.7.5

What's Changed
* Fix python3.8 redis4.2+ issue by cunla in https://github.com/dsoftwareinc/fakeredis-py/pull/6


**Full Changelog**: https://github.com/dsoftwareinc/fakeredis-py/compare/v1.7.4...v1.7.5

1.7.4

What's Changed
* Support for python3.8 by cunla in https://github.com/dsoftwareinc/fakeredis-py/pull/1
* Feature/publish action by cunla in https://github.com/dsoftwareinc/fakeredis-py/pull/2

New Contributors
* cunla made their first contribution in https://github.com/dsoftwareinc/fakeredis-py/pull/1

**Full Changelog**: https://github.com/dsoftwareinc/fakeredis-py/compare/1.7.1...v1.7.4

What's Changed
* Support for python3.8 by cunla in https://github.com/dsoftwareinc/fakeredis-py/pull/1
* Feature/publish action by cunla in https://github.com/dsoftwareinc/fakeredis-py/pull/2

New Contributors
* cunla made their first contribution in https://github.com/dsoftwareinc/fakeredis-py/pull/1

**Full Changelog**: https://github.com/dsoftwareinc/fakeredis-py/compare/1.7.1...v1.7.4

1.7.3

What's Changed
* Support for python3.8 by cunla in https://github.com/dsoftwareinc/fakeredis-py/pull/1
* Feature/publish action by cunla in https://github.com/dsoftwareinc/fakeredis-py/pull/2

New Contributors
* cunla made their first contribution in https://github.com/dsoftwareinc/fakeredis-py/pull/1

**Full Changelog**: https://github.com/dsoftwareinc/fakeredis-py/compare/1.7.1...v1.7.3
Links

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant