Skip to content

v0.5.6

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 02 May 02:40

Change Log

Fixed

  • 🐛 fix: fix nil panic on use &slog.TextFormatter{} create formatter .see issues #139 6e2c5d4
  • 🐛 fix: fix the rotating file name is error on use rotatefile.EveryDay. see issues #138 86e029f

Update

  • 👔 up: add TextFormatterWith for quickly make a textFormatter be892f7
  • 👔 up: rotatefile - 20% probability trigger clean on write log e492570
  • 👔 up: add new handler option: TimeClock, fix some test error 70031a7
  • 👔 up: handler - syslog handler write log by log level. fix #142 1b25cfd

Other

  • build(deps): bump morphy2k/revive-action from 2.5.6 to 2.5.7 (#136) 1361ac8
  • build(deps): bump softprops/action-gh-release from 1 to 2 (#140) b683bb6
  • ✅ test: add a mock clock and test case for issues #138 ec256be
  • ✅ test: add a test case for issues #121 ff670f2
  • ✅ test: add a test case for issues #137 980aa06