IQTLabs / packet_cafe

A platform built for easy-to-use automated network traffic analysis
https://iqtlabs.gitbook.io/packet-cafe
Apache License 2.0
58 stars 9 forks source link

Update dependency redis to v4.3.5 #951

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
redis (changelog) ==4.3.4 -> ==4.3.5 age adoption passing confidence

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.

codecov[bot] commented 1 year ago

Codecov Report

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.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #951 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 2 2 Lines 15 15 ========================================= Hits 15 15 ``` Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=IQTLabs). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=IQTLabs)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.