Skip to content

Releases: tkowalcz/tjahzi

0.9.32 Fix for running on 32bit JVM

12 Sep 09:55
Compare
Choose a tag to compare

Fix for issue #86 when running on a 32bit JVM.

0.9.31 Upgrade to Netty 4.1.94.Final due to CVEs

15 Jul 20:56
Compare
Choose a tag to compare

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

28 May 19:28
Compare
Choose a tag to compare

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

26 Mar 14:53
Compare
Choose a tag to compare

PR #108 adds logger_name and thread_name tags to configuration. This enables passing logger name and logging thread name as a Loki label with every line logged.

Thank you @jeantil for contributing the implementation.

0.9.28 Added option to start internal threads as daemons

26 Feb 19:41
Compare
Choose a tag to compare

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

30 Jan 01:05
Compare
Choose a tag to compare

LICENSE has been reverted to MIT.

0.9.25 Returning to unmodified MIT license

29 Jan 22:05
Compare
Choose a tag to compare

LICENSE has been reverted to MIT.

0.9.24 Support for nanosecond precision in log4j

27 Aug 00:03
Compare
Choose a tag to compare
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

19 May 09:02
Compare
Choose a tag to compare

Due to reported CVEs against older versions.

0.9.22 Upgraded to Netty 4.1.77.Final

18 May 17:10
Compare
Choose a tag to compare

Older Netty had some CVEs.