Skip to content

Releases: SAP/cf-java-logging-support

v3.0.3

30 Jul 06:20
32bba94
Compare
Choose a tag to compare

New Features:

Bugfixes:

Improvements:

  • travis CI build succeeds using Java 11

v3.0.2

16 Jul 07:26
fabbc5d
Compare
Choose a tag to compare

New Feature:

Updates:

  • jackson-databind to version 2.9.9.1

v3.0.1

17 Jun 13:30
Compare
Choose a tag to compare

Dependency version Update:

  • Jackson to 2.9.9
  • Java-JWT to 2.8.1

Refactoring of http header code

v3.0.0

24 Apr 12:16
Compare
Choose a tag to compare

This major release introduces two new features:

  • Tenantid as an additional HTTP header field
  • Custom application metrics

V2.2.3

28 Mar 08:48
Compare
Choose a tag to compare

Changelog

Bump dependencies to fix potential security vulnerabilities.

V2.2.2

09 Aug 07:27
Compare
Choose a tag to compare

Changelog

  • update Java-Jwt library
  • fix Bug in WrappedOutputStream that prevented flushes of the response output stream of the ServletFilter

V2.2.0

04 Jul 10:27
Compare
Choose a tag to compare

Changelog:

  • support async dispatch for RequestLoggingFilter (fixes #24)
  • adds MDC context map as request attribute in RequestLoggingFilter

V2.1.5

25 May 08:56
64a21f6
Compare
Choose a tag to compare

Changelog:

  • Minor improvements and bug fixes for the dynamic log level feature.

V2.1.4

05 Mar 15:17
6ce8547
Compare
Choose a tag to compare

Changelog:

A minor bug that could lead to performance issues has been fixed.

V2.1.3

26 Feb 16:05
1e21b24
Compare
Choose a tag to compare

Changelog:

  • Optional fields that can contain sensitive user data have been extended to
    remote_ip, remote_host, remote_port, x_forwarded_for, remote_user, referer.
  • By default, these fields will not be logged by the Servlet Filter and by the Jersey Filters anymore. Logging of these fields can be activated via the following environment variables:
Environment Variable Optional Fields
LOG_SENSITIVE_CONNECTION_DATA: true activates the fields remote_ip, remote_host, remote_port, x_forwarded_for
LOG_REMOTE_USER: true activates the field remote_user
LOG_REFERER: true activates the field referer

See also https://github.com/SAP/cf-java-logging-support/wiki/Overview#logging-sensitive-user-data