What’s new in Firenado 0.2.7

Mar 14, 2021

We are pleased to announce the release of Firenado 0.2.7.

Upgraded to Tornado 6.1. Python 2.7 and 3.5 are no longer supported.

Significant refactory to unify TornadoHandler and TornadoWebSocketHandler logic.

Here are the highlights:

Bug Fixes

  • Launcher won’t launch on Windows with python 3.9. #339

New Features

  • Upgrade tornado to 6.1. #344
  • Remove Python 2.7 and 3.5 from the support list. #343

Refactory

  • Unify TornadoHandler and TornadoWebSocketHandler logic. #342