Releases: splunk/splunk-library-javalogging
Releases · splunk/splunk-library-javalogging
Version 1.6.2-0-0
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
Version 1.11.0
Minor Changes
- Added a parameter to set await termination timeout. PR
Version 1.10.0
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
- 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
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
Update Log4j dependency version to 2.10.0