Skip to content

Bump github.com/sirupsen/logrus from 1.0.5 to 1.4.0 #171

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps github.com/sirupsen/logrus from 1.0.5 to 1.4.0.

Release notes

Sourced from github.com/sirupsen/logrus's releases.

v1.4.0

This new release introduces:

  • Add DeferExitHandler, similar to RegisterExitHandler but prepending the handler to the list of handlers (semantically like defer) (#848).
  • Add CallerPrettyfier to JSONFormatter and `TextFormatter (#909, #911)
  • Add Entry.WithContext() and Entry.Context, to set a context on entries to be used e.g. in hooks (#919).

Fixes:

  • Fix wrong method calls Logger.Print and Logger.Warningln (#893).
  • Update Entry.Logf to not do string formatting unless the log level is enabled (#903)
  • Fix infinite recursion on unknown Level.String() (#907)
  • Fix race condition in getCaller (#916).

v1.3.0

This new release introduces:

  • Log, Logf, Logln functions for Logger and Entry that take a Level

Fixes:

  • Building prometheus node_exporter on AIX (#840)
  • Race condition in TextFormatter (#468)
  • Travis CI import path (#868)
  • Remove coloured output on Windows (#862)
  • Pointer to func as field in JSONFormatter (#870)
  • Properly marshal Levels (#873)

v1.2.0

No release notes provided.

v1.1.1

No release notes provided.

v1.0.6

This new release introduces:

  • a new api WithTime which allows to easily force the time of the log entry which is mostly useful for logger wrapper
  • a fix reverting the immutability of the entry given as parameter to the hooks
  • a new configuration field of the json formatter in order to put all the fields in a nested dictionnary
  • a new SetOutput method in the Logger
  • a new configuration of the textformatter to configure the name of the default keys
  • a new configuration of the text formatter to disable the level truncation
Changelog

Sourced from github.com/sirupsen/logrus's changelog.

1.4.0

This new release introduces:

  • Add DeferExitHandler, similar to RegisterExitHandler but prepending the handler to the list of handlers (semantically like defer) (#848).
  • Add CallerPrettyfier to JSONFormatter and `TextFormatter (#909, #911)
  • Add Entry.WithContext() and Entry.Context, to set a context on entries to be used e.g. in hooks (#919).

Fixes:

  • Fix wrong method calls Logger.Print and Logger.Warningln (#893).
  • Update Entry.Logf to not do string formatting unless the log level is enabled (#903)
  • Fix infinite recursion on unknown Level.String() (#907)
  • Fix race condition in getCaller (#916).

1.3.0

This new release introduces:

  • Log, Logf, Logln functions for Logger and Entry that take a Level

Fixes:

  • Building prometheus node_exporter on AIX (#840)
  • Race condition in TextFormatter (#468)
  • Travis CI import path (#868)
  • Remove coloured output on Windows (#862)
  • Pointer to func as field in JSONFormatter (#870)
  • Properly marshal Levels (#873)

1.2.0

This new release introduces:

  • A new method SetReportCaller in the Logger to enable the file, line and calling function from which the trace has been issued
  • A new trace level named Trace whose level is below Debug
  • A configurable exit function to be called upon a Fatal trace
  • The Level object now implements encoding.TextUnmarshaler interface

1.1.1

This is a bug fix release.

  • fix the build break on Solaris
  • don't drop a whole trace in JSONFormatter when a field param is a function pointer which can not be serialized

1.1.0

This new release introduces:

  • several fixes:
    • a fix for a race condition on entry formatting
    • proper cleanup of previously used entries before putting them back in the pool
    • the extra new line at the end of message in text formatter has been removed
  • a new global public API to check if a level is activated: IsLevelEnabled
  • the following methods have been added to the Logger object
    • IsLevelEnabled
    • SetFormatter
    • SetOutput
    • ReplaceHooks
  • introduction of go module
... (truncated)
Commits
  • dae0fa8 Merge pull request #920 from sirupsen/changelog-v140
  • 02141df Add CHANGELOG for v1.4.0
  • 5bd5a31 Merge pull request #919 from tgwizard/entry-context
  • 68e41f6 Add WithContext
  • 131eba2 Merge pull request #901 from CodeLingoBot/rewrite
  • d7b6bf5 Merge pull request #916 from sirupsen/fix_race_getcaller
  • cf1b9fd fix sync.Once usage instead of adding a mutex lock
  • b9d4514 fix ReportCaller race condition
  • c9b4f5a Merge pull request #913 from sirupsen/example_caller_prettyfier
  • 99a5172 Add and example for CallerPrettyfier
  • 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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @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 your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview
Copy link
Contributor Author

Superseded by #189.

@dependabot-preview dependabot-preview bot deleted the dependabot/dep/github.com/sirupsen/logrus-1.4.0 branch April 8, 2019 07:09
per1234 pushed a commit that referenced this pull request Nov 16, 2020
per1234 added a commit that referenced this pull request Aug 9, 2021
Add new mbed architecture variants to rules
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant