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

Bump go.uber.org/zap from 1.13.0 to 1.14.1 #22

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps go.uber.org/zap from 1.13.0 to 1.14.1.

Release notes

Sourced from go.uber.org/zap's releases.

v1.14.1

Bugfixes:

  • #791[]: Fix panic on attempting to build a logger with an invalid Config.
  • #795[]: Vendoring Zap with go mod vendor no longer includes Zap's development-time dependencies.
  • #799[]: Fix issue introduced in 1.14.0 that caused invalid JSON output to be generated for arrays of time.Time objects when using string-based time formats.

Thanks to @YashishDua for their contributions to this release.

#791: uber-go/zap#791 #795: uber-go/zap#795 #799: uber-go/zap#799

v1.14.0

Enhancements:

  • #771: Optimize calls for disabled log levels.
  • #773: Add millisecond duration encoder.
  • #775: Add option to increase the level of a logger.
  • #786: Optimize time formatters using Time.AppendFormat where possible.

Thanks to @caibirdme for their contributions to this release.

Changelog

Sourced from go.uber.org/zap's changelog.

1.14.1 (14 Mar 2020)

Bugfixes:

  • #791[]: Fix panic on attempting to build a logger with an invalid Config.
  • #795[]: Vendoring Zap with go mod vendor no longer includes Zap's development-time dependencies.
  • #799[]: Fix issue introduced in 1.14.0 that caused invalid JSON output to be generated for arrays of time.Time objects when using string-based time formats.

Thanks to @YashishDua for their contributions to this release.

1.14.0 (20 Feb 2020)

Enhancements:

  • #771[]: Optimize calls for disabled log levels.
  • #773[]: Add millisecond duration encoder.
  • #775[]: Add option to increase the level of a logger.
  • #786[]: Optimize time formatters using Time.AppendFormat where possible.

Thanks to @caibirdme for their contributions to this release.

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)
  • @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)

Bumps [go.uber.org/zap](https://github.com/uber-go/zap) from 1.13.0 to 1.14.1.
- [Release notes](https://github.com/uber-go/zap/releases)
- [Changelog](https://github.com/uber-go/zap/blob/master/CHANGELOG.md)
- [Commits](uber-go/zap@v1.13.0...v1.14.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Mar 21, 2020
@codecov
Copy link

codecov bot commented Mar 21, 2020

Codecov Report

Merging #22 into master will increase coverage by 0.25%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #22      +/-   ##
==========================================
+ Coverage   77.92%   78.18%   +0.25%     
==========================================
  Files          66       66              
  Lines        1948     1948              
==========================================
+ Hits         1518     1523       +5     
+ Misses        324      319       -5     
  Partials      106      106              
Impacted Files Coverage Δ
internal/runbook/demo/tasks.go 100.00% <0.00%> (+11.36%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d2fad17...dfed880. Read the comment docs.

@dependabot-preview
Copy link
Contributor Author

Superseded by #23.

@dependabot-preview dependabot-preview bot deleted the dependabot/go_modules/go.uber.org/zap-1.14.1 branch April 25, 2020 05:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants