Skip to content

v6.6.0 (2024-10-28)

Compare
Choose a tag to compare
@ptaoussanis ptaoussanis released this 28 Oct 14:04
· 8 commits to master since this release

Same as v6.6.0-RC1 (2024-08-30), just updates some dependencies.

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)

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

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

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

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

  • None