Releases: tinylog-org/tinylog
Releases · tinylog-org/tinylog
Version 1.3.5
Changes:
- Support JVMs that don't support the system properties
java.runtime.name
oros.name
Version 1.3.4
Changes:
- Fix resolving of environment variables in file names for
FileWriter
Version 1.3.3
Changes:
- Fix deleting backup log files when initializing the rolling file writer
Version 1.3.2
Changes:
- Fix declaration of OSGi bundles
Version 1.3.1
Changes:
- Fix detecting Java 9.0.1 as Java 9
Version 1.3
Identical to the previous release candidate RC2
Version 1.3 RC 2
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
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
Identical to the previous release candidate RC3
Version 1.2 RC 3
Changes:
- Fix NullPointerException when loading tinylog with BootstrapClassLoader (Thanks to cristianspinetta)