chore(api): update channels (develop)
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
channels | dependencies | minor |
==4.0.0 -> ==4.2.0
|
channels-redis | dependencies | minor |
==4.1.0 -> ==4.2.1
|
Release Notes
django/channels (channels)
v4.2.0
Channels 4.2 introduces a couple of major but backwards-compatible changes, including most notably enhanced async suppport and fixing a long-standing bug where tests would try and close db connections and erroneously fail.
There are a number of other small bugfixes. Please ensure to review the
Version 4.2.0 release notes <https://channels.readthedocs.io/en/latest/releases/4.2.0.html>
_ for full
details.
v4.1.0
Channels 4.1 is maintenance release in the 4.x series.
The main change is an update in the required Python and Django version. Python 3.8, and Django 4.2 are now the minimum required versions.
There are a number of other small bugfixes. Please ensure to review the
Version 4.1.0 release notes <https://channels.readthedocs.io/en/latest/releases/4.1.0.html>
_ for full
details.
django/channels_redis (channels-redis)
v4.2.1
- Added a way to register and use custom serializer formats. See README.rst.
v4.2.0
-
Dropped support for end-of-life Python 3.7.
-
Added support for Python 3.11 and 3.12.
-
Upped the minimum version of redis-py to 4.6.
-
Added CI testing against redis-py versions 4.6, 5, and the development branch.
-
Added CI testing against Channels versions 3, 4, and the development branch.
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.