Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 1.13 KB

File metadata and controls

36 lines (29 loc) · 1.13 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] - 2021-04-15

Added

  • You can now add constant fields to your logs @cosimomeli

2.0.1 - 2020-10-12

Added

  • Support Pypi long descripton - @ereli-cb

Changed

  • You can now rename output fields - @schlitzered

2.0.0 - 2020-09-26

Added

  • New Changelog
  • Added timezone support to timestamps - @lalten
  • Refactored log record to function - @georgysavva
  • Add python 3.8 support - @tommilligan

Removed

  • Support for Python 2.7
  • Debian directory

0.1.11 - 2019-03-29

Added

  • Support for Python 3.7

Changed

  • 'stack_info' flag in logging calls is now respected in JsonFormatter by @ghShu