Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Bump exrun from 0.1.8 to 0.2.1 #100

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 30, 2022

Bumps exrun from 0.1.8 to 0.2.1.

Changelog

Sourced from exrun's changelog.

0.2.1

  • Enhancements
    • add clear_traces function to clear traces, but not stop a tracer

0.2.0

This has backwards-incompatible changes.

The trace was splitted to use Tracer, which starts and configure tracer and trace macro, which actually set tracer and pattern.

  • Enhancements
    • redesign the start and trace to be used with use Tracer and trace
    • redesign, how :io works and add option :file for easier file tracing
    • add unlink option for file and network tracing
    • do not crash on tracing non-existing module
    • by starting of tracer reports if there was already one running or new one started

0.1.7

  • Enhancements
    • add limit: number as shortcut for limit: %{overall: number}
    • update collector to work again in Erlang nodes without Elixir
    • add pid option to trace specific processes
    • add possibility to write traces to file, via io option
    • print locally, when tracer reached limit and flush remaining messages before stoping processes

0.1.7

  • Bug fixes

    • remove bug in Runner.processes
  • Enhancements

    • add Runner.tabs function for tables size introspection
    • add formatted datetime to tracing calls
    • make default limit higher
    • trace_off doesn't crash, if tracer is already stoped

0.1.6

  • Enhancements
    • remove warnings for elixir v1.6
    • add Runtime introspection module with some basic functions for inspection ** util allocators ** memory usage of processors ** scheduler usage
    • output format for :stack option changed, now erlang modules has : as in shell

0.1.5

... (truncated)

Commits

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.


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)

Bumps [exrun](https://github.com/liveforeverx/exrun) from 0.1.8 to 0.2.1.
- [Release notes](https://github.com/liveforeverx/exrun/releases)
- [Changelog](https://github.com/liveforeverx/exrun/blob/master/CHANGELOG.md)
- [Commits](liveforeverx/exrun@v0.1.8...v0.2.1)

---
updated-dependencies:
- dependency-name: exrun
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 30, 2022
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.

0 participants