Update dependency redis to v4.6.0 #145

Merged
Xefir merged 1 commits from renovate/redis-4.x into master 2023-06-25 20:41:54 +00:00
Owner

This PR contains the following updates:

Package Update Change
redis (changelog) minor ==4.5.5 -> ==4.6.0

Release Notes

redis/redis-py (redis)

v4.6.0: 4.6.0

Compare Source

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 WITHSCORE argument to ZRANK (#​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 connect method 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, @​vmihailenco and @​woutdenolf


Configuration

📅 Schedule: 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 has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [redis](https://github.com/redis/redis-py) ([changelog](https://github.com/redis/redis-py/releases)) | minor | `==4.5.5` -> `==4.6.0` | --- ### Release Notes <details> <summary>redis/redis-py (redis)</summary> ### [`v4.6.0`](https://github.com/redis/redis-py/releases/tag/v4.6.0): 4.6.0 [Compare Source](https://github.com/redis/redis-py/compare/v4.5.5...v4.6.0) ### Changes #### 🧪 Experimental Features - Support `JSON.MERGE` command ([#&#8203;2761](https://github.com/redis/redis-py/issues/2761)) - Support `JSON.MSET` command ([#&#8203;2766](https://github.com/redis/redis-py/issues/2766)) #### 🚀 New Features - Extract abstract async connection class ([#&#8203;2734](https://github.com/redis/redis-py/issues/2734)) - Add support for `WAITAOF` ([#&#8203;2760](https://github.com/redis/redis-py/issues/2760)) - Introduce OutOfMemoryError exception for Redis write command rejections due to OOM errors ([#&#8203;2778](https://github.com/redis/redis-py/issues/2778)) - Add `WITHSCORE` argument to `ZRANK` ([#&#8203;2758](https://github.com/redis/redis-py/issues/2758)) #### 🐛 Bug Fixes - Fix dead weakref in sentinel connection causing ReferenceError ([#&#8203;2767](https://github.com/redis/redis-py/issues/2767)) ([#&#8203;2771](https://github.com/redis/redis-py/issues/2771)) - Fix Key Error in parse_xinfo_stream ([#&#8203;2788](https://github.com/redis/redis-py/issues/2788)) - Remove unnecessary \__del\_\_ handlers ([#&#8203;2755](https://github.com/redis/redis-py/issues/2755)) - Added support for missing argument to SentinelManagedConnection.read_response() ([#&#8203;2756](https://github.com/redis/redis-py/issues/2756)) #### 🧰 Maintenance - Fix type hint for retry_on_error in async cluster ([#&#8203;2804](https://github.com/redis/redis-py/issues/2804)) - Clean up documents and fix some redirects ([#&#8203;2801](https://github.com/redis/redis-py/issues/2801)) - Add unit tests for the `connect` method of all Redis connection classes ([#&#8203;2631](https://github.com/redis/redis-py/issues/2631)) - Docstring formatting fix ([#&#8203;2796](https://github.com/redis/redis-py/issues/2796)) #### Contributors We'd like to thank all the contributors who worked on this release! [@&#8203;Smit-Parmar](https://github.com/Smit-Parmar), [@&#8203;TheKevJames](https://github.com/TheKevJames), [@&#8203;aciddust](https://github.com/aciddust), [@&#8203;bmacphee](https://github.com/bmacphee), [@&#8203;bodevone](https://github.com/bodevone), [@&#8203;dvora-h](https://github.com/dvora-h), [@&#8203;kristjanvalur](https://github.com/kristjanvalur), [@&#8203;shacharPash](https://github.com/shacharPash), [@&#8203;shahar-lev](https://github.com/shahar-lev), [@&#8203;vmihailenco](https://github.com/vmihailenco) and [@&#8203;woutdenolf](https://github.com/woutdenolf) </details> --- ### Configuration 📅 **Schedule**: 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xNDEuMyIsInVwZGF0ZWRJblZlciI6IjM1LjE0MS4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
Xefir added 1 commit 2023-06-25 20:24:59 +00:00
books / flake8 (push) Successful in 54s Details
books / docker (push) Successful in 1m21s Details
books / pypi (push) Successful in 1m10s Details
60e102a5b6
Update dependency redis to v4.6.0
Xefir merged commit b858a028cb into master 2023-06-25 20:41:54 +00:00
Xefir deleted branch renovate/redis-4.x 2023-06-25 20:41:54 +00:00
This repo is archived. You cannot comment on pull requests.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Xefir/PyNyaaTa#145
No description provided.