Skip to content

Releases: SAP/cf-java-logging-support

v3.0.5

18 Oct 06:47
e626102
Compare
Choose a tag to compare

Fix:
Read organization id and organization name from VCAP environment.

v3.0.4

02 Aug 12:00
d818cbb
Compare
Choose a tag to compare

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.