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.
- fix #30
- add missing kwargs for init_non_web
- add method to support getting request logger by using method json_logging.get_request_logger(), fix #23
- prevent log forging, fix #1
Breaking change:
- add more specific init method for each framework
- minor correct for ENABLE_JSON_LOGGING_DEBUG behaviour
- update few code comments
- fix: add japanese character encoding for json logger #24
- fix: connexion under gunicorn has no has_request() #22
- Add Connexion support
- Fix #19
- Fix #16
- Adds functionality to customize the the JSON - change keys, values, etc.
- Support for exception tracing exception
- Add Quart framework support
- fixed bobbui#2
- Initial release