Skip to content

v0.10.0

Compare
Choose a tag to compare
@fhunleth fhunleth released this 10 May 02:20
· 76 commits to main since this release

This latest release removes support for Elixir versions before 1.11 to fix
deprecation warnings on Elixir 1.15. Elixir 1.11 to 1.14 are officially
supported and Elixir 1.15 will be supported when released.

  • Improvements
    • Support for syncing the RingBuffer to disk at periodic intervals. This
      provides an option between a standard file logger and a fully in-memory log.
      This doesn't provide additional history, but does enable logs to survive
      reboots (assuming they were saved). It's disabled by default. See the
      :persist_path and :persist_seconds options for details. Thanks to
      @oestrich for adding this feature.