We are pleased to announce the release of Firenado 0.2.5.
Here are the highlights:
Bug Fixes
* TornadoHandler write error will never hit the default RequestHandler write error. 335
0.2.4
Feb 28, 2021
We are pleased to announce the release of Firenado 0.2.4.
Here are the highlights:
New Features
* Add http error handling to the framework. 242
0.2.3
Nov 28, 2020
We are pleased to announce the release of Firenado 0.2.3.
Here are the highlights:
Bug Fixes
* Fix python 3.9 warnings. 328
New Features
* Reference data sources in different files. 171
0.2.2
Oct 09, 2020
We are pleased to announce the release of Firenado 0.2.2.
Here are the highlights:
New Features
* Create and store data sources at run time 230 * Make a scheduled job to be executed by interval 325
0.2.1
Sep 11, 2020
We are pleased to announce the release of Firenado 0.2.1.
This release will add couple minor features and updating cartola.
We'll increment the release number instead of minor.
Here are the highlights:
New Features
* Add function to create HTTPRequests. 131 * Create a function to transform sqlalchemy objects to dict. 321
0.2
Aug 30, 2020
We are pleased to announce the release of Firenado 0.2.
This release adds the scheduled component able to run jobs defined in a configuration file. Jobs are scheduled using cron strings.
Now before_handler and after_handler methods from application where renamed to before_request and after_request and they are also present in the handler.
By now releases will increment the minor. Next release will be 0.3.
Here are the highlights:
New Features
* Create scheduled component and module 45 * Implement before and after request methods 315 * Add has conf property to TornadoComponent 316 * Create a method to resolve the config file to TornadoComponent 317