Skip to content
This repository was archived by the owner on Feb 18, 2024. It is now read-only.

Latest commit

 

History

History
27 lines (21 loc) · 1.03 KB

File metadata and controls

27 lines (21 loc) · 1.03 KB

Changelog

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

Added

  • 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

Added

  • Allow to load unsafe logging configuration files, see PyYAML documentation for more information on unsafe YAML loading.

1.4.0 - 2019-11-29

Added

  • Initial release.