Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency redis to v5 #652

Merged
merged 1 commit into from
Jan 10, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 21, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
redis (changelog) ^4.1.4 -> ^4.1.4 || ^5.0.0 age adoption passing confidence

Release Notes

redis/redis-py (redis)

v5.0.1: 5.0.1

Compare Source

Changes

🚀 New Features

  • Provide aclose() / close() for classes requiring lifetime management (#​2898)
  • Add support for ModuleCommands in cluster (#​2951)
  • Add support for multiple values in RPUSHX (#​2949)
  • Add Redis.from_pool() class method, for explicitly owning and closing a ConnectionPool (#​2913)

🐛 Bug Fixes

  • Fixing monitor parsing for messages containing specific substrings (#​2950)
  • Cluster determine slot command name need to be upper (#​2919)
  • Support timeout = 0 in search query (#​2934)
  • Fix async sentinel: add push_request keyword argument to read_response (#​2922)
  • Fix protocol checking for search commands (#​2923)
  • Fix: SentinelManagedConnection.read_response() got an unexpected keyword argument 'push_request' (#​2894)
  • Fix: automatically close connection pool for async Sentinel (#​2900)
  • Save a reference to created async tasks, to avoid tasks potentially disappearing (#​2816)
  • Avoid reference cycling by the garbage collector during response reading (#​2932)

🧰 Maintenance

  • Type hint improvements (#​2952)
  • Replace clear_connect_callbacks with _deregister_connect_callback (#​2955)
  • Async fixes, remove del and other things (#​2870)
  • Add pagination, sorting and grouping examples to search json example (#​2890)
  • Remove process-id checks from asyncio. Asyncio and fork() does not mix. (#​2911)
  • Fix resource usage and cleanup Mocks in the unit tests (#​2936)
  • Remove mentions of tox (#​2929)
  • Add 7.2 to supported Redis versions (#​2896)
  • Fix resource warnings in unit tests (#​2899)
  • Fix typo in redis-stream-example.ipynb (#​2918)
  • Deprecate RedisGraph (#​2927)
  • Fix redis 7.2.0 tests (#​2902)
  • Fix test_scorer (search) (#​2920)

Contributors

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

@​AOrazaev, @​akx, @​anio, @​chayim, @​dvora-h, @​elfkuzco, @​hauntsaninja, @​kristjanvalur, @​meiravgri, @​uglide and @​yangbodong22011

v5.0.0: 5.0.0

Compare Source

What's new?

Triggers and Functions support

Triggers and Functions allow you to execute server-side functions triggered when key values are modified or created in Redis, a stream entry arrival, or explicitly calling them. Simply put, you can replace Lua scripts with easy-to-develop JavaScript or TypeScript code. Move your business logic closer to the data to ensure a lower latency, and forget about updating dependent key values manually in your code.
Try it for yourself with Quick start

Full Redis 7.2 and RESP3 support
Python 3.7 End-of-Life

Python 3.7 has reached its end-of-life (EOL) as of June 2023. This means that starting from this date, Python 3.7 will no longer receive any updates, including security patches, bug fixes, or improvements. If you continue to use Python 3.7 post-EOL, you may expose your projects and systems to potential security vulnerabilities. We ended its support in this version and strongly recommend migrating to Python 3.10.

🐛 Bug Fixes

  • Fix timeout retrying on pipeline execution (#​2812)
  • Fix socket garbage collection (#​2859)

🧰 Maintenance

  • Updating client license to clear, MIT (#​2884)
  • Add py.typed in accordance with PEP-561 (#​2738)
  • Dependabot label change (#​2880)
  • Fix type hints in SearchCommands (#​2817)
  • Add sync modules (except search) tests to cluster CI (#​2850)
  • Fix a duplicate word in CONTRIBUTING.md (#​2848)
  • Fixing doc builds (#​2869)
  • Change cluster docker to edge and enable debug command (#​2853)

Contributors

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

@​JoanFM, @​Ovsyanka83, @​chayim, @​dependabot, @​dependabot[bot], @​dvora-h, @​kristjanvalur, @​kurtmckee, @​pall-j and @​shacharPash


Configuration

📅 Schedule: Branch creation - "every weekday" (UTC), 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 Mend Renovate. View repository job log here.

@renovate renovate bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Aug 21, 2023
@renovate renovate bot force-pushed the renovate/redis-5.x branch 2 times, most recently from b94a91d to 89dff29 Compare August 28, 2023 04:27
@renovate renovate bot force-pushed the renovate/redis-5.x branch 2 times, most recently from dd65836 to d22fc5e Compare September 11, 2023 03:32
@renovate renovate bot force-pushed the renovate/redis-5.x branch 2 times, most recently from 74e492f to 969cd02 Compare September 18, 2023 03:10
@renovate renovate bot force-pushed the renovate/redis-5.x branch 2 times, most recently from 69b8517 to a2e759a Compare October 2, 2023 03:06
@renovate renovate bot force-pushed the renovate/redis-5.x branch 3 times, most recently from 5d04df4 to 787f706 Compare October 16, 2023 03:37
@renovate renovate bot force-pushed the renovate/redis-5.x branch from 787f706 to 53cb8a1 Compare October 23, 2023 04:08
@renovate renovate bot force-pushed the renovate/redis-5.x branch 2 times, most recently from afd9c58 to 28cf659 Compare November 6, 2023 04:13
@renovate renovate bot force-pushed the renovate/redis-5.x branch 4 times, most recently from eedf6ef to 15c6c6f Compare November 20, 2023 04:38
@renovate renovate bot force-pushed the renovate/redis-5.x branch from 15c6c6f to 858d0f7 Compare November 27, 2023 03:16
@renovate renovate bot force-pushed the renovate/redis-5.x branch 2 times, most recently from de85034 to 9ac0f06 Compare December 11, 2023 04:49
@renovate renovate bot force-pushed the renovate/redis-5.x branch 2 times, most recently from 24b1d1f to aec9381 Compare December 25, 2023 04:06
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/redis-5.x branch from aec9381 to c9c348a Compare January 1, 2024 04:29
@gridhead gridhead self-requested a review January 10, 2024 05:01
@gridhead gridhead self-assigned this Jan 10, 2024
@gridhead gridhead merged commit efe2c50 into main Jan 10, 2024
9 checks passed
@gridhead gridhead deleted the renovate/redis-5.x branch January 10, 2024 05:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant