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.
|