Skip to content

Releases: tinylog-org/tinylog

Version 2.8.0-M1

27 Apr 07:49
Compare
Choose a tag to compare
Version 2.8.0-M1 Pre-release
Pre-release
  • Add ability to output all keys and values in thread context (#708, thanks to @rhanneken)
  • Substitute with isNullOrEmpty() call (#678, thanks to @FourteenBrush)

Version 2.7.0

31 Jan 20:36
Compare
Choose a tag to compare

The final release version 2.7.0 contains the same set of features as tinylog 2.7.0-M3 as no bugs were found.

Version 2.7.0-M3

09 Jan 20:05
Compare
Choose a tag to compare
Version 2.7.0-M3 Pre-release
Pre-release

Improvements for the rolling file writer:

  • Support continuing already existing log files, even if there are other newer files that are unrelated to tinylog
  • Support continuing log files when using a dynamic path segment that resolved to an already existing log file

Version 2.7.0-M2

30 Dec 10:53
Compare
Choose a tag to compare
Version 2.7.0-M2 Pre-release
Pre-release

Avoid waking the writing thread in periodic intervals to improve the battery life on mobile devices (#634 thanks to @manisiu)

Version 2.7.0-M1

17 Nov 20:57
Compare
Choose a tag to compare
Version 2.7.0-M1 Pre-release
Pre-release

Provide syslog writer for sending log entries to syslog compatible servers (#507, thanks to @pkarlowicz)

Version 2.6.2

13 May 21:12
Compare
Choose a tag to compare

Fix an issue with custom severity levels for the new fluent logging API of SLF4J 2 (see #459)

Version 2.6.1

09 Mar 20:43
Compare
Choose a tag to compare

Fix NoClassDefFoundError for org.slf4j.spi.LoggingEventAware with SLF4J 1.7 and earlier (see #397)

Version 2.6.0

23 Jan 20:25
Compare
Choose a tag to compare

The final release version 2.6.0 contains the same set of features as tinylog 2.6.0-M2 as no bugs were found.

Version 2.6.0-M2

27 Nov 15:46
Compare
Choose a tag to compare
Version 2.6.0-M2 Pre-release
Pre-release
  • Add specification and implementation details to manifest
  • Remove animal-sniffer-annotations as required runtime dependency for tinylog-impl (see #326)

Version 2.6.0-M1

09 Oct 12:48
Compare
Choose a tag to compare
Version 2.6.0-M1 Pre-release
Pre-release
  • Improved support for SLF4J 2
    • Output correct class names when using the new fluent API (#291)
    • Provide the new deque methods for MDC
  • Rewritten macros for Scala API
    • Improve support for Scala 2.12.17 and 2.13.9
    • Different bundle names (org.tinylog.api.scala_2.12 and org.tinylog.api.scala_2.13) for providing both bundles via P2 repository
    • Logging API for Scala requires Java 8+ now (logging API for Java and Kotlin is still compatible with Java 6 and 7)