Closed renovate[bot] closed 1 year ago
Base: 100.00% // Head: 100.00% // No change to project coverage :thumbsup:
Coverage data is based on head (
756a1c3
) compared to base (1fc3e22
). Patch has no changes to coverable lines.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
This PR contains the following updates:
==4.3.4
->==4.3.5
Release Notes
redis/redis-py
### [`v4.3.5`](https://togithub.com/redis/redis-py/releases/tag/v4.3.5): Version 4.3.5 [Compare Source](https://togithub.com/redis/redis-py/compare/v4.3.4...v4.3.5) ### Changes This is a maintenance release of redis-py, prior to the release of 4.4.0. This release contains both bug fixes, and features, keeping pace with the release of [redis-stack](https://redis.io/docs/stack/) capabilities. #### 🚀 New Features - Add support for TIMESERIES 1.8 ([#2296](https://togithub.com/redis/redis-py/issues/2296)) - Graph - add counters for removed labels and properties ([#2292](https://togithub.com/redis/redis-py/issues/2292)) - Add support for TDIGEST.QUANTILE extensions ([#2317](https://togithub.com/redis/redis-py/issues/2317)) - Add TDIGEST.TRIMMED_MEAN ([#2300](https://togithub.com/redis/redis-py/issues/2300)) - Add support for async GRAPH module ([#2273](https://togithub.com/redis/redis-py/issues/2273)) - Support TDIGEST.MERGESTORE and make compression optional on TDIGEST.CREATE ([#2319](https://togithub.com/redis/redis-py/issues/2319)) - Adding reserve as an alias for create, so that we have BF.RESERVE and CF.RESERVE accuratenly supported ([#2331](https://togithub.com/redis/redis-py/issues/2331)) #### 🐛 Bug Fixes - Fix async connection.is_connected to return a boolean value ([#2278](https://togithub.com/redis/redis-py/issues/2278)) - Fix: workaround asyncio bug on connection reset by peer ([#2259](https://togithub.com/redis/redis-py/issues/2259)) - Fix crash: key expire while search ([#2270](https://togithub.com/redis/redis-py/issues/2270)) - Async cluster: fix concurrent pipeline ([#2280](https://togithub.com/redis/redis-py/issues/2280)) - Fix async SEARCH pipeline ([#2316](https://togithub.com/redis/redis-py/issues/2316)) - Fix KeyError in async cluster - initialize before execute multi key commands ([#2439](https://togithub.com/redis/redis-py/issues/2439)) #### 🧰 Maintenance - Supply chain risk reduction: remove dependency on library named deprecated ([#2386](https://togithub.com/redis/redis-py/issues/2386)) - Search test - Ignore order of the items in the response ([#2322](https://togithub.com/redis/redis-py/issues/2322)) - Fix GRAPH.LIST & TDIGEST.QUANTILE tests ([#2335](https://togithub.com/redis/redis-py/issues/2335)) - Fix TimeSeries range aggregation (twa) tests ([#2358](https://togithub.com/redis/redis-py/issues/2358)) - Mark TOPK.COUNT as deprecated ([#2363](https://togithub.com/redis/redis-py/issues/2363)) #### Contributors We'd like to thank all the contributors who worked on this release! [@sileht](https://togithub.com/sileht), [@utkarshgupta137](https://togithub.com/utkarshgupta137), [@dvora-h](https://togithub.com/dvora-h), [@akx](https://togithub.com/akx), [@bodevone](https://togithub.com/bodevone), [@chayim](https://togithub.com/chayim), [@DvirDukhan](https://togithub.com/DvirDukhan)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.
This PR has been generated by Mend Renovate. View repository job log here.