Skip to content

v3.5.3

Compare
Choose a tag to compare
@KarstenSchnitter KarstenSchnitter released this 12 Dec 20:08

⚠️ This release upgrades the Log4j2 to 2.15.0 in mitigation of CVE-2021-44228. This is done to avoid the introduction
of a vulnerable dependency into your application. Make sure to check your dependency
configuration, that you only use fixed Log4j2 versions (>=2.5.0).

With this release we start introduction of features, that reduce the amount of superfluous information.
The goal is the reduction of message size. As a first step, the library will by default no longer emit fields, that contain the default value, e.g. "-" for strings. This feature can be disabled.

What's Changed

  • a38a4ca Upgrade Log4j2 dependency to 2.15.0
  • #120 Suppress Default Values from MDC

Full Changelog: v3.5.2...v3.5.3