All Versions
23
Latest Version
Avg Release Cycle
30 days
Latest Release
1626 days ago

Changelog History
Page 2

  • v2.1.0-RC3 Changes

    February 18, 2020

    ๐Ÿ›  Fix class file version (previous release candidate was incompatible with Java 6-8)

  • v2.1.0-RC2 Changes

    February 17, 2020
    • ๐Ÿ›  Fix NullPointerExceptions for threads without context class loader (#131)
    • ๐Ÿ›  Fix outputting curly brackets via third-party logging API (#132)
    • ๐Ÿ‘Œ Support escaping of curly brackets by using ticks (#132)
  • v2.1.0-RC1 Changes

    January 11, 2020

    New:

    • Exceptions and stack traces can be filtered and transformed for clearer output (#79)
    • ๐Ÿ”ง Load configuration from tinylog-dev.properties or tinylog-test.properties if available (#75)
    • ๐Ÿ”ง Configurable default values for environment variables and system properties (#112)
    • ๐ŸŒฒ Artifact for tinylog's logging API for Scala contains the Scala version now
  • v2.0.1 Changes

    November 30, 2019
    • โ†ช Include workaround for ProGuard to avoid incorrect removal of tinylog classes (#126)
    • โž• Add default constructors to improve support for GraalVM (#127)
  • v2.0.0 Changes

    August 20, 2019

    ๐Ÿš€ Since no bugs were found for the second release candidate within one month, it can be released unchanged as the final version 2.0.0.

  • v2.0.0-RC2 Changes

    July 16, 2019

    Changes:

    • Include an automatic module name in the manifest (#110)
    • Reuse the module names as bundle names for consistency
    • Store numeric timestamp in database by timestamp token
  • v2.0.0-RC1 Changes

    July 07, 2019

    New:

    • ๐ŸŒ Implementation for JBoss Logging based web and application servers
    • ๐ŸŒ Implementation for java.util.logging based web and application servers
    • Timestamp token for outputting time in milliseconds or seconds (thanks to @ryanthon)
  • v2.0.0-M4.3 Changes

    May 19, 2019

    Changes

    • ๐Ÿ›  Fix NullPointerException when passing null as marker via SLF4J API
  • v2.0.0-M4.2 Changes

    April 01, 2019

    Changes

    • ๐Ÿ“‡ Renamed tag property of logcat writer into tagname to avoid conflicts between tinylog tags and logcat tags (#99)
  • v2.0.0-M4.1 Changes

    March 24, 2019

    Fixes

    • ๐ŸŒฒ Logging API for Scala doesn't require to import org.tinylog.Supplier anymore