Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 627 Bytes

CHANGES.rst

File metadata and controls

42 lines (27 loc) · 627 Bytes

0.2.0

  • Use uv
  • Drop support for older versions of Python
  • Add support for newer versions of Python

0.1.3

  • Fix duplication filter: use formatted log message to detect duplication (thanks to @rodjjo)

0.1.2

  • Add missing tests asserts
  • Add lock for dealing with OrderedDict self._cache

0.1.1

  • Workaround to prevent KeyError exception in LoggerDuplicationFilter

0.1.0

  • Add JSON formatter
  • Minor improvements

0.0.2

  • Added LoggerDuplicationFilter and enable_duplication_filter option
  • Added belogging.getLogger (sugar to logging.getLogger)

0.0.1

  • Initial release