Skip to content

v3.7.1

Compare
Choose a tag to compare
@KarstenSchnitter KarstenSchnitter released this 01 Sep 05:30
· 30 commits to main since this release

This minor release introduces two new fields, when exceptions are logged:

  • exception_name containing the Java class name of the logged exception
  • exception_message containing the message of the logged exception

The exception_name can be used to aggregate events by exception.
The exception_message may contain information that is otherwise only available in the stacktrace.
Thanks to @KaiHofstetter for suggesting this change.

What's Changed

  • Add Exceptions Type and Message by @KarstenSchnitter in #161
  • Use the SAP Java buildpack by @haraldfuchs in #159
  • Bump jetty-server from 11.0.13 to 11.0.14 in /cf-java-logging-support-servlet-jakarta by @dependabot in #155
  • Bump jetty-server from 9.4.50.v20221201 to 9.4.51.v20230217 in /cf-java-logging-support-servlet by @dependabot in #157

New Contributors

Full Changelog: v3.7.0...v3.7.1