Skip to content

v0.12.0 - Config improvements & Quality of code

Choose a tag to compare

@stanfrbd stanfrbd released this 22 Mar 16:19
· 94 commits to main since this release

What's Changed

  • Updating Engines to ObservableType by @ubahmapk in #145
  • Add DISABLE_VERSION_CHECK config 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_DEBUG and added them in docker-compose.ymlfor templating - (updated docs).
  • Rename variables SUPERVISORD_* to GUNICORN_THREADS_COUNT, GUNICORN_WORKERS_COUNT, GUNICORN_TIMEOUT for consistency - (updated docs).
  • I know people don't always want the latest version of Cyberbro in their environment, so DISABLE_VERSION_CHECK should 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