Skip to content

Releases: tony19/logback-android

v_1.1.9-1

17 Sep 11:44
Compare
Choose a tag to compare
  • [FIX] Fix false positive warning message about SizeAndTimeBasedFNATP (LOGBACK-1236)
  • [FIX] Fix error when logback.xml declared external entities (LOGBACK-1091)
  • [FIX] Fix filename collision errors when using MDC (LOGBACK-1167)
  • [FIX] Fix orphaned .tmp files from RollingFileAppender (LOGBACK-1238)

v_1.1.8-1

17 Sep 11:36
Compare
Choose a tag to compare
  • [FIX] Don't swallow errors (LOGBACK-1159)
  • [FIX] Fix false positive error message: Unexpected aggregationType AS_BASIC_PROPERTY_COLLECTION (LOGBACK-1158)
  • [FIX] Fix filename collision detection in lazily initialized FileAppender
  • [FIX] Fix TimeBasedRollingPolicy.totalSizeCap not limiting the file size (LOGBACK-1166)

v_1.1.7-1

17 Sep 11:18
Compare
Choose a tag to compare
  • [FIX] Fix exception when variable name ended with $ (LOGBACK-1149)
  • [FIX] Fix ConcurrentModificationException when LoggerContext.reset (LOGBACK-397)
  • [NEW] TimeBasedRollingPolicy now accepts totalSizeCap (e.g., "3GB") to limit log file size
  • [NEW] Archive removal by RollingFileAppender is now performed asynchronously
  • [NEW] Add SizeAndTimeBasedRollingPolicy as simpler replacement of SizeAndTimeBasedFNATP

v_1.1.6-1

17 Sep 11:05
Compare
Choose a tag to compare
  • [FIX] Fix NPE during rollover with RollingFileAppender (LOGBACK-1054)
  • [FIX] Don't strip colons from variable substitutions (LOGBACK-1140)
  • [NEW] Detect date collisions in filename patterns for RollingFileAppender (LOGBACK-1137)
  • [NEW] Improve startup performance (LOGBACK-1142)

v_1.1.5-1

17 Sep 10:45
Compare
Choose a tag to compare
  • [FIX] Remove MDC inheritability to fix incorrect data logged (LOGBACK-422, LOGBACK-624)
  • [FIX] Fix orphaned .tmp files created by RollingFileAppender (LOGBACK-992)
  • [NEW] Allow configuring whether AsyncAppender should block (LOGBACK-898)

v_1.1.4-1

17 Sep 10:35
Compare
Choose a tag to compare
  • [FIX] Don't swallow exceptions in AsyncAppender (LOGBACK-910)
  • [NEW] Improve performance in exception-heavy apps (LOGBACK-966)
  • [NEW] Add support for SLF4J event replay (SLF4J-353)
  • [NEW] Rename XML config to enable packaging data from packageTrace to packagingData
  • Minor tweaks to LogbackMDCAdapter and LoggingEvent

v_1.1.3-1

17 Sep 10:18
Compare
Choose a tag to compare
  • [FIX] Fix day of the week in date patterns (LOGBACK-969)
  • [FIX] Suppress errors for optional <include>
  • [FIX] Fix crash when creating log directory in multithreaded environment (#168)
  • [FIX] Fix corrupted emails from SMTPAppender in multithreaded environment (LOGBACK-909)
  • [FIX] Escape characters in XMLLayout and HTMLLayout (LOGBACK-728, LOGBACK-440)
  • [FIX] Fix unexpected rollover that occurred in local time instead of specified time zone
  • [NEW] Make charset configurable in SyslogAppender (LOGBACK-732)
  • [NEW] Add XML support to en/disable stacktrace package detail
  • [NEW] Filtering out selected stack trace frames (LOGBACK-540)
  • [NEW] Add support for depth range to CallerDataConverter
  • [NEW] Allow specifying time zone in TimeBasedRollingPolicy's fileNamePattern (LOGBACK-611)

v_1.1.11-1

17 Sep 11:53
Compare
Choose a tag to compare
  • [FIX] Fix corrupted logs in multithreaded environment (LOGBACK-1270)

v_1.1.10-1

17 Sep 11:48
Compare
Choose a tag to compare
  • [FIX] Improve logging performance

v_1.1.2-1

17 Sep 10:18
Compare
Choose a tag to compare
  • [FIX] Fix NPE when substituting blank variables
  • [FIX] Update SyslogAppender to format days according to the spec (no leading zeroes) (LOGBACK-936)
  • [FIX] Prevent a possible NPE in SyslogAppenderBase.close() (LOGBACK-960)
  • [FIX] Improve multi-threaded logging performance in OutputStreamAppender (LOGBACK-268)
  • [NEW] Add support for shutdown hook configuration