File: 1.1.2.rst

package info (click to toggle)
python-django-channels 4.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 872 kB
  • sloc: python: 2,394; makefile: 154; sh: 8
file content (29 lines) | stat: -rw-r--r-- 641 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
1.1.2 Release Notes
===================

Channels 1.1.2 is a bugfix release for the 1.1 series, released on
April 1st, 2017.


Major Changes
-------------

None.


Minor Changes & Bugfixes
------------------------

* Session name hash changed to SHA-1 to satisfy FIPS-140-2.

* `scheme` key in ASGI-HTTP messages now translates into `request.is_secure()`
  correctly.

* WebsocketBridge now exposes the underlying WebSocket as `.socket`.


Backwards Incompatible Changes
------------------------------

* When you upgrade all current channel sessions will be invalidated; you
  should make sure you disconnect all WebSockets during upgrade.