Changelog¶
0.2.5 (2019-01-20)¶
- Modify behavior of sink option
backtrace=Falseso it doesn’t extend traceback upward automatically (#30) - Fix import error on some platforms using Python 3.5 with limited
localtime()support (#33) - Fix incorrect time formatting of locale month using
MMMandMMMMtokens (#34, thanks @nasyxx) - Fix race condition permitting to write on a stopped handler
0.2.3 (2018-12-16)¶
- Add support for PyPy
- Add support for Python 3.5
- Fix incompatibility with
awscliby downgrading requiredcoloramadependency version (#12)
0.2.2 (2018-12-12)¶
0.2.1 (2018-12-08)¶
- Fix typo preventing README to be correctly displayed on PyPI
0.2.0 (2018-12-08)¶
- Remove the
parserand refactor it into thelogger.parse()method - Remove the
notifierand its dependencies, justpip install notifiersif user needs it
0.1.0 (2018-12-07)¶
- Add logger
- Add notifier
- Add parser
0.0.1 (2017-09-04)¶
Initial release