Skip to content

Releases: splunk/splunk-library-javalogging

Version 1.6.2-0-0

13 Dec 23:36
Compare
Choose a tag to compare
Version 1.6.2-0-0 Pre-release
Pre-release

Patch release/backport for the 1.6.2 release to upgrade log4j to version 2.15 to address CVE-2021-44228.

Version 1.11.1

11 Dec 07:31
873187d
Compare
Choose a tag to compare

Version 1.11.1

Critical Security Update

Version 1.11.0

28 Sep 06:56
Compare
Choose a tag to compare

Minor Changes

  • Added a parameter to set await termination timeout. PR

Version 1.10.0

02 Aug 10:06
4b7f686
Compare
Choose a tag to compare

Bug Fixes

  • Fixed issue causing delayed time when using AsyncAppender (GitHub issue #186)
    • Now the timestamp is being recorded at the time when log event "occurs" instead of the time when log event is being "sent"

Minor Changes

  • Updated the project to use make conventions to spin up local dockerized instances.
  • Upgrade version of okhttp to 4.9.1.
  • Upgrade version of slf4j to 1.7.30.
  • Upgrade version of gson to 2.8.7.
  • Upgrade version of junit to 4.13.2.
  • Upgrade version of commons to 3.12.

Version 1.9.0

20 Apr 21:29
c9d5a52
Compare
Choose a tag to compare
  • Resolve an issue with TcpAppender losing events when busy (@avdv)
  • Fix an issue with middleware not delegating on completion (@Blackbaud-MikeLueders)
  • Add EventHeaderSerializer that allows specifying HEC metadata (@snorwin)
  • Allow specification of timeout parameters
  • Allow time to be specified by EventBodySerializer (@avpavlov)
  • Use an Okhttp client per appender rather than a global client (@snorwin)
  • Fix an issue with empty strings in configs (@thomasmey)
  • Resolve an issue with sending raw events to HEC (@tburch)
  • Allow templated metadata values to be applied to an appender (@brunoalexandresantos)

1.8.0

17 Jan 18:32
0ff7d8c
Compare
Choose a tag to compare

This release updates the underlying HTTP client (thank you @snorwin!), updates underlying libraries, and streamlines serialization to JSON. As part of this, the 'message' attribute of the default JSON object should no longer be double JSON encoded.

The following library dependences were also updated:
log4j v2.12.1
logback v1.2.3
slf4j v1.7.29

Release v1.7.3

11 Apr 22:29
Compare
Choose a tag to compare

Update Log4j dependency version to 2.10.0

1.7.2

29 Mar 22:31
Compare
Choose a tag to compare
  • Closing httpclient properly on logback shutdown #112.

1.7.1

18 Jan 22:18
Compare
Choose a tag to compare
  • Change HttpEventCollectorLogbackAppender stop method to call this.sender.close()
  • Rename 'Http' plugin name for HttpEventCollectorLog4jAppender to 'SplunkHttp'

1.7.0

08 Jan 22:19
772921d
Compare
Choose a tag to compare
  • Effectively the equivalent to Version 1.6.2