fzakaria / slf4j-timbre

SLF4J binding for Clojure's Timbre
Eclipse Public License 1.0
94 stars 24 forks source link

Bump com.taoensso:timbre from 6.3.1 to 6.5.0 #78

Open github-actions[bot] opened 7 months ago

github-actions[bot] commented 7 months ago

Bumps com.taoensso:timbre from 6.3.1 to 6.5.0.

Release notes

Sourced from com.taoensso:timbre's releases.

v6.5.0 (2024-02-26)

📦 Available on Clojars, this project uses Break Versioning.

This is a maintenance release that should be non-breaking, but does change the default :min-level when none is specified.

Changes since v6.4.0

  • 6b165c61 [mod] Change default top-level *config* :min-level (when none specified) from :report -> :trace

Fixes since v6.4.0

  • 3d730f9c [fix] #381 Handle possible invalid stacktrace fonts

New since v6.4.0

  • f3ce2b5c [new] #374 Add OpenTelemetry Protocol (OTLP) community appender (@devurandom)
  • Update dependencies, misc internal improvements

v6.4.0 (2024-02-22)

📦 Available on Clojars, this project uses Break Versioning.

This is a maintenance release that should be non-breaking, but that may change (fix) logging output for users of the JS console logger's :raw-console? option.

Fixes since v6.3.1

  • 9ec4e3c4 [fix] JS console appender unintentionally duplicating raw args
  • dbf84818 [fix] Unnecessary boxed math in (community) rotor appender
  • fab7b26c [fix] #380 Fix docstring typo (@alexpetrov)
Changelog

Sourced from com.taoensso:timbre's changelog.

v6.5.0 (2024-02-26)

📦 Available on Clojars, this project uses Break Versioning.

This is a maintenance release that should be non-breaking, but does change the default :min-level when none is specified.

Changes since v6.4.0

  • 6b165c61 [mod] Change default top-level *config* :min-level (when none specified) from :report -> :trace

Fixes since v6.4.0

  • 3d730f9c [fix] #381 Handle possible invalid stacktrace fonts

New since v6.4.0

  • f3ce2b5c [new] #374 Add OpenTelemetry Protocol (OTLP) community appender (@devurandom)
  • Update dependencies, misc internal improvements

v6.4.0 (2024-02-22)

📦 Available on Clojars, this project uses Break Versioning.

This is a maintenance release that should be non-breaking, but that may change (fix) logging output for users of the JS console logger's :raw-console? option.

Commits
  • b72cc65 v6.5.0 (2024-02-26)
  • 1ee1763 [nop] Bump deps
  • 6b165c6 [mod] Change default top-level *config* :min-level from :report -> :trace
  • f3ce2b5 [new] #374 Add OpenTelemetry Protocol (OTLP) community appender (@devurandom)
  • 3d730f9 [fix] #381 Handle possible invalid stacktrace fonts
  • b28eded [nop] Refactor: use enc/get-hostname
  • ffac479 [nop] Misc housekeeping
  • 01513d4 v6.4.0 (2023-02-22)
  • b757786 [nop] Update Pretty dependency
  • f42b9b8 [nop] Update Encore dependency
  • Additional commits viewable in compare view