Releases: tkowalcz/tjahzi
0.9.32 Fix for running on 32bit JVM
Fix for issue #86 when running on a 32bit JVM.
0.9.31 Upgrade to Netty 4.1.94.Final due to CVEs
Upgraded Netty to the newest version (4.1.94.Final) per usual CVE issues.
0.9.30 Support for Server Name Indication (SNI) in SSL
SSL connections will now include SNI which will allow proxy to forward client traffic to the right server during TLS/SSL handshake. It also allows server to present one of multiple possible certificates on the same IP address and TCP port.
0.9.29 Logger and thread name as Loki labels for Logback appender
0.9.28 Added option to start internal threads as daemons
Both Log4j2 and Logback now support option useDaemonThreads
. When enabled Tjahzi will start its two internal threads (worker and log shipper) as daemon threads. This option is disabled by default. JVM would not terminate as long as there are non daemon threads. The purpose of this option is to allow applications that do not explicitly close the logging system to still exit cleanly.
Enabling this option is not recommended as it will cause non flushed messages to be lost during shutdown.
0.9.26 Returning to unmodified MIT license
LICENSE has been reverted to MIT.
0.9.25 Returning to unmodified MIT license
LICENSE has been reverted to MIT.
0.9.24 Support for nanosecond precision in log4j
tjahzi-parent-0.9.24 [skip ci] [maven-release-plugin] copy for tag tjahzi-parent-0.9.24
0.9.23 Upgraded log4j to 2.17.2 and Logback to 1.2.11
Due to reported CVEs against older versions.
0.9.22 Upgraded to Netty 4.1.77.Final
Older Netty had some CVEs.