Skip to content

chore(deps): update dependency fakeredis to v2.37.1 - #2610

Merged
berendt merged 1 commit into
mainfrom
renovate/fakeredis-2.x
Aug 24, 2026
Merged

chore(deps): update dependency fakeredis to v2.37.1#2610
berendt merged 1 commit into
mainfrom
renovate/fakeredis-2.x

Conversation

@renovate

@renovate renovate Bot commented Aug 21, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
fakeredis ==2.37.0==2.37.1 age confidence

Release Notes

cunla/fakeredis-py (fakeredis)

v2.37.1

Compare Source

What's Changed

🐛 Bug Fixes
  • fix: honor the FILTER-EF (max filtering effort) option in VSIM — the value was previously parsed but ignored, so a
    low FILTER-EF could return filter matches that real Redis skips
  • fix: ZPOPMIN/ZPOPMAX in RESP3 now return a flat [member, score] pair when no count is given (an array of pairs is
    only returned when an explicit count is passed), matching real Redis
  • fix: ZPOPMIN/ZPOPMAX now reject a negative count with value is out of range, must be positive
  • fix: ZPOPMIN/ZPOPMAX/BZPOPMIN/BZPOPMAX/ZMPOP/BZMPOP now delete the sorted set key once its last member is
    popped
  • fix: LTRIM now signals the key as modified even when the trim is a no-op, so a WATCH on that key correctly aborts
    the following transaction, matching real Redis
  • fix: align stream group errors with Redis — XPENDING on a missing key or unknown group now raises NOGROUP instead
    of returning 0/an empty array, and neither XPENDING nor XINFO GROUPS creates the key as a side effect (#​532)
🧰 Maintenance
  • perf: VADD/VSIM keep a row-oriented matrix of the vector set resident and reuse it, instead of restacking every
    stored vector on each call; re-adding an existing member now replaces its row rather than leaving a stale one
  • perf: cache compiled JSONPath objects in the JSON stack mixin (#​538)
  • build: drop Python 3.9, target Python 3.10+ (#​534)
  • Update to redis-py 8.1
  • refactor: modernize typing for Ruff 0.16 defaults (#​533)
  • test: refactor hypothesis tests

New Contributors

Full Changelog: cunla/fakeredis-py@v2.37.0...v2.37.1


Configuration

📅 Schedule: (UTC)

  • 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 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.

Signed-off-by: Renovate Bot <bot@renovateapp.com>
@renovate
renovate Bot force-pushed the renovate/fakeredis-2.x branch from 66c0314 to e8fb5d5 Compare August 24, 2026 06:51
@berendt
berendt merged commit dc6ff8d into main Aug 24, 2026
4 checks passed
@berendt
berendt deleted the renovate/fakeredis-2.x branch August 24, 2026 07:09
@github-project-automation github-project-automation Bot moved this from Backlog to Done in Bot Board Aug 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants