Releases: taoensso/timbre
Releases · taoensso/timbre
v4.3.1 / 2016 Feb 28
- Hotfix: had a removed var in the profiling macro
[com.taoensso/timbre "4.3.1"]v4.3.0 / 2016 Feb 26
This is a major, non-breaking feature release
- New: added 3rd-party gelf appender [#147 @davewo]
- New: new
:?hash-argdata key for use by custom data hash fns - New: low-level
log!macro for use in tooling (slf4j-timbre, etc.) - New: allow compile-time log level to be set with system property [#151 @domkm]
- New: ClojureScript console logger docstring now incl. instructions for Chrome Blackboxing [#132 @danskarda]
- New: include line numbers in default output for non-nested macros [#132]
- Impln: appenders no longer need to worry about using
forceinstead of@/deref
[com.taoensso/timbre "4.3.0"]v4.2.1 / 2016 Jan 14
This is a non-breaking hotfix release
- Fix: compile issue with Clojure 1.6 [#146 @nicferrier]
[com.taoensso/timbre "4.2.1"]v4.2.0 / 2015 Dec 27
This is a non-breaking feature release
- Change: switch default timestamp timezone from JVM default to UTC [#135]
- Change: switch default timestamp pattern from
yy-MMM-dd->yy-MM-dd pattern(easier to sort) [#135] - New:
swap-config!now supports &args [#137 @rsslldnphy] - New: rotor appender now creates necessary paths [#140 @dsapala]
- New: faster (transducer-based) string joins with Clojure 1.7+ [#133]
- New: records now get a human-readable string representation [#133]
- Fix: application slowdown due to agents shutdown [#141 @ryfow]
[com.taoensso/timbre "4.2.0"]v4.1.5 / 2015 Dec 27
This is a non-breaking hotfix release
- Assist fix of fzakaria/slf4j-timbre#8
[com.taoensso/timbre "4.1.5"]v4.1.4 / 2015 Sep 30
This is a non-breaking hotfix release
- Fix broken support for Clojure 1.5
[com.taoensso/timbre "4.1.4"]v4.1.2 / 2015 Sep 26
This is a non-breaking hotfix release
- Bring back deprecated
logpmacro from Timbre v3.x to ease back-compatibility [#67]
[com.taoensso/timbre "4.1.2"]v4.1.1 / 2015 Aug 16
This is a non-breaking hotfix release
- Fix: shutdown-agents shutdown hook can interfere with other important hooks [#127 @hadronzoo]
[com.taoensso/timbre "4.1.1"]v4.1.0 / 2015 Aug 7
This is a non-breaking feature release
- DEPRECATED:
*context*val is now located under a:contextkey in appender's data map [#116 @mikesperber] - New: Added
profiling/fnpmacro
[com.taoensso/timbre "4.1.0"]