Releases: tinylog-org/tinylog
Releases · tinylog-org/tinylog
Version 2.8.0-M1
- 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
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
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
Version 2.7.0-M1
Provide syslog writer for sending log entries to syslog compatible servers (#507, thanks to @pkarlowicz)
Version 2.6.2
Fix an issue with custom severity levels for the new fluent logging API of SLF4J 2 (see #459)
Version 2.6.1
Fix NoClassDefFoundError
for org.slf4j.spi.LoggingEventAware
with SLF4J 1.7 and earlier (see #397)
Version 2.6.0
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
- Add specification and implementation details to manifest
- Remove
animal-sniffer-annotations
as required runtime dependency fortinylog-impl
(see #326)
Version 2.6.0-M1
- 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
andorg.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)