Skip to content

Version 1.11.6

Compare
Choose a tag to compare
@bparmar-splunk bparmar-splunk released this 01 Sep 12:08

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.