Revisions of saltbundlepy-tornado
Victor Zhestkov (vizhestkov)
accepted
request 1166858
from
Marek Czernek (mczernek)
(revision 9)
Fix tornado patch for python 3.11
Marek Czernek (mczernek)
committed
(revision 8)
Add changelog entry
Alexander Graul (agraul)
accepted
request 1138323
from
Pablo Suárez Hernández (PSuarezHernandez)
(revision 7)
Alexander Graul (agraul)
accepted
request 1138284
from
Pablo Suárez Hernández (PSuarezHernandez)
(revision 6)
Pablo Suárez Hernández (PSuarezHernandez)
accepted
request 1134404
from
Victor Zhestkov (vizhestkov)
(revision 5)
- New upstream release 6.3.2 (bsc#1211741, CVE-2023-28370) * Security improvements * Fixed an open redirect vulnerability in StaticFileHandler under certain configurations. * ``tornado.web`` * `.RequestHandler.set_cookie` once again accepts capitalized keyword arguments for backwards compatibility. This is deprecated and in Tornado 7.0 only lowercase arguments will be accepted. * What's new in Tornado 6.3.0 * The new `.Application` setting ``xsrf_cookie_name`` can now be used to take advantage of the ``__Host`` cookie prefix for improved security. To use it, add ``{"xsrf_cookie_name": "__Host-xsrf", "xsrf_cookie_kwargs": {"secure": True}}`` to your `.Application` settings. Note that this feature currently only works when HTTPS is used. * `.WSGIContainer` now supports running the application in a ``ThreadPoolExecutor`` so the event loop is no longer blocked. * `.AsyncTestCase` and `.AsyncHTTPTestCase`, which were deprecated in Tornado 6.2, are no longer deprecated. * WebSockets are now much faster at receiving large messages split into many fragments. * General changes * Python 3.7 is no longer supported; the minimum supported . Python version is 3.8 Python 3.12 is now supported . * To avoid spurious deprecation warnings, users of Python 3.10 should upgrade to at least version 3.10.9, and users of Python 3.11 should upgrade to at least version 3.11.1. * Tornado submodules are now imported automatically on
Pablo Suárez Hernández (PSuarezHernandez)
accepted
request 1112216
from
Victor Zhestkov (vizhestkov)
(revision 4)
- update to 6.2: * https://www.tornadoweb.org/en/stable/releases/v6.2.0.html - Update to version 6.1.0 * Full changelog can be found at https://www.tornadoweb.org/en/stable/releases/v6.1.0.html - version update to 6.0.4 General changes * ``asyncio.set_event_loop_policy(asyncio.WindowsSelectorEventLoopPolicy())`` for this platform/version. Bug fixes * Fixed an issue in `.IOStream` (introduced in 6.0.0) that resulted in ``StreamClosedError`` being incorrectly raised if a stream is closed mid-read but there is enough buffered data to satisfy the read. * `.AnyThreadEventLoopPolicy` now always uses the selector event loop on Windows. - Update to 6.0.3 Bug fixes * `.gen.with_timeout` always treats ``asyncio.CancelledError`` as a ``quiet_exception`` (this improves compatibility with Python 3.8, which changed ``CancelledError`` to a ``BaseException``). * ``IOStream`` now checks for closed streams earlier, avoiding spurious logged errors in some situations (mainly with websockets). - Update to 6.0.2 Bug fixes * `.WebSocketHandler.set_nodelay` works again. * Accessing ``HTTPResponse.body`` now returns an empty byte string instead of raising ``ValueError`` for error responses that don't have a body (it returned None in this case in Tornado 5). - Update to 6.0.1 Bug fixes * Fixed issues with type annotations that caused errors while
Victor Zhestkov (vzhestkov)
committed
(revision 3)
- Strictly require Python 3.10 with saltbundlepy requrement
Victor Zhestkov (vzhestkov)
committed
(revision 2)
Victor Zhestkov (vzhestkov)
committed
(revision 1)
Displaying all 9 revisions