Skip to content

Releases: tinylog-org/tinylog

Version 1.3.5

07 May 18:16
Compare
Choose a tag to compare

Changes:

  • Support JVMs that don't support the system properties java.runtime.name or os.name

Version 1.3.4

23 Feb 19:49
Compare
Choose a tag to compare

Changes:

  • Fix resolving of environment variables in file names for FileWriter

Version 1.3.3

20 Feb 08:14
Compare
Choose a tag to compare

Changes:

  • Fix deleting backup log files when initializing the rolling file writer

Version 1.3.2

18 Dec 19:40
Compare
Choose a tag to compare

Changes:

  • Fix declaration of OSGi bundles

Version 1.3.1

14 Nov 20:47
Compare
Choose a tag to compare

Changes:

  • Fix detecting Java 9.0.1 as Java 9

Version 1.3

14 Nov 20:22
Compare
Choose a tag to compare

Identical to the previous release candidate RC2

Version 1.3 RC 2

06 Oct 20:15
Compare
Choose a tag to compare
Version 1.3 RC 2 Pre-release
Pre-release

Changes:

  • Support lambdas for lazy generation of messages and arguments
  • Reuse SQL-Statements in JDBC writer
  • Output print stream is configurable for console writer

Version 1.3 RC 1

25 Sep 19:02
Compare
Choose a tag to compare
Version 1.3 RC 1 Pre-release
Pre-release

Changes:

  • Use new standard API for receiving process ID and stack trace elements on Java 9
  • Support microseconds and nanoseconds for timestamps on Java 9
  • Drop support for Java 5

Version 1.2

24 Feb 21:34
Compare
Choose a tag to compare

Identical to the previous release candidate RC3

Version 1.2 RC 3

06 Feb 22:13
Compare
Choose a tag to compare
Version 1.2 RC 3 Pre-release
Pre-release

Changes:

  • Fix NullPointerException when loading tinylog with BootstrapClassLoader (Thanks to cristianspinetta)