Skip to content

chore(api): update channels (develop)

RenovateBot requested to merge renovate/develop-api-channels into 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

Compare Source

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

Compare Source

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

Compare Source

  • Added a way to register and use custom serializer formats. See README.rst.

v4.2.0

Compare Source

  • 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

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

♻️ Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This MR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Edited by RenovateBot

Merge request reports

Loading