File: 4.2.2.rst

package info (click to toggle)
python-django-channels 4.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,036 kB
  • sloc: python: 3,109; makefile: 155; javascript: 60; sh: 8
file content (13 lines) | stat: -rw-r--r-- 374 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
4.2.2 Release Notes
===================

Channels 4.2.2 is a bugfix release in the 4.2 series.

Bugfixes & Small Changes
------------------------

* Added fallbacks for old valid channel/group name checks.

  These (internal) methods were renamed in v4.2.1 without deprecation. This
  release adds (deprecated) fallback aliases to allow time for channel layers
  to update.