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.
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.