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.
2.1.0 - 2020-09-30
- Add support for
flask-restxframework.
- Update
blackversion frommasterto20.8b1.
2.0.0 - 2020-02-24
- Starlette is now an optional dependency and everything related to it is now within layab.starlette module.
2.0.0a1 - 2020-02-21
- Switch from Flask-RestPlus to Starlette.
1.6.0 - 2020-01-15
- Log request upon receipt.
- Add request_status to logging to know what a log is for.
- Add request_status_code to logging to know the actual HTTP status code sent as response.
- Avoid duplicated logging when used as a decorator.
1.5.0 - 2019-12-03
- Allow to load unsafe logging configuration files, see PyYAML documentation for more information on unsafe YAML loading.
1.4.0 - 2019-11-29
- Initial release.