Skip to content

Releases: tinylog-org/tinylog

Version 2.4.0-M1

23 Apr 22:07
Compare
Choose a tag to compare
Version 2.4.0-M1 Pre-release
Pre-release

Version 2.3.0

18 Apr 09:08
Compare
Choose a tag to compare

The final release version 2.3.0 contains the same set of features as the second milestone. However, there are a few performance optimizations.

Version 2.3.0-M2

19 Mar 01:26
Compare
Choose a tag to compare
Version 2.3.0-M2 Pre-release
Pre-release
  • Fix restarting the count when using a count placeholder to together with other placeholders in a file name (#141)
  • Fix throwing exceptions for SLF4J LocationAwareLoggers with an invalid logger class name (#191)
  • Add monthly policy for rolling file writer (#154)
  • Create benchmarks for different location information (#193)
  • Report if GZIP encoder cannot create compressed file
  • Improve performance of replacing new lines in message tokens

Version 2.3.0-M1

02 Feb 20:24
Compare
Choose a tag to compare
Version 2.3.0-M1 Pre-release
Pre-release
  • Support custom configuration loaders and extending tinylog's native logging provider (#168)
  • Support configuring different severity levels for different tags of a single writer (#174)
  • Make severity level threshold configurable for using error stream by console writer (#180)
  • Support multiple placeholders in choice format patterns (#189)

Version 2.2.1

03 Dec 20:29
Compare
Choose a tag to compare

Fix issuing tagged log entries on Kotlin when the visible severity level is higher than trace (#188, thanks to @psimicek)

Version 2.2.0

26 Oct 21:35
Compare
Choose a tag to compare

Since no bugs were found for the first release candidate within a month, it can be released unchanged as final version 2.2.0.

Version 2.2.0-RC1

11 Sep 11:31
Compare
Choose a tag to compare
Version 2.2.0-RC1 Pre-release
Pre-release

All new features and improvements for tinylog 2.2 are complete and ready for use.

Version 2.2.0-M4

01 Sep 21:59
Compare
Choose a tag to compare
Version 2.2.0-M4 Pre-release
Pre-release
  • Several fixes for gzip compressing of backed up log files (#139)
  • Fix for continuing already existing log files for rolling file writer (#171)

Version 2.2.0-M3

24 Aug 21:43
Compare
Choose a tag to compare
Version 2.2.0-M3 Pre-release
Pre-release

New:

  • Uptime placeholder for outputting the application uptime in format patterns (#129)
  • Converting API for rolling file writer and gzip compression for backup files (#139)
  • Allow access to writers and logging providers (#158, thanks to @Git5000)
  • Multiple tags can be assigned to the same writer (#164, thanks to @Git5000)
  • Multiple logging providers can be configured by name (#166, thanks to @Git5000)

Fixes:

  • Logger prefix was missing when logging internal tinylog exceptions
  • Potential null pointer exceptions for using unconfigured tokens in custom writers (#159, thanks to @Git5000)
  • Empty log files were created for writers with logging level off (#162)

Version 2.2.0-M2

02 Aug 20:42
Compare
Choose a tag to compare
Version 2.2.0-M2 Pre-release
Pre-release
  • Throw an exception when trying to change a frozen configuration (#143)
  • Add {level-code} token for output the severity level as integer (#111)
  • Fix deleting backup files when logging via RollingFileWriter to a relative path without any sub folder (#155)