All Versions
23
Latest Version
Avg Release Cycle
30 days
Latest Release
1238 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