]> git.ipfire.org Git - thirdparty/tornado.git/tag
v5.1.1
object cc2cf078a39abec6f8d181f76a4e5ba9432364f3
authorBen Darnell <ben@bendarnell.com>
Sun, 16 Sep 2018 18:53:43 +0000 (14:53 -0400)
What's new in Tornado 5.1.1

Sep 16, 2018
------------

Bug fixes
~~~~~~~~~

- Fixed an case in which the `.Future` returned by
  `.RequestHandler.finish` could fail to resolve.
- The `.TwitterMixin.authenticate_redirect` method works again.
- Improved error handling in the `tornado.auth` module, fixing hanging
  requests when a network or other error occurs.