Skip to content

Releases: SAP/cf-java-logging-support

v3.0.6

21 Jan 11:44

Choose a tag to compare

Fixes:

  • upgrade Java-JWT to v3.8.3
  • upgrade jackson-databind to v2.10.1
  • support mark/reset/seek for WrappedInputReader and do not miss newlines in length calculation

v3.0.5

18 Oct 06:47
e626102

Choose a tag to compare

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

v3.0.4

02 Aug 12:00
d818cbb

Choose a tag to compare

v3.0.3

30 Jul 06:20
32bba94

Choose a tag to compare

New Features:

Bugfixes:

Improvements:

  • travis CI build succeeds using Java 11

v3.0.2

16 Jul 07:26
fabbc5d

Choose a tag to compare

New Feature:

Updates:

  • jackson-databind to version 2.9.9.1

v3.0.1

17 Jun 13:30

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

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

Choose a tag to compare

Changelog

Bump dependencies to fix potential security vulnerabilities.

V2.2.2

09 Aug 07:27

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

Choose a tag to compare

Changelog:

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