All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Refactored
app.py
intoapp.py
andmanage.py
to prevent running an application on import - Improved versioning support in
setup.py
- Correcting documentation for
REVERSE_PROXY_PATH
config option - Guarding against missing
REVERSE_PROXY_PATH
config option
- Wrapping around Flask app rather than a WSGI app
- Incorporating
werkzeug.contrib.fixers.ProxyFix
middleware - Improved handling of pre-release versions in
setup.py
when running in CI/CD
- Correcting prefix value in usage example to include a preceding forward slash
- Initial version based on middleware developed for the BAS People (Sensitive) API