Skip to content

Update dependency fakeredis to ~=2.36.1#92

Merged
renovate[bot] merged 1 commit into
mainfrom
renovate/fakeredis-2.x
Jun 7, 2026
Merged

Update dependency fakeredis to ~=2.36.1#92
renovate[bot] merged 1 commit into
mainfrom
renovate/fakeredis-2.x

Conversation

@renovate

@renovate renovate Bot commented May 29, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
fakeredis ~=2.35.0~=2.36.1 age confidence

Release Notes

cunla/fakeredis-py (fakeredis)

v2.36.1

Compare Source

🐛 Bug Fixes
  • fix: TypeError on import in Python 3.8 due to list[Any] annotation in sort command (#​490)
  • fix: Using path in connection
  • fix(async): _decode recurses into dict so RESP3 HGETALL responses are decoded (#​492)
  • fix: Database now uses stable identity-based __hash__/__eq__ (previously returned an unstable hash)
🧰 Maintenance
  • Restored support for redis-py 4.6 #​493
  • Update the default server version to 8.
  • refactor: deduplicate sync and async client construction into a shared build_client_kwds helper
  • chore: remove dead code in connection/socket setup

Full Changelog: cunla/fakeredis-py@v2.36.0...v2.36.1

v2.36.0

Compare Source

🚀 Features
  • Implement keyspace notifications @​alexbthundiyil-spec (#​463)
  • feat(lua): add server global alias for Valkey @​przemub (#​480)
  • feat(streams): implement XACKDEL, XDELEX, XIDMPRECORD, XNACK commands (#​484)
  • feat: add VISMEMBER command to check element existence in vector set
  • feat: implement array commands (ARSET, ARGET, ARLEN, ARGETRANGE, ARINSERT, ARDEL, etc.) for Redis 8.8 (
    #​487)
🐛 Bug Fixes
  • fix: XREADGROUP with non-'>' ID returns consumer PEL @​tomtom103 #​470
  • fix: similarity calculation in vector set VSIM command
  • fix: CF.RESERVE and CF.SCANDUMP should not create keys if they do not exist
  • fix: various issues in vector set commands VSET
  • fix(tcp_server): clean up handler threads on shutdown (#​479)
🧰 Maintenance
  • Improved CLIENT INFO and CLIENT GETNAME commands
  • Better TDigest implementation
  • Update Redis 8 image used in CI to 8.8
  • Update to redis-py 8.0.0
  • perf(hash): make HSET O(1) by using len(h) instead of len(h.keys()) @​invoker-bot (#​473)
  • refactor: introduce CommandsMixinBase to centralise shared mixin attributes (#​482)
  • refactor: VectorSet improvements (#​476)
  • refactor: async Redis tests to use AsyncClientType for improved type safety

New Contributors

Full Changelog: cunla/fakeredis-py@v2.35.1...v2.36.0


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

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

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


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the renovate label May 29, 2026
@renovate renovate Bot enabled auto-merge May 29, 2026 21:53
@renovate renovate Bot requested a review from oliv10 May 30, 2026 01:01
@renovate renovate Bot force-pushed the renovate/fakeredis-2.x branch from 6bca890 to 1a60682 Compare June 7, 2026 17:48
@renovate renovate Bot changed the title Update dependency fakeredis to ~=2.36.0 Update dependency fakeredis to ~=2.36.1 Jun 7, 2026
@renovate renovate Bot merged commit 6becb20 into main Jun 7, 2026
6 of 7 checks passed
@renovate renovate Bot deleted the renovate/fakeredis-2.x branch June 7, 2026 17:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants