Skip to content

logstash-logback-encoder-8.0

Latest
Compare
Choose a tag to compare
@philsttr philsttr released this 27 Jul 21:23
· 6 commits to main since this release
logstash-logback-encoder-8.0
f2fc346

This release supports the new logback-access 2.x artifacts at group id ch.qos.logback.access. This release does not support the old logback-access artifact at ch.qos.logback:logback-access. Special thanks to @sondemar for this contribution!

This release requires Java 11 or newer.

Recommended versions of dependencies are as follows (Earlier versions might work, but have not been tested):

  • logback-core/classic 1.5.x.
  • logback-access 2.0.x
  • jackson-* 2.17.x

What's Changed

✨ New features and improvements

  • Set AbstractThrowableClassNameJsonProvider.getThrowable as protected by @EvaristeGalois11 in #988
  • Add composite MdcEntryWriter to filter MDC keys with regex by @jug in #974

🐞 Bug fixes

📖 Documentation, Tests and Build

🆙 Dependency Upgrades

New Contributors

Full Changelog: logstash-logback-encoder-7.4...logstash-logback-encoder-8.0