Created by: dependabot[bot]
Bumps redis from 4.3.5 to 4.5.3.
Release notes
Sourced from redis's releases.
4.5.3
Changes
Update urgency: HIGH: There is a critical bug that may affect a subset of users. Upgrade!
🐛 Bug Fixes4.5.2
Changes
🚀 New Features
- Introduce AbstractConnection so that UnixDomainSocketConnection can call super().init (#2588)
- Added queue_class to REDIS_ALLOWED_KEYS (#2577)
- Made search document subscriptable (#2615)
- Sped up the protocol parsing (#2596)
🐛 Bug Fixes
- Fix behaviour of async PythonParser to match RedisParser as for issue #2349 (#2582)
- Replace async_timeout by asyncio.timeout (#2602)
- Update json().arrindex() default values (#2611)
🧰 Maintenance
- Coverage for pypy-3.9 (#2608)
- Developer Experience: Adding redis version compatibility details to the README (#2621)
- Remove redundant assignment to RedisCluster.nodes_manager. (#2620)
- Developer Experience: [types] update return type of smismember to list[int] (#2617)
- Developer Experience: [docs] ConnectionPool SSL example (#2605)
- Developer Experience: Fixed CredentialsProvider examples (#2587)
- Developer Experience: Update README to make pip install copy-pastable on zsh (#2584)
- Developer Experience: Fix for
lpopandrpopreturn typing (#2590)Contributors
We'd like to thank all the contributors who worked on this release!
@CrimsonGlory,@Galtozzy,@aksinha334,@barshaul,@chayim,@davemcphee,@dvora-h,@kristjanvalur,@ryin1,@sileht,@thebarbershop,@uglide,@woutdenolfand@zakaf4.5.1
Changes
🐛 Bug FixesContributors
We'd like to thank all the contributors who worked on this release!
... (truncated)
Commits
-
66a4d6bAsyncIO Race Condition Fix (#2641) -
318b114Version 4.5.2 (#2627) -
1b2f408Fix behaviour of async PythonParser to match RedisParser as for issue #2349 (... -
7d474f9introduce AbstractConnection so that UnixDomainSocketConnection can call supe... -
c871723pypy-3.9 CI (#2608) -
d63313badd queue_class to REDIS_ALLOWED_KEYS (#2577) -
c61eeb2Adding supported redis/library details (#2621) -
25e85e5fix: replace async_timeout by asyncio.timeout (#2602) -
91ab12aRemove redundant assignment. (#2620) -
8bfd492Making search document subscriptable (#2615) - Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.