Skip to content
This repository has been archived by the owner on Jun 29, 2023. It is now read-only.

Release 1.11.2

Compare
Choose a tag to compare
@mp911de mp911de released this 31 Jan 10:55
· 147 commits to main since this release
16af7a0

This release contains a few fixes around I/O resiliency and has improved performance for field type discovery by inspecting the actual field before parsing. Double and String-type fields benefit the most.

Enhancements

  • Improve additional field type discovery #121

Bugfixes

  • PortUnreachableException is logged as ERROR null via Log4j2 #126 (Thanks to @gjakovljevic)
  • Logging stuck in infinite loop with gelf ssl appender bug #129 (Thanks to @rbjorklin)

Other

  • Upgrade to JUnit 5.0.1 #120
  • Upgrade build to JDK 10 EA #124
  • Upgrade to Jedis 2.9.0 #130