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

build(deps): bump channels-redis from 3.4.1 to 4.0.0 in /Django #112

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 10, 2022

Bumps channels-redis from 3.4.1 to 4.0.0.

Changelog

Sourced from channels-redis's changelog.

4.0.0 (2022-10-07)

Version 4.0.0 migrates the underlying Redis library from aioredis to redis-py. (aioredis was retired and moved into redis-py, which will host the ongoing development.)

The API is unchanged. Version 4.0.0 should be compatible with existing Channels 3 projects, as well as Channels 4 projects.

  • Migrated from aioredis to redis-py.

  • Added support for passing kwargs to sentinel connections.

  • Updated dependencies and obsolete code.

Commits
  • 95d8744 Bumped version and change notes for v4.0.0 release.
  • 77a301f Ensure PubSub layer closes connection pool before loop shutdown.
  • a993f3f Added support for connection sentinel_kwargs. (#318)
  • 70e31ec Bumped version and change notes for v4.0.0b2 release.
  • 3631538 Refactored PubSub shard connection. (#326)
  • c2c6bb8 Updated Channels dependency specifier (#325)
  • db5e8ff missed a black run ;_;
  • 2b65cec lazy pool creation for the current running loop
  • c850fa9 add test for async_to_sync
  • 313e278 use get_running_loop
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Oct 10, 2022
@Uno-Takashi
Copy link
Member

@dependabot rebase

Bumps [channels-redis](https://github.com/django/channels_redis) from 3.4.1 to 4.0.0.
- [Release notes](https://github.com/django/channels_redis/releases)
- [Changelog](https://github.com/django/channels_redis/blob/main/CHANGELOG.txt)
- [Commits](django/channels_redis@3.4.1...4.0.0)

---
updated-dependencies:
- dependency-name: channels-redis
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/Django/develop/channels-redis-4.0.0 branch from d4eff9f to fc7ea24 Compare October 14, 2022 19:57
@codecov
Copy link

codecov bot commented Oct 14, 2022

Codecov Report

Merging #112 (ae63053) into develop (ae63053) will not change coverage.
The diff coverage is n/a.

❗ Current head ae63053 differs from pull request most recent head fc7ea24. Consider uploading reports for the commit fc7ea24 to get more accurate results

@@           Coverage Diff            @@
##           develop     #112   +/-   ##
========================================
  Coverage    88.97%   88.97%           
========================================
  Files           20       20           
  Lines          771      771           
========================================
  Hits           686      686           
  Misses          85       85           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@Uno-Takashi Uno-Takashi merged commit 3e9a7b2 into develop Oct 14, 2022
@delete-merged-branch delete-merged-branch bot deleted the dependabot/pip/Django/develop/channels-redis-4.0.0 branch October 14, 2022 20: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