Releases: fcoagz/flask-status
Releases · fcoagz/flask-status
v0.0.4
Bug fix
- Generate
tmp
folder for no reason. It is checked to be generated - Interval to capture the logs every 5 seconds to not be so overwhelmed
- Using cache to set database URI
- Diminution of for to compare that a route is in the database. The
_create_route_
function was replaced to generate the list and from the database it checks which route exists.
Full Changelog: v0.0.3...v0.0.4
v0.0.3
New flask extension
It allows you to capture the incidents that the server may encounter in each of the routes that the user uses.
It may be useful in some cases to keep track of how our app is working.
Full Changelog: https://github.com/fcoagz/flask-status/commits/v0.0.3