Skip to content

Commit

Permalink
v0.8.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Jul 29, 2020
1 parent bef2fb7 commit 56f72d5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## v0.8.1

* 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

## v0.8.0

* New features
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule RingLogger.MixProject do
use Mix.Project

@version "0.8.0"
@version "0.8.1"
@source_url "https://github.com/nerves-project/ring_logger"

def project do
Expand Down

0 comments on commit 56f72d5

Please sign in to comment.