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

2.2.0 (2020-10-09)

Latest

Choose a tag to compare

@Colin-b Colin-b released this 09 Oct 13:29
525826b

Added

  • flask_restx request logging now log processing_time in case of failure as well.
  • Explicit support for python 3.9

Changed

  • Only store one request id per query.
  • flask_restx request logging now log request details as a dictionary linked to request key.
  • flask_restx request logging now log request arguments as a dictionary linked to request.args key.
  • flask_restx request logging now log request headers as a dictionary linked to request.headers key.
  • flask_restx request logging now log request error as a dictionary linked to error key.
  • flask_restx request logging now log status as end instead of success as it might be misleading if app is sending failure response.

Fixed

  • flask_restx request logging do not log request data in case of exception anymore as it might be too big or bytes could not be supported by the logger.
  • flask_restx request logging now log all params as a list of values, only the first value for each param was logged previously.