Skip to content

Latest commit

 

History

History
65 lines (41 loc) · 2.34 KB

CHANGELOG.md

File metadata and controls

65 lines (41 loc) · 2.34 KB

Splunk Logging for Java Changelog

Version 1.6.3

Security Update

  • Log4j version has been upgraded to v2.17.1.

Version 1.6.2-0-2

Critical backport

  • Upgrading to 2.17 per CVE-2021-45046 & CVE-2021-44228 & CVE-2021-45105.

Version 1.6.2-0-1

Critical backport

  • Upgrading log4J to 2.16 per CVE-2021-45046.

Version 1.6.2-0-0

Critical backport

  • Upgrading log4J to 2.15 per CVE-2021-44228.

Version 1.6.2

  • Add support to allow users to define their own event body serializer for HTTP event adapter: Simply create a class implementing com.splunk.logging.EventBodySerializer, and add the full class name as a property (eventBodySerializer) to the adapter. Default will be a JSON event body containing message, severity, and other properties. #86.

Version 1.6.1

  • TcpAppender performance improvement, prevents 100% CPU usage #85.

Version 1.6.0

  • Changed messagedMimeType metadata property to messageFormat
  • Fixes unit tests, and performance issues
  • Fixes issues with log4j
  • Fixes Cookie Expiry date issue #74
  • Added Raw Endpoint support to HEC #75

Version 1.5.3

  • Add support for Logback access #54
  • Make more parameters optional for Log4j appender #47

Version 1.5.2

  • Add support for setting the host metadata field, GitHub issue #24.
  • Send additional logger attributes (logger name, thread name, context/property maps) to the event, GitHub pull request #29.
  • Add support for exception reporting as its own field.
  • Add support for marker including as its own field.

Version 1.5.1

  • Fix issues with Logback 1.1.x, see GitHub issue #21.

Version 1.5.0

  • Add support for HTTP Event Collector.

Version 1.0.1

  • Add fix for hanging logback thread in TcpAppender.

Version 1.0.0

Initial Splunk Logging for Java release.