Releasing 1.0.0

This commit is contained in:
Andrew Godwin 2017-01-08 17:14:28 -08:00
parent fd83678276
commit aa5e7dd48f
2 changed files with 22 additions and 1 deletions

View File

@ -1,3 +1,24 @@
1.0.0 (2017-01-08)
------------------
* BREAKING CHANGE: Daphne now requires acceptance of WebSocket connections
before it finishes the socket handshake and relays incoming packets.
You must upgrade to at least Channels 1.0.0 as well; see
http://channels.readthedocs.io/en/latest/releases/1.0.0.html for more.
* http.disconnect now has a `path` key
* WebSockets can now be closed with a specific code
* X-Forwarded-For header support; defaults to X-Forwarded-For, override with
--proxy-headers on the commandline.
* Twisted endpoint description string support with `-e` on the command line
(allowing for SNI/ACME support, among other things)
* Logging/error verbosity fixes and access log flushes properly
0.15.0 (2016-08-28)
-------------------

View File

@ -1 +1 @@
__version__ = "0.15.0"
__version__ = "1.0.0"