Skip to content

Releases: taoensso/timbre

v4.3.1 / 2016 Feb 28

28 Feb 05:20

Choose a tag to compare

  • Hotfix: had a removed var in the profiling macro
[com.taoensso/timbre "4.3.1"]

v4.3.0 / 2016 Feb 26

26 Feb 08:39

Choose a tag to compare

This is a major, non-breaking feature release

  • New: added 3rd-party gelf appender [#147 @davewo]
  • New: new :?hash-arg data 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 force instead of @/deref
[com.taoensso/timbre "4.3.0"]

v4.2.1 / 2016 Jan 14

14 Jan 05:27

Choose a tag to compare

This is a non-breaking hotfix release

[com.taoensso/timbre "4.2.1"]

v4.2.0 / 2015 Dec 27

27 Dec 03:19

Choose a tag to compare

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

27 Dec 03:02

Choose a tag to compare

This is a non-breaking hotfix release

[com.taoensso/timbre "4.1.5"]

v4.1.4 / 2015 Sep 30

30 Sep 10:06

Choose a tag to compare

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

30 Sep 10:06

Choose a tag to compare

This is a non-breaking hotfix release

  • Bring back deprecated logp macro from Timbre v3.x to ease back-compatibility [#67]
[com.taoensso/timbre "4.1.2"]

v4.1.1 / 2015 Aug 16

06 Sep 06:50

Choose a tag to compare

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

07 Aug 16:44

Choose a tag to compare

This is a non-breaking feature release

  • DEPRECATED: *context* val is now located under a :context key in appender's data map [#116 @mikesperber]
  • New: Added profiling/fnp macro
[com.taoensso/timbre "4.1.0"]

v4.0.2 / 2015 June 26

26 Jun 05:59

Choose a tag to compare

This is a minor bug fix release

[com.taoensso/timbre "4.0.2"]