From c9d5a528773b88787fc137881b2948c4614f1f2c Mon Sep 17 00:00:00 2001 From: David Poncelow Date: Tue, 20 Apr 2021 14:09:29 -0700 Subject: [PATCH] update changelog for 1.9 --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5206d386..f8b4e627 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Splunk Logging for Java Changelog +## 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) + ## Version 1.8.0 * Update JSON serialization- message property should not be encoded as a string