Releasing 1.1.0

This commit is contained in:
Andrew Godwin 2017-03-18 12:38:52 -07:00
parent 2edfe5d7d5
commit 04118cab7e
2 changed files with 15 additions and 1 deletions

View File

@ -1,3 +1,17 @@
1.1.0 (2017-03-18)
------------------
* HTTP/2 termination is now supported natively. The Twisted dependency has been
increased to at least 17.1 as a result; for more information about setting up
HTTP/2, see the README.
* X-Forwarded-For decoding support understands IPv6 addresses, and picks the
most remote (leftmost) entry if there are multiple relay hosts.
* Fixed an error where `disconnect` messages would still try and get sent even
if the client never finished a request.
1.0.3 (2017-02-12)
------------------

View File

@ -1 +1 @@
__version__ = "1.0.3"
__version__ = "1.1.0"