Skip to content

1.1.0

Latest
Compare
Choose a tag to compare
@kdrakon kdrakon released this 30 Jun 06:41
· 2 commits to master since this release

1.1.0

Fixed

  • provides fix for dead-lock caused by unseen synchronized block caused by ch.qos.logback.core.AppenderBase
  • the fix for the dead-lock is addressed by removing the use of blocking queue for logging events. As a result, this also removed the need for SplunkHecAppenderStrategy's

Changed

  • additionally, added Monix circuit breakers around consuming the log event stream and pushing data to Splunk via HTTP
  • updated Monix to 2.3.0
  • cross compiling to Scala 2.11.11 and 2.12.2