Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Conversation

@dependabot-preview
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Feb 22, 2021

⚠️ Dependabot Preview has been deactivated ⚠️

This pull request was created by Dependabot Preview, and you've upgraded to Dependabot. This means it won't respond to dependabot commands nor will it be automatically closed if a new version is found.

If you close this pull request, Dependabot will re-create it the next time it checks for updates and everything will work as expected.


Bumps ring_logger from 0.8.0 to 0.8.1.

Release notes

Sourced from ring_logger's releases.

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
Changelog

Sourced from ring_logger's 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
Commits
  • 56f72d5 v0.8.1 release
  • bef2fb7 Switch to custom circular buffer implementation
  • 325f684 Flatten log messages early to reduce storage
  • dbdbf8b Add test for exhaustively validating the buffer
  • 418e6aa Add Server.clear to facilitate unit testing
  • 2ce76d2 Print summary at end of RingLogger.next/1
  • d40e1bd Fix docs
  • 7e056dc Remove stale dep in lock file
  • 3c7d465 Clean up @impl true
  • 635d8bf Update docs/project for consistency with other Nerves ones
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the .dependabot/config.yml file in this repo:

  • Update frequency
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Feb 22, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant