Update dependency redis to v4.5.5 #139

Merged
Xefir merged 1 commits from renovate/redis-4.x into master 2023-05-09 07:29:19 +00:00
Owner

This PR contains the following updates:

Package Update Change
redis (changelog) patch ==4.5.4 -> ==4.5.5

Release Notes

redis/redis-py

v4.5.5: 4.5.5

Compare Source

Changes

🚀 New Features

  • Add support for CLIENT NO-TOUCH (#​2745)
  • Add support for CLUSTER MYSHARDID (#​2704)
  • Add "address_remap" feature to RedisCluster (#​2726)
  • Add WITHSCORES argument to ZREVRANK command (#​2725)
  • Improve error output for master discovery (#​2720)

🐛 Bug Fixes

  • Fix XADD: allow non negative maxlen (#​2739)
  • Fix create single connection client from url (#​2752)
  • Optionally disable disconnects in read_response (#​2695)
  • Fix SLOWLOG GET return value (#​2732)
  • Fix potential race condition during disconnection (#​2719)
  • Return response in case of KeyError (#​2628)
  • Fix incorrect usage of once flag in async Sentinel (#​2718)
  • Fix memory leak caused by hiredis in asyncio case (#​2694)
  • Really do not use asyncio's timeout lib before 3.11.2 (#​2699)

🧰 Maintenance

  • Clean PytestUnraisableExceptionWarning from asycio client (#​2731)
  • Add RedisCluster.remap_host_port, Update tests for CWE 404 (#​2706)
  • Updated AWS Elasticache IAM connection example (#​2702)
  • Update CONTRIBUTING guidelines (#​2736)
  • Fix ClusterCommandProtocol type (#​2729)
  • Fix TOPK list example. (#​2724)
  • Improving vector similarity search example (#​2661)
  • Update example of Redisearch creating index (#​2703)

Contributors

We'd like to thank all the contributors who worked on this release!

@​AYMENJD, @​Anthchirp, @​Avasam, @​NickG123, @​SoulPancake, @​aciddust, @​chayim, @​cristianmatache, @​dvora-h, @​felipou, @​kristjanvalur, @​mirekdlugosz, @​mzdehbashi-github, @​oranav, @​scoopex, @​shacharPash and @​tylerhutcherson


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)) | patch | `==4.5.4` -> `==4.5.5` | --- ### Release Notes <details> <summary>redis/redis-py</summary> ### [`v4.5.5`](https://github.com/redis/redis-py/releases/tag/v4.5.5): 4.5.5 [Compare Source](https://github.com/redis/redis-py/compare/v4.5.4...v4.5.5) ### Changes #### 🚀 New Features - Add support for `CLIENT NO-TOUCH` ([#&#8203;2745](https://github.com/redis/redis-py/issues/2745)) - Add support for `CLUSTER MYSHARDID` ([#&#8203;2704](https://github.com/redis/redis-py/issues/2704)) - Add "address_remap" feature to RedisCluster ([#&#8203;2726](https://github.com/redis/redis-py/issues/2726)) - Add `WITHSCORES` argument to `ZREVRANK` command ([#&#8203;2725](https://github.com/redis/redis-py/issues/2725)) - Improve error output for master discovery ([#&#8203;2720](https://github.com/redis/redis-py/issues/2720)) #### 🐛 Bug Fixes - Fix `XADD`: allow non negative maxlen ([#&#8203;2739](https://github.com/redis/redis-py/issues/2739)) - Fix create single connection client from url ([#&#8203;2752](https://github.com/redis/redis-py/issues/2752)) - Optionally disable disconnects in read_response ([#&#8203;2695](https://github.com/redis/redis-py/issues/2695)) - Fix `SLOWLOG GET` return value ([#&#8203;2732](https://github.com/redis/redis-py/issues/2732)) - Fix potential race condition during disconnection ([#&#8203;2719](https://github.com/redis/redis-py/issues/2719)) - Return response in case of KeyError ([#&#8203;2628](https://github.com/redis/redis-py/issues/2628)) - Fix incorrect usage of once flag in async Sentinel ([#&#8203;2718](https://github.com/redis/redis-py/issues/2718)) - Fix memory leak caused by hiredis in asyncio case ([#&#8203;2694](https://github.com/redis/redis-py/issues/2694)) - Really do not use asyncio's timeout lib before 3.11.2 ([#&#8203;2699](https://github.com/redis/redis-py/issues/2699)) #### 🧰 Maintenance - Clean PytestUnraisableExceptionWarning from asycio client ([#&#8203;2731](https://github.com/redis/redis-py/issues/2731)) - Add RedisCluster.remap_host_port, Update tests for CWE 404 ([#&#8203;2706](https://github.com/redis/redis-py/issues/2706)) - Updated AWS Elasticache IAM connection example ([#&#8203;2702](https://github.com/redis/redis-py/issues/2702)) - Update CONTRIBUTING guidelines ([#&#8203;2736](https://github.com/redis/redis-py/issues/2736)) - Fix `ClusterCommandProtocol` type ([#&#8203;2729](https://github.com/redis/redis-py/issues/2729)) - Fix `TOPK` list example. ([#&#8203;2724](https://github.com/redis/redis-py/issues/2724)) - Improving vector similarity search example ([#&#8203;2661](https://github.com/redis/redis-py/issues/2661)) - Update example of Redisearch creating index ([#&#8203;2703](https://github.com/redis/redis-py/issues/2703)) #### Contributors We'd like to thank all the contributors who worked on this release! [@&#8203;AYMENJD](https://github.com/AYMENJD), [@&#8203;Anthchirp](https://github.com/Anthchirp), [@&#8203;Avasam](https://github.com/Avasam), [@&#8203;NickG123](https://github.com/NickG123), [@&#8203;SoulPancake](https://github.com/SoulPancake), [@&#8203;aciddust](https://github.com/aciddust), [@&#8203;chayim](https://github.com/chayim), [@&#8203;cristianmatache](https://github.com/cristianmatache), [@&#8203;dvora-h](https://github.com/dvora-h), [@&#8203;felipou](https://github.com/felipou), [@&#8203;kristjanvalur](https://github.com/kristjanvalur), [@&#8203;mirekdlugosz](https://github.com/mirekdlugosz), [@&#8203;mzdehbashi-github](https://github.com/mzdehbashi-github), [@&#8203;oranav](https://github.com/oranav), [@&#8203;scoopex](https://github.com/scoopex), [@&#8203;shacharPash](https://github.com/shacharPash) and [@&#8203;tylerhutcherson](https://github.com/tylerhutcherson) </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:eyJjcmVhdGVkSW5WZXIiOiIzNS43NC4wIiwidXBkYXRlZEluVmVyIjoiMzUuNzQuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
Xefir added 1 commit 2023-05-09 00:06:36 +00:00
continuous-integration/drone/push Build is passing Details
c14c58f80c
Update dependency redis to v4.5.5
Xefir merged commit dcbab36e0d into master 2023-05-09 07:29:19 +00:00
Xefir deleted branch renovate/redis-4.x 2023-05-09 07:29:20 +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#139
No description provided.