Skip to content

Releases: tony19/logback-android

v_3.0.0

27 Mar 01:53
Compare
Choose a tag to compare

What's Changed

  • feat!: upgrade slf4j to 2.0.3 by @compscidr in #247
  • revert: switch back to slf4j 1.7.36 for now by @tony19 in #296
  • build: update release scripts by @tony19 in #298
  • fix: compatible with windows path in Robolectric test. by @alps2006 in #300
  • chore(deps): update cimg/android docker tag to v2022.12.1 by @renovate in #305
  • fix(deps): update dependency org.robolectric:robolectric to v4.9.1 by @renovate in #304
  • fix(deps): update dependency com.icegreen:greenmail to v1.6.12 by @renovate in #306
  • fix(deps): update dependency org.robolectric:robolectric to v4.9.2 by @renovate in #308
  • fix(deps): update dependency com.icegreen:greenmail to v1.6.13 by @renovate in #310
  • chore(deps): update cimg/android docker tag to v2023 by @renovate in #313
  • chore(deps): update dependency execa to v7 by @renovate in #311
  • feat!: upgrade to slf4j 2.0.7 by @tony19 in #297
  • chore(deps): update plugin io.github.gradle-nexus.publish-plugin to v1.3.0 by @renovate in #314
  • chore(deps): update dependency gradle to v7.6.1 by @renovate in #316
  • fix(deps): update dependency com.icegreen:greenmail to v1.6.14 by @renovate in #317
  • fix(deps): update dependency checkstyle to v10 by @renovate in #320
  • chore(deps): update dependency @types/prompts to v2.4.3 by @renovate in #321
  • docs: update slf4j versions in readme by @tony19 in #324
  • chore(deps): update dependency minimist to v1.2.8 by @renovate in #322
  • chore(deps): update dependency tsx to v3.12.6 by @renovate in #323
  • chore(deps): update dependency gradle to v8 by @renovate in #312
  • chore: update android build tools by @tony19 in #325
  • fix(deps): update dependency joda-time:joda-time to v2.12.4 by @renovate in #326

New Contributors

Full Changelog: v_2.0.1...v_3.0.0

v_2.0.1

04 Dec 05:14
Compare
Choose a tag to compare

What's Changed

  • Use of EXT_DIR with Android API 29 by @roedll in #208
  • chore: update versions in README by @tony19 in #245
  • Cascade delete logging_event_exception and logging_event_property by @erikhubers in #214
  • Configure Renovate by @renovate in #251
  • chore: tweak issue template and other workflows by @tony19 in #278
  • chore: disallow blank issues; add external links by @tony19 in #279
  • fix: allow RollingFileAppender to always run by @tony19 in #280
  • feat: enable hostnameVerification flag in SSL sockets by @tony19 in #281
  • docs: update usage instructions in logback.xsd by @tony19 in #282
  • chore: update readme by @tony19 in #283
  • chore: link to pr for slf4j 2.x; add unit test config by @tony19 in #284
  • Dont set GMT+0 timezone in RollingCalendar if no timezone is given (fixes #213) by @veN1337 in #221
  • fix(deps): update dependency org.robolectric:android-all to v13 by @renovate in #276
  • chore: replace version text with badge in readme by @tony19 in #285
  • fix(deps): update dependency org.robolectric:robolectric to v4.9 by @renovate in #269
  • fix(deps): update dependency org.mockito:mockito-core to v2.28.2 by @renovate in #268
  • fix(deps): update dependency junit:junit to v4.13.2 by @renovate in #266
  • fix(deps): update slf4jversion to v1.7.36 by @renovate in #286
  • fix(deps): update dependency joda-time:joda-time to v2.12.1 by @renovate in #265
  • fix(deps): update dependency com.icegreen:greenmail to v1.6.11 by @renovate in #262
  • fix(deps): update dependency com.sun.mail:android-mail to v1.6.7 by @renovate in #255
  • fix(deps): update dependency com.sun.mail:android-activation to v1.6.7 by @renovate in #253
  • chore(deps): update plugin net.researchgate.release to v2.8.1 by @renovate in #260
  • chore(deps): update plugin io.codearte.nexus-staging to v0.30.0 by @renovate in #259
  • chore(deps): update dependency gradle to v4.10.3 by @renovate in #252
  • fix(deps): update gradle to v7 by @tony19 in #287
  • ci(circle): use new android image by @tony19 in #288
  • chore: make it more obvious that slf4j 2.x not yet supported by @tony19 in #289
  • chore: show logback.xsd in example config by @tony19 in #290
  • chore(deps): update plugin com.github.hierynomus.license to v0.16.1 by @renovate in #258
  • build: gradle deploy refresh by @tony19 in #291
  • chore(deps): update dependency gradle to v7.6 by @renovate in #292
  • fix(deps): update dependency joda-time:joda-time to v2.12.2 by @renovate in #293
  • chore(deps): update dessant/lock-threads action to v4 by @renovate in #294

New Contributors

Full Changelog: v_2.0.0...v_2.0.1

v_2.0.0

27 Feb 15:29
Compare
Choose a tag to compare
  • [NEW] Switch to Apache 2.0 License
  • Drop -N number from version. Now using semantic versioning (major.minor.patch ) in 2.x and newer.

v_1.3.0-3

06 Dec 09:27
Compare
Choose a tag to compare
  • [FIX] Fix missed archive removals with RollingFileAppender (#184)
  • [FIX] Fix resource leak in config file reader via GenericConfigurator (#191)

v_1.3.0-2

17 Sep 12:42
Compare
Choose a tag to compare
  • [FIX] Fix stack overflow when logging circular exceptions (LOGBACK-1027)
  • [FIX] Fix file-cleanup at startup (LOGBACK-1240)
  • [FIX] Fix leaked file descriptors from SyslogAppender (LOGBACK-1019)

v_1.3.0-1

17 Sep 12:37
Compare
Choose a tag to compare
  • [FIX] Fix scanPeriod attribute required for auto-reload to work (LOGBACK-1194)
  • [FIX] Fix SSL for SMTPAppender (LOGBACK-1094)
  • [FIX] Fix artificial limit for number of files allowed in RollingFileAppender (LOGBACK-1175)
  • [FIX] Fix NPE when using MDCFilter (LOGBACK-1165)
  • [FIX] Fix missing log files/entries when using SizeAndTimeBasedRollingPolicy (LOGBACK-1361)
  • [FIX] Fix unexpected DEBUG logs for misspelled log levels (LOGBACK-1288)
  • [FIX] Fix invalid JSON property values for custom appenders (LOGBACK-1101)
  • [NEW] Enable default shutdown hook (LOGBACK-1162)
  • [NEW] Support min length in %i filename pattern (LOGBACK-1248)
  • [NEW] Allow editing MIME message before sending email with SMTPAppender

v_1.2.3-1

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

v_1.2.2-1

17 Sep 12:08
Compare
Choose a tag to compare
  • [FIX] Fix dropped log events in AsyncAppender when thread interrupted (LOGBACK-1247)

v_1.2.1-1

17 Sep 12:02
Compare
Choose a tag to compare
  • [FIX] To ensure backward compatibility of configuration files, the immediateFlush property set for a LayoutWrappingEncoder is propagated to the enclosing OutputStreamAppender

v_1.2.0-1

17 Sep 11:59
Compare
Choose a tag to compare
  • [FIX] Fix serialization vulnerability (#183)
  • [FIX] Fix TimeBasedRollingPolicy.totalSizeCap not limiting file size (LOGBACK-1231)
  • [FIX] Improve logging performance