Skip to content

Releases: splunk/splunk-library-javalogging

Version 1.11.10

09 Apr 16:35
9ae2dfb

Choose a tag to compare

Security Updates

  • Bump Log4j2 to 2.25.4
  • Bump Logback to 1.2.13 (latest Java 8 compatible release)
  • Bump okhttp3 to 4.12.0
  • Bump okio to 3.12.0
  • Bump gson to 2.13.1

Minor Changes

  • Bump commons-lang3 to 3.20.0
  • Update GitHub Actions to use pinned SHA versions (checkout@v6, setup-java@v5, cache@v5)

Bug Fixes

  • Fix SplunkCimLogEventUnitTest tests which were not being executed (GitHub issue #289)

Version 1.11.8

08 Sep 19:34

Choose a tag to compare

Version 1.11.8

Minor Changes

  • Force okio version and upgrade okhttp3 to latest stable release to address CVE-2023-3635

Version 1.11.7

12 Oct 04:48

Choose a tag to compare

Version 1.11.7

Bug Fixes

  • ClassCastException for Log4j Appender was fixed. (Github Issue #259)

Version 1.11.6

01 Sep 12:08

Choose a tag to compare

Version 1.11.6

Enhancements

  • Sending Java Throwable object instead of exception message in event.
  • Formatter support added in formatting event message in Java Util Logging.
    • Any message formatter can be added from properties file.
    • By default, SimpleFormatter is used to format event message.
  • Layout (deprecated) in socket appender configuration (TcpAppender) is replaced with Encoder.

Minor Changes

  • Starting a new Dispatcher always for OkHttpClient builder. (PR #193)
  • README file modified with dependency management guidance. (PR #217)
  • JsonHttpContentType in HttpEventCollectorSender is fixed based on RFC7231 specs. (PR #256)
  • Event message strings starting with commenting characters (#, // & /**/) are allowed.

Version 1.11.5

02 Jun 09:55

Choose a tag to compare

Version 1.11.5

Critical Security Update

Enhancements

  • Added StandardErrorCallback class. Register ErrorCallback implementations via logback or log4j xml config. (PR #215)
    • ErrorCallback class used to handle errors other than Server errors.

Minor Changes

  • Bump org.slf4j:slf4j-api version to latest 1.7.36
  • Bump com.squareup.okhttp3:okhttp to latest 4.9.3
  • Bump com.google.code.gson:gson to latest 2.9.0
  • Flush HttpClient after flushing appenders. (PR #207)
  • Timeout settings modified for OKHttpClient. (PR #199)
  • Default behavior of Splunk event header & body are reverted back to v1.7.3. (PR #198)

1.6.3

31 Mar 10:38

Choose a tag to compare

1.6.3 Pre-release
Pre-release

Security Update:

  • Log4j2 version is upgraded to v2.17.1 for java-logging.

Version 1.11.4

23 Dec 20:04

Choose a tag to compare

Version 1.11.4

Critical Security Update

Update Logback to version 1.2.9 per CVE-2021-42550.

Version 1.11.3

20 Dec 19:14
267475b

Choose a tag to compare

Version 1.11.3

Critical Security Update

Upgrade Log4J again v2.17.0 related to CVE-2021-45046 & CVE-2021-44228

Version 1.6.2-0-2

20 Dec 18:20

Choose a tag to compare

Version 1.6.2-0-2 Pre-release
Pre-release

Version 1.6.2-0-2

Critical backport

Version 1.11.2

16 Dec 16:59
01cc589

Choose a tag to compare

Version 1.11.2

Critical Security Update