v4.5.0 / 2016 Jun 26
[com.taoensso/timbre "4.5.0"]
This is a major, non-breaking release focused on refactoring and performance (esp. profiling performance)
- BREAKING (rarely): ids given to
timbre.profiling/pspy
andtimbre.profiling/profile
must now always be compile-time consts (e.g. keywords). - DEPRECATED: Appender args -
:?err_
,:vargs_
(delays). - New: Appender args -
:?err
,:vargs
,:output_
. - New: Allow disabling ANSI colours with env var [#172 @ccfontes].
- Impl: Minor logging perf improvements.
- Impl: Major profiling perf improvements.