Skip to content

Latest commit

 

History

History
57 lines (39 loc) · 1.35 KB

CHANGELOG.md

File metadata and controls

57 lines (39 loc) · 1.35 KB

Change Log

All notable changes to this project will be documented in this file.

This project adheres to Semantic Versioning.
The format is based on Keep a Changelog.

1.0.4 - 2019-07-20

  • fix #30

1.0.3 - 2019-07-20

  • add missing kwargs for init_non_web

1.0.2 - 2019-07-20

  • add method to support getting request logger by using method json_logging.get_request_logger(), fix #23

1.0.1 - 2019-07-20

  • prevent log forging, fix #1

1.0.0 - 2019-07-20

Breaking change:

  • add more specific init method for each framework
  • minor correct for ENABLE_JSON_LOGGING_DEBUG behaviour
  • update few code comments

0.1.2 - 2019-06-25

  • fix: add japanese character encoding for json logger #24

0.1.1 - 2019-05-22

  • fix: connexion under gunicorn has no has_request() #22

0.1.0 - 2019-05-20

0.0.13 - 2019-05-18

  • Fix #19

0.0.12 - 2019-02-26

  • Fix #16

0.0.11 - 2019-01-26

  • Adds functionality to customize the the JSON - change keys, values, etc.

0.0.10 - 2018-12-04

  • Support for exception tracing exception

0.0.9 - 2018-10-16

  • Add Quart framework support

0.0.2 - 2017-12-24

Changed

0.0.1 - 2017-12-24

Changed

  • Initial release