Update dependency redis to v4.1.0 #44

Merged
Xefir merged 1 commits from renovate/redis-4.x into master 2021-12-26 19:33:10 +00:00
Owner

This PR contains the following updates:

Package Update Change
redis minor ==4.0.2 -> ==4.1.0

Release Notes

redis/redis-py

v4.1.0

Compare Source

Changes

4.1.0-rc2 release notes
4.1.0-rc11 release notes

🚀 New Features

  • OCSP stapling support (#​1820)
  • Support for SELECT (#​1825)
  • Support for specifying error types with retry (#​1817)
  • Support for RESET command since Redis 6.2.0 (#​1824)
  • Support CLIENT TRACKING (#​1612)
  • Support WRITE in CLIENT PAUSE (#​1549)
  • JSON set_file and set_path support (#​1818)
  • Allow ssl_ca_path with rediss:// urls (#​1814)
  • Support for password-encrypted SSL private keys (#​1782)
  • Support SYNC and PSYNC (#​1741)

🐛 Bug Fixes

  • Retry on error exception and timeout fixes (#​1821)
  • Fixing read race condition during pubsub (#​1737)
  • Fixing exception in listen (#​1823)
  • Fixed MovedError, and stopped iterating through startup nodes when slots are fully covered (#​1819)
  • Socket not closing after server disconnect (#​1797)
  • Single sourcing the package version (#​1791)
  • Ensure redis_connect_func is set on uds connection (#​1794)

🧰 Maintenance

  • SRTALGO - Skip for redis versions greater than 7.0.0 (#​1831)
  • Documentation updates (#​1822)
  • Add CI action to install package from repository commit hash (#​1781) (#​1790)
  • Fix link in lmove docstring (#​1793)
  • Disabling JSON.DEBUG tests (#​1787)

Contributors

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

@​Akuli, @​AvitalFineRedis, @​alisaifee, @​ashwani99, @​barshaul, @​chayim, @​dvora-h, @​pawl and @​yanivhershkovich


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) | minor | `==4.0.2` -> `==4.1.0` | --- ### Release Notes <details> <summary>redis/redis-py</summary> ### [`v4.1.0`](https://github.com/redis/redis-py/releases/v4.1.0) [Compare Source](https://github.com/redis/redis-py/compare/v4.0.2...v4.1.0) #### Changes [4.1.0-rc2 release notes](https://github.com/redis/redis-py/releases/tag/v4.1.0rc2) [4.1.0-rc11 release notes](https://github.com/redis/redis-py/releases/tag/v4.1.0rc1) #### 🚀 New Features - OCSP stapling support ([#&#8203;1820](https://github.com/redis/redis-py/issues/1820)) - Support for SELECT ([#&#8203;1825](https://github.com/redis/redis-py/issues/1825)) - Support for specifying error types with retry ([#&#8203;1817](https://github.com/redis/redis-py/issues/1817)) - Support for RESET command since Redis 6.2.0 ([#&#8203;1824](https://github.com/redis/redis-py/issues/1824)) - Support CLIENT TRACKING ([#&#8203;1612](https://github.com/redis/redis-py/issues/1612)) - Support WRITE in CLIENT PAUSE ([#&#8203;1549](https://github.com/redis/redis-py/issues/1549)) - JSON set_file and set_path support ([#&#8203;1818](https://github.com/redis/redis-py/issues/1818)) - Allow ssl_ca_path with rediss:// urls ([#&#8203;1814](https://github.com/redis/redis-py/issues/1814)) - Support for password-encrypted SSL private keys ([#&#8203;1782](https://github.com/redis/redis-py/issues/1782)) - Support SYNC and PSYNC ([#&#8203;1741](https://github.com/redis/redis-py/issues/1741)) #### 🐛 Bug Fixes - Retry on error exception and timeout fixes ([#&#8203;1821](https://github.com/redis/redis-py/issues/1821)) - Fixing read race condition during pubsub ([#&#8203;1737](https://github.com/redis/redis-py/issues/1737)) - Fixing exception in listen ([#&#8203;1823](https://github.com/redis/redis-py/issues/1823)) - Fixed MovedError, and stopped iterating through startup nodes when slots are fully covered ([#&#8203;1819](https://github.com/redis/redis-py/issues/1819)) - Socket not closing after server disconnect ([#&#8203;1797](https://github.com/redis/redis-py/issues/1797)) - Single sourcing the package version ([#&#8203;1791](https://github.com/redis/redis-py/issues/1791)) - Ensure redis_connect_func is set on uds connection ([#&#8203;1794](https://github.com/redis/redis-py/issues/1794)) #### 🧰 Maintenance - SRTALGO - Skip for redis versions greater than 7.0.0 ([#&#8203;1831](https://github.com/redis/redis-py/issues/1831)) - Documentation updates ([#&#8203;1822](https://github.com/redis/redis-py/issues/1822)) - Add CI action to install package from repository commit hash ([#&#8203;1781](https://github.com/redis/redis-py/issues/1781)) ([#&#8203;1790](https://github.com/redis/redis-py/issues/1790)) - Fix link in lmove docstring ([#&#8203;1793](https://github.com/redis/redis-py/issues/1793)) - Disabling JSON.DEBUG tests ([#&#8203;1787](https://github.com/redis/redis-py/issues/1787)) #### Contributors We'd like to thank all the contributors who worked on this release! [@&#8203;Akuli](https://github.com/Akuli), [@&#8203;AvitalFineRedis](https://github.com/AvitalFineRedis), [@&#8203;alisaifee](https://github.com/alisaifee), [@&#8203;ashwani99](https://github.com/ashwani99), [@&#8203;barshaul](https://github.com/barshaul), [@&#8203;chayim](https://github.com/chayim), [@&#8203;dvora-h](https://github.com/dvora-h), [@&#8203;pawl](https://github.com/pawl) and [@&#8203;yanivhershkovich](https://github.com/yanivhershkovich) </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 added 1 commit 2021-12-26 17:36:22 +00:00
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is passing Details
a046201fd2
Update dependency redis to v4.1.0
Xefir merged commit f6d09a532f into master 2021-12-26 19:33:10 +00:00
Xefir deleted branch renovate/redis-4.x 2021-12-26 19:33:25 +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#44
No description provided.