v0.12.0 - Config improvements & Quality of code
What's Changed
- Updating Engines to ObservableType by @ubahmapk in #145
- Add
DISABLE_VERSION_CHECKconfig parameter to suppress update popup by @Copilot in #156 - Migrate to Google Safe Browsing API v5 by @stanfrbd in #163
MISC
- Add new variables
FLASK_HOST,FLASK_PORT,FLASK_DEBUGand added them indocker-compose.ymlfor templating - (updated docs). - Rename variables
SUPERVISORD_*toGUNICORN_THREADS_COUNT,GUNICORN_WORKERS_COUNT,GUNICORN_TIMEOUTfor consistency - (updated docs). - I know people don't always want the latest version of Cyberbro in their environment, so
DISABLE_VERSION_CHECKshould help them :)
Huge thanks to @ubahmapk for all the work to enhance the quality of code, using ObservableType and specific other variables.
Full Changelog: v0.11.1...v0.12.0