fastapi-distributed-websocket
fastapi-distributed-websocket copied to clipboard
Bump [pip]: Bump redis from 4.5.4 to 4.6.0
Bumps redis from 4.5.4 to 4.6.0.
Release notes
Sourced from redis's releases.
4.6.0
Changes
🧪 Experimental Features
🚀 New Features
- Extract abstract async connection class (#2734)
- Add support for
WAITAOF(#2760)- Introduce OutOfMemoryError exception for Redis write command rejections due to OOM errors (#2778)
- Add
WITHSCOREargument toZRANK(#2758)🐛 Bug Fixes
- Fix dead weakref in sentinel connection causing ReferenceError (#2767) (#2771)
- Fix Key Error in parse_xinfo_stream (#2788)
- Remove unnecessary __del__ handlers (#2755)
- Added support for missing argument to SentinelManagedConnection.read_response() (#2756)
🧰 Maintenance
- Fix type hint for retry_on_error in async cluster (#2804)
- Clean up documents and fix some redirects (#2801)
- Add unit tests for the
connectmethod of all Redis connection classes (#2631)- Docstring formatting fix (#2796)
Contributors
We'd like to thank all the contributors who worked on this release!
@Smit-Parmar,@TheKevJames,@aciddust,@bmacphee,@bodevone,@dvora-h,@kristjanvalur,@shacharPash,@shahar-lev,@vmihailencoand@woutdenolf4.5.5
Changes
🚀 New Features
- Add support for
CLIENT NO-TOUCH(#2745)- Add support for
CLUSTER MYSHARDID(#2704)- Add "address_remap" feature to RedisCluster (#2726)
- Add
WITHSCORESargument toZREVRANKcommand (#2725)- Improve error output for master discovery (#2720)
🐛 Bug Fixes
... (truncated)
Commits
9f50357Version 4.6.0 (#2810)ab617a1Support JSON.MSET Command (#2766)04aadd7Fix CI (#2809)d25a96bFix type hint for retry_on_error in async cluster (#2804)40a769eExtract abstract async connection class (#2734)cecf78bAdd waitaof (#2760)abc04b5chore(documentation): fix redirects and some small cleanups (#2801)4f466d6Fix dead weakref in sentinel connection causing ReferenceError (#2767) (#2771)53bed27Add unit tests for theconnectmethod of all Redis connection classes (#2631)2bb7f10Introduce OutOfMemoryError exception for Redis write command rejections due t...- 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)