Skip to content
This repository has been archived by the owner on Mar 18, 2020. It is now read-only.

Releases: kamon-io/kamon-logback

v2.0.2 - Maintenance Release

29 Oct 14:38
Compare
Choose a tag to compare

Fixes

  • The ContextEntryConverter wasn't picking up default values correctly. Fixed by @amelnikov-mylivn via #31.

v2.0.1 - Maintenance Release

30 Sep 11:09
Compare
Choose a tag to compare

Fixes

  • The MDC is completely restored to its original state after Kamon instruments the append method. Fixed by @carstenlenz via #25.
  • The instrumentation was moved from interceptors to advisors to ensure that it will work properly when using the -javaagent option and the kamon bundle. Fixed by @ivantopo via #29

Improvements

  • The README was updated to include the right class names for the utils that ship with it. Contributed by @ElfoLiNk via #27.

v2.0.0-RC2 - Build for Scala 2.13

16 Jul 09:41
Compare
Choose a tag to compare
Pre-release

This is the first release published for Scala 2.13, thanks to @lustefaniak for the upgrade!

v2.0.0-RC1 - Upgrade to Kamon 2.0.0-RC1

18 Jun 18:07
Compare
Choose a tag to compare
Pre-release
Releasing 2.0.0-RC1

v1.0.7 - Log any Context Entry

05 Jun 10:52
Compare
Choose a tag to compare

Improvements

  • Starting on this release, any broadcast Context entry can be included in logs (before, only String keys could be included in logs). This was contributed by @chotai via #17.

v1.0.6 - Log Events Counting Appender

26 Mar 09:41
Compare
Choose a tag to compare

New Features

  • This release includes a new Logback appender, LogbackEntriesCounterAppender which can count log events by level. At this point this must be manually configured following the instructions on the readme. This features was contributed by @opbokel via #19.

v1.0.5 - MDC Propagation Improvements

09 Jan 22:57
Compare
Choose a tag to compare

Improvements

  • Up until this release Kamon would only copy context keys to the MDC if there was a Span on the Context attached to the logging event, this limitation wasn't necessary at all and has been removed. This was reported by @chotai and fixed by @ivantopo via #14

v1.0.4

09 Jan 22:53
Compare
Choose a tag to compare
v1.0.4 Pre-release
Pre-release

Please do not used this release, it was published by mistake.

v1.0.3 - Minor Improvements and Fixes

30 Aug 20:42
Compare
Choose a tag to compare

Improvements and fixes:

v1.0.2 - Minor Improvements and Fixes

02 Aug 19:53
Compare
Choose a tag to compare

Improvements and fixes:

  • Narrow down the aop.xml weaver filters. Contributed by @milenkovicm on #6
  • Customised mdc key. Contributed by @matwojcik on #7
  • Add some usage/capability documentation. Contributed by @acjay on #10