Skip to content

Bump github.com/sirupsen/logrus from 1.0.5 to 1.3.0 #117

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

@dependabot-preview dependabot-preview bot commented Jan 8, 2019

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

Release notes

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

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.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
  • an indent configuration for the json formatter
  • output colour support for windows
  • the field sort function is now configurable for text formatter
  • the CLICOLOR and CLICOLOR_FORCE environment variable support in text formater

1.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
... (truncated)
Commits
  • e1e72e9 Merge pull request #863 from lugray/generic_log
  • bd9534b Test Log
  • e8fd0ba Remove sensitivity to file line changes
  • 6180652 Merge pull request #878 from sirupsen/json_level_marshalling
  • ff695da Implement TextUnmarshaller interface for Level type
  • a6668e7 Add Generic Log functions with level via argument
  • 2067ea4 Merge pull request #874 from sirupsen/fieldErrorBugFix
  • 9abefb9 do not clear error formatting informative field
  • 9f04967 Merge pull request #864 from ceriath/patch-1
  • d962013 respect ForceColor and environment variables over OS check
  • 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 cancel merge will cancel a previously requested merge
  • @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.

@CLAassistant
Copy link

CLAassistant commented Jan 8, 2019

CLA assistant check
All committers have signed the CLA.

@arduino arduino deleted a comment from semajoel Jan 8, 2019
@dependabot-preview dependabot-preview bot force-pushed the dependabot/dep/github.com/sirupsen/logrus-1.3.0 branch from 58efa0a to ffb2a93 Compare February 15, 2019 07:56
@dependabot-preview
Copy link
Contributor Author

Superseded by #171.

@dependabot-preview dependabot-preview bot deleted the dependabot/dep/github.com/sirupsen/logrus-1.3.0 branch March 18, 2019 06:16
per1234 pushed a commit that referenced this pull request Nov 16, 2020
per1234 added a commit that referenced this pull request Aug 9, 2021
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.

2 participants