Flask-waffleconf

Latest version: v0.3.1

Safety actively analyzes 621907 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.3.1

Changed

- The extension no longer automatically updates stored values when initiated

0.3.0

Added

- SQLAlchemy support (`AlchemyWaffleStore`)
- Update notifications using file timestamp
- Extension methods to call in views
- New configuration variables (`WAFFLE_WATCHTYPE`, `WAFFLE_WATCHER_FILE`)
- Data (de)serialization

Changed

- Structure of the `WAFFLE_CONFS` dict is now simpler:
- Only `desc` and `default` are required
- Extension no longer requires a custom template or view (see documentation for
new implementation)
- Documentation rewritten and migrated to Sphinx

Deprecated

- `gevent` support (bad implementation)
- `WAFFLE_TEMPLATE` setting no longer used

0.2.0

Added

- Support for multiprocess deployments using Redis and `threading` or `gevent`

Changed

- `WaffleConf` object no longer stores application and store

Fixed

- Typo in default form template

0.1.0

- Initial release
- Support for single process deployments

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.