Update dependency redis to v4.3.1 #71

Merged
Xefir merged 1 commits from renovate/redis-4.x into master 2022-05-10 09:22:25 +00:00
Owner

This PR contains the following updates:

Package Update Change
redis (changelog) minor ==4.2.2 -> ==4.3.1

Release Notes

redis/redis-py

v4.3.1

Compare Source

Changes

🐛 Bug Fixes

Contributors

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

@​dvora-h

v4.3.0

Compare Source

Changes

🔥 Breaking Changes

  • Replace OSError exceptions from can_read with redis.ConnectionError (#​2140)
  • Updated FUNCTION LOAD changes (from release 7.0 rc3 to support redis 7.0 final) (#​2139)

🚀 New Features

  • Get command keys for subcommands (#​2170)
  • Add support for CLUSTER SHARDS (#​2151)
  • Add support for COMMAND LIST (#​2149)
  • Add Async RedisCluster (#​2099)
  • ACL SETUSER - add selectors and key based permissions (#​2161)
  • Support for redis 7 streams features (#​2157)
  • Async Connection: Allow PubSub.run() without previous subscribe() (#​2148)
  • Implemented LATENCY HISTOGRAM by always throwing NotImplementedError (#​2147)
  • Add async supoort for SEARCH commands (#​2096)
  • Retry(): Support negative retries value (#​2110)
  • Add support for MODULE LOADEX (#​2146)
  • INFO - add support for taking multiple section arguments (#​2145)
  • CONFIG SET - add the ability to set multiple parameters in one call (#​2143)
  • CONFIG GET - add the ability to pass multiple pattern parameters in one call (#​2142)
  • Add support for COMMAND GETKEYSANDFLAGS (#​2141)
  • Support CASESENSITIVE for TAG fields (#​2112)

🐛 Bug Fixes

  • Rename 'update_supported_erros' to 'update_supported_errors' in Retry module (#​2144)
  • Fix execute_command() determining nodes error when no key command (#​2097)
  • Fix incorrect return statement in auth (#​2086) (#​2092)

🧰 Maintenance

  • Add unittest for PubSub.connect() (#​2167)
  • Fix incorrect return annotation in asyncio.lock (#​2155)
  • Minor cleanups in commands/cluster.py (#​2094)
  • Update xtrim type annotation (#​2093)
  • Async tests for redis commands, json, bloom, timeseries (#​2087)
  • Fixed typing in getex command (#​2088)

Contributors

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

@​Andrew-Chen-Wang, @​Ankhas, @​Avital-Fine, @​JelleZijlstra, @​chayim, @​dvora-h, @​enjoy-binbin, @​kamyabzad, @​kristjanvalur, @​richli, @​suxb201 and @​utkarshgupta137


Configuration

📅 Schedule: 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, click this checkbox.

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.2.2` -> `==4.3.1` | --- ### Release Notes <details> <summary>redis/redis-py</summary> ### [`v4.3.1`](https://github.com/redis/redis-py/releases/v4.3.1) [Compare Source](https://github.com/redis/redis-py/compare/v4.3.0...v4.3.1) #### Changes #### 🐛 Bug Fixes - Fix asyncio Search crash ([#&#8203;2175](https://github.com/redis/redis-py/issues/2175)) #### Contributors We'd like to thank all the contributors who worked on this release! [@&#8203;dvora-h](https://github.com/dvora-h) ### [`v4.3.0`](https://github.com/redis/redis-py/releases/v4.3.0) [Compare Source](https://github.com/redis/redis-py/compare/v4.2.2...v4.3.0) #### Changes #### 🔥 Breaking Changes - Replace OSError exceptions from `can_read` with `redis.ConnectionError` ([#&#8203;2140](https://github.com/redis/redis-py/issues/2140)) - Updated FUNCTION LOAD changes (from release 7.0 rc3 to support redis 7.0 final) ([#&#8203;2139](https://github.com/redis/redis-py/issues/2139)) #### 🚀 New Features - Get command keys for subcommands ([#&#8203;2170](https://github.com/redis/redis-py/issues/2170)) - Add support for CLUSTER SHARDS ([#&#8203;2151](https://github.com/redis/redis-py/issues/2151)) - Add support for COMMAND LIST ([#&#8203;2149](https://github.com/redis/redis-py/issues/2149)) - Add Async RedisCluster ([#&#8203;2099](https://github.com/redis/redis-py/issues/2099)) - ACL SETUSER - add selectors and key based permissions ([#&#8203;2161](https://github.com/redis/redis-py/issues/2161)) - Support for redis 7 streams features ([#&#8203;2157](https://github.com/redis/redis-py/issues/2157)) - Async Connection: Allow `PubSub.run()` without previous `subscribe()` ([#&#8203;2148](https://github.com/redis/redis-py/issues/2148)) - Implemented LATENCY HISTOGRAM by always throwing NotImplementedError ([#&#8203;2147](https://github.com/redis/redis-py/issues/2147)) - Add async supoort for SEARCH commands ([#&#8203;2096](https://github.com/redis/redis-py/issues/2096)) - `Retry()`: Support negative `retries` value ([#&#8203;2110](https://github.com/redis/redis-py/issues/2110)) - Add support for MODULE LOADEX ([#&#8203;2146](https://github.com/redis/redis-py/issues/2146)) - INFO - add support for taking multiple section arguments ([#&#8203;2145](https://github.com/redis/redis-py/issues/2145)) - CONFIG SET - add the ability to set multiple parameters in one call ([#&#8203;2143](https://github.com/redis/redis-py/issues/2143)) - CONFIG GET - add the ability to pass multiple pattern parameters in one call ([#&#8203;2142](https://github.com/redis/redis-py/issues/2142)) - Add support for COMMAND GETKEYSANDFLAGS ([#&#8203;2141](https://github.com/redis/redis-py/issues/2141)) - Support CASESENSITIVE for TAG fields ([#&#8203;2112](https://github.com/redis/redis-py/issues/2112)) #### 🐛 Bug Fixes - Rename 'update_supported_erros' to 'update_supported_errors' in Retry module ([#&#8203;2144](https://github.com/redis/redis-py/issues/2144)) - Fix execute_command() determining nodes error when no key command ([#&#8203;2097](https://github.com/redis/redis-py/issues/2097)) - Fix incorrect return statement in auth ([#&#8203;2086](https://github.com/redis/redis-py/issues/2086)) ([#&#8203;2092](https://github.com/redis/redis-py/issues/2092)) #### 🧰 Maintenance - Add unittest for PubSub.connect() ([#&#8203;2167](https://github.com/redis/redis-py/issues/2167)) - Fix incorrect return annotation in asyncio.lock ([#&#8203;2155](https://github.com/redis/redis-py/issues/2155)) - Minor cleanups in commands/cluster.py ([#&#8203;2094](https://github.com/redis/redis-py/issues/2094)) - Update xtrim type annotation ([#&#8203;2093](https://github.com/redis/redis-py/issues/2093)) - Async tests for redis commands, json, bloom, timeseries ([#&#8203;2087](https://github.com/redis/redis-py/issues/2087)) - Fixed typing in getex command ([#&#8203;2088](https://github.com/redis/redis-py/issues/2088)) #### Contributors We'd like to thank all the contributors who worked on this release! [@&#8203;Andrew-Chen-Wang](https://github.com/Andrew-Chen-Wang), [@&#8203;Ankhas](https://github.com/Ankhas), [@&#8203;Avital-Fine](https://github.com/Avital-Fine), [@&#8203;JelleZijlstra](https://github.com/JelleZijlstra), [@&#8203;chayim](https://github.com/chayim), [@&#8203;dvora-h](https://github.com/dvora-h), [@&#8203;enjoy-binbin](https://github.com/enjoy-binbin), [@&#8203;kamyabzad](https://github.com/kamyabzad), [@&#8203;kristjanvalur](https://github.com/kristjanvalur), [@&#8203;richli](https://github.com/richli), [@&#8203;suxb201](https://github.com/suxb201) and [@&#8203;utkarshgupta137](https://github.com/utkarshgupta137) </details> --- ### Configuration 📅 **Schedule**: 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, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
Xefir changed title from Update dependency redis to v4.3.0 to Update dependency redis to v4.3.1 2022-05-10 00:18:16 +00:00
Xefir force-pushed renovate/redis-4.x from 481cc654d7 to c5b64f148d 2022-05-10 00:18:17 +00:00 Compare
Xefir merged commit 424539e77e into master 2022-05-10 09:22:25 +00:00
Xefir deleted branch renovate/redis-4.x 2022-05-10 09:22:29 +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#71
No description provided.