Skip to content

v0.8.1

Compare
Choose a tag to compare
@fhunleth fhunleth released this 30 Jul 00:53
· 141 commits to main since this release
  • New features

    • RingLogger.next/1 now outputs a summary line that says how many log
      messages were recented and how many were filtered. This makes it easier to
      identify when the ring buffer is being overtaken by filtered log entries
  • Improvements

    • Several internal refactorings were made to reduce memory usage and
      the number of reductions run in the RingLogger.Server GenServer. This
      makes a noticeable improvement when monitoring resource usage on a device.
    • Improved tests to verify more edge conditions