Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 12, 2022

Bumps channels-redis from 2.4.1 to 3.4.1.

Changelog

Sourced from channels-redis's changelog.

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:

  • You can now connect using Redis Sentinel <https://redis.io/topics/sentinel>. Thanks to @​qeternity.

  • There's a new RedisPubSubChannelLayer that uses Redis Pub/Sub to propagate messages, rather than managing channels and groups directly within the layer. For many use-cases this should be simpler, more robust, and more performant.

    Note though, the new RedisPubSubChannelLayer layer does not provide all the options of the existing layer, including expiry, capacity, and others. Please assess whether it's appropriate for your needs, particularly if you have an existing deployment.

    The RedisPubSubChannelLayer is currently marked as Beta. Please report

... (truncated)

Commits
  • 8a0b0a2 Bumped version for 3.4.1 release.
  • 1568dea [3.4.x] Added change notes for v3.4.1.
  • 366cfdc [3.4.x] Fix dictionary keys changed during iteration runtime error. (#316)
  • 7120423 [3.4.x] Removed obsolete code. (#315)
  • bba9319 Bumped version for 3.4.0 release.
  • dda8dd5 Added change notes for 3.4.0 release.
  • 92b64a9 Fix workers support when using Redis PubSub layer (#298)
  • 8dc1762 Deprecate Python 3.6 support, add Python 3.10 (#301)
  • 8e6afe1 Fix iscoroutine check for pubsub proxied methods (#297)
  • 9821ab1 Fix list of Redis commands used by RedisPubSubChannelLayer (#292)
  • 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 3.4.1.
- [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...3.4.1)

---
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 Jul 12, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 7, 2022

Superseded by #97.

@dependabot dependabot bot closed this Oct 7, 2022
@dependabot dependabot bot deleted the dependabot/pip/channels-redis-3.4.1 branch October 7, 2022 22: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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant