What’s new in Firenado 0.1.5.0

September 01, 2016

We are pleased to announce the release of Firenado 0.1.5.0.

On this release the build was improved in order to provide extra requirements.

Right now it is possible to install redis and sqlalchemy using extra requirements with pip or on the requirements file.

Python 2.6 and 3.2 are not supported on this version to comply with Tornado 4.4.1.

Here are the highlights:

Refactory

  • Depreciate python 2.6 and 3.2. #118

  • Change application file from application.py to app.py. #120

New Features

  • Create the static maps component. #57

  • Add optional requirements to setup.py. #119

Bug Fixes

  • Fix managment command help. #13

  • Six is not being installed by setup.py. #121

  • Sqlalchemy connection is missed when database service restarts or the connection is renewed. #127