This repository has been archived by the owner on Mar 18, 2020. It is now read-only.
Releases: kamon-io/kamon-logback
Releases · kamon-io/kamon-logback
v2.0.2 - Maintenance Release
Fixes
- The
ContextEntryConverter
wasn't picking up default values correctly. Fixed by @amelnikov-mylivn via #31.
v2.0.1 - Maintenance Release
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
v2.0.0-RC2 - Build for Scala 2.13
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
Releasing 2.0.0-RC1
v1.0.7 - Log any Context Entry
v1.0.6 - Log Events Counting Appender
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
v1.0.4
v1.0.3 - Minor Improvements and Fixes
Improvements and fixes:
- Allow to set different keys to MDC. Contributed by @yarosman and @sebigavril on #12
v1.0.2 - Minor Improvements and Fixes
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