Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps channels-redis from 2.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.

3.4.1 (2022-07-12)

  • Fixed RuntimeError when checking for stale connections.

3.4.0 (2022-03-10)

  • Dropped support for Python 3.6, which is now end-of-life, and added CI testing for Python 3.10. (#301).

  • Added serialize and deserialize hooks to RedisPubSubChannelLayer (#281).

  • Fixed iscoroutine check for pubsub proxied methods (#297).

  • Fix workers support when using Redis PubSub layer (#298)

3.3.1 (2021-09-30)

Two bugfixes for the PubSub channel layer:

  • Scoped the channel layer per-event loop, in case multiple loops are in play (#262).

  • Ensured consistent hashing PubSub was maintained across processes, or process restarts (#274).

3.3.0 (2021-07-01)

Two important new features:

... (truncated)

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)

Bumps [channels-redis](https://github.com/django/channels_redis) from 2.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@2.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] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 7, 2022
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant