Skip to content

v6.6.0-RC1 (2024-08-30)

Pre-release
Pre-release
Compare
Choose a tag to compare
@ptaoussanis ptaoussanis released this 30 Aug 08:32
· 2 commits to master since this release

πŸ“¦ Available on Clojars: Timbre | SLF4J provider
Uses Break Versioning.


This is a significant feature release that includes new built-in support for Java logging interop via SLF4J.

Big thanks to @fzakaria and @rufoa for their long-time work on Timbre's previous optional SLF4J interop πŸ™

As always, feedback and bug reports very welcome! - Peter Taoussanis

Changes since v6.5.0 (2024-02-26)

  • 6d7495a [mod] default-output-fn: omit "?" location info

New since v6.5.0 (2024-02-26)

  • 6b4873e [new] Add SLF4Jv2 backend/provider
  • 95ea032 [new] [#389] Capture cause of failing error-fn
  • 0fa226e [doc] [#386] Add timbre-json-appender to wiki (@NoahTheDuke)
  • Various internal improvements and updated dependencies

Fixes since v6.5.0 (2024-02-26)

  • None