Skip to content

Releases: madzak/python-json-logger

v2.0.7

21 Feb 17:39
Compare
Choose a tag to compare

Changed

  • Fix inclusion of py.typed in pip packages - @sth
  • Added pytest support with test file rename. Migrated to assertEqual

v2.0.6

14 Feb 15:55
Compare
Choose a tag to compare

Changed

  • Parameter rename_fields in merge_record_extra is now optional - @afallou

v2.0.5

12 Feb 19:15
Compare
Choose a tag to compare

Added

  • Allow reserved attrs to be renamed - @Henkhogan
  • Support added for Python 3.11
  • Now verifying builds in Pypy 3.9 as well
  • Type annotations are now in the package - @louis-jaris

Changed

  • Fix rename_fields for exc_info - @guilhermeferrari
  • Cleaned up test file for PEP8 - @lopagela
  • Cleaned up old Python 2 artifacts - @louis-jaris
  • Dropped Python 3.5 support - @idomozes
  • Moved type check via tox into 3.11 run only
  • Added test run in Python3.6 (will keep for a little while longer, but it's EOL so upgrade)

v2.0.4

11 Jul 14:01
Compare
Choose a tag to compare

Changed

  • Fix too strict regex for percentage style logging - @aberres

v2.0.3

08 Jul 23:43
Compare
Choose a tag to compare

Added

  • Add PEP 561 marker/basic mypy configuration. - @bringhurst
  • Workaround logging.LogRecord.msg type of string. - @bringhurst

Changed

  • Changed a link archive of the reference page in case it's down. - @ahonnecke
  • Removed unnecessary try-except around OrderedDict usage - @sozofaan
  • Update documentation link to json module + use https - @deronnax
  • Dropped 3.5 support. - @bringhurst

v2.0.2

27 Jul 23:08
Compare
Choose a tag to compare

Added

Changed

  • Dropped 3.4 support.
  • Dropped Travis CI for Github Actions.
  • Wheel should build for python 3 instead of just 3.4 now.

v2.0.1

12 Oct 16:22
Compare
Choose a tag to compare

Added

Changed

v2.0.0

26 Sep 22:57
Compare
Choose a tag to compare
Version Bump

v0.1.10

07 Nov 13:48
Compare
Choose a tag to compare
Version 0.1.10 Bump

v0.1.5: Merge pull request #32 from romain-dartigues/suggestions

12 Jun 16:01
Compare
Choose a tag to compare

Seconds are no longer lost in default date serialization.