What’s new in Firenado 0.1.7.7

Sep 07, 2019

We are pleased to announce the release of Firenado 0.1.7.7.

Introduced multi app and multi process configurations. Now its is possible to define and launch more than one applications in the same project with more than one processes.

Here are the highlights:

Refactory

  • Move tornado app configurations to app settings. #263

New Features

  • Use bind instead listen when starting a Tornado Application. #94

  • Multiapp configuration. #177

  • Multi process configuration. #264

Bug Fixes

  • Using localhost and 127.0.0.1 in the addresses will break the application execution. #229

  • Command project init will throw an error if no module name is informed. #268

  • Pexpect is being imported when process launcher is still being resolved bug. #273