Skip to content
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

Update module github.com/sirupsen/logrus to v1.8.1 #9

Merged
merged 1 commit into from May 28, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 28, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
github.com/sirupsen/logrus require minor v1.3.0 -> v1.8.1

Release Notes

sirupsen/logrus

v1.8.1

Compare Source

v1.8.0

Compare Source

Correct versioning number replacing v1.7.1

v1.7.1

Compare Source

Code quality:

  • use go 1.15 in travis
  • use magefile as task runner

Fixes:

  • small fixes about new go 1.13 error formatting system
  • Fix for long time race condiction with mutating data hooks

Features:

  • build support for zos

v1.7.0

Compare Source

  • a new buffer pool management API has been added
  • a set of <LogLevel>Fn() functions have been added
  • the dependency toward a windows terminal library has been removed

v1.6.0

Compare Source

Release v1.6.0

v1.5.0

Compare Source

This new release introduces:

v1.4.2

Compare Source

v1.4.1

Compare Source

This new release introduces:

  • Enhance TextFormatter to not print caller information when they are empty (#​944)
  • Remove dependency on golang.org/x/crypto (#​932, #​943)

Fixes:

  • Fix Entry.WithContext method to return a copy of the initial entry (#​941)

v1.4.0

Compare Source

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).

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot added the dependency label May 28, 2021
@ccremer ccremer merged commit 8b718c0 into master May 28, 2021
@ccremer ccremer deleted the renovate/github.com-sirupsen-logrus-1.x branch May 28, 2021 14:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants