- Added frame correction option, to properly mark log record origins (Thanks Roey Darwish) - Fixed MailHandler infinite recursion bug (Thanks Tal Yalon)
0.8.1
-------------
Released on November 30th 2014
- Fix support for gevent, along with various other fixes (Thanks Tal Yalon)
0.8.0
-------------
Released on November 11th 2014. Codename "improve_some_more"
- Added Pushover handler (thanks owo) - Default logging format now includes seconds and microseconds (110) - Several fixes regarding possible deadlocks in log formatting (thanks Guy Rozendorn) - Fixed packaging so that the speedups module now gets packaged by default (122) - ThreadedWrapperHandler now supports maxsize (121) (thanks Ken Jung) - Fixes in rotating handlers (thanks zhangliyong) - Added Pushover handler (thanks Ossama W. Obeid) - RedisHandler now supports lpush as an option (thanks Bruno Rocha)
0.7.0
-------------
Released on May 12th 2014. Codename "not_just_yet"
- Restored Python 3.2 support (thanks rnortman) - NullHandlers now respect filters - allows to only drop/mute certain records (73) - redirect_logging now sets the legacy root logger's level to DEBUG by default. This can be changed by specifying `set_root_logger_level=False` (96) - Bugfixes
0.6.0
-------------
Released on October 3rd 2013. Codename "why_not_production_ready"
- Added Redis handler (Thanks a lot guillermo-carrasco for this PR) - Fixed email encoding bug (Thanks Raphaël Vinot)
0.5.0
-------------
Released on August 10th 2013.
- Drop 2.5, 3.2 support, code cleanup - The exc_info argument now accepts `True`, like in the standard logging module