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

Latest commit

 

History

History
45 lines (35 loc) · 1.68 KB

File metadata and controls

45 lines (35 loc) · 1.68 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.

2.1.0 - 2020-09-30

Added

  • Add support for flask-restx framework.

Changed

  • Update black version from master to 20.8b1.

2.0.0 - 2020-02-24

Changed

  • Starlette is now an optional dependency and everything related to it is now within layab.starlette module.

2.0.0a1 - 2020-02-21

Changed

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.