Skip to content
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.

Bump go.uber.org/zap from 1.16.0 to 1.17.0 #88

Merged
merged 1 commit into from
May 27, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 26, 2021

Bumps go.uber.org/zap from 1.16.0 to 1.17.0.

Release notes

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

v1.17.0

Bugfixes:

  • #867[]: Encode <nil> for nil error instead of a panic.
  • #931[], #936[]: Update minimum version constraints to address vulnerabilities in dependencies.

Enhancements:

  • #865[]: Improve alignment of fields of the Logger struct, reducing its size from 96 to 80 bytes.
  • #881[]: Support grpclog.LoggerV2 in zapgrpc.
  • #903[]: Support URL-encoded POST requests to the AtomicLevel HTTP handler with the application/x-www-form-urlencoded content type.
  • #912[]: Support multi-field encoding with zap.Inline.
  • #913[]: Speed up SugaredLogger for calls with a single string.
  • #928[]: Add support for filtering by field name to zaptest/observer.

Thanks to @​ash2k, @​FMLS, @​jimmystewpot, @​Oncilla, @​tsoslow, @​tylitianrui, @​withshubh, and @​wziww for their contributions to this release.

#865: uber-go/zap#865 #867: uber-go/zap#867 #881: uber-go/zap#881 #903: uber-go/zap#903 #912: uber-go/zap#912 #913: uber-go/zap#913 #928: uber-go/zap#928 #931: uber-go/zap#931 #936: uber-go/zap#936

Changelog

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

1.17.0 (25 May 2021)

Bugfixes:

  • #867[]: Encode <nil> for nil error instead of a panic.
  • #931[], #936[]: Update minimum version constraints to address vulnerabilities in dependencies.

Enhancements:

  • #865[]: Improve alignment of fields of the Logger struct, reducing its size from 96 to 80 bytes.
  • #881[]: Support grpclog.LoggerV2 in zapgrpc.
  • #903[]: Support URL-encoded POST requests to the AtomicLevel HTTP handler with the application/x-www-form-urlencoded content type.
  • #912[]: Support multi-field encoding with zap.Inline.
  • #913[]: Speed up SugaredLogger for calls with a single string.
  • #928[]: Add support for filtering by field name to zaptest/observer.

Thanks to @​ash2k, @​FMLS, @​jimmystewpot, @​Oncilla, @​tsoslow, @​tylitianrui, @​withshubh, and @​wziww 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 dependabot bot added the dependencies Pull requests that update a dependency file label May 26, 2021
@dependabot dependabot bot requested a review from im-kulikov May 26, 2021 10:11
@im-kulikov
Copy link
Owner

@dependabot rebase.

Bumps [go.uber.org/zap](https://github.com/uber-go/zap) from 1.16.0 to 1.17.0.
- [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.16.0...v1.17.0)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/go.uber.org/zap-1.17.0 branch from 7a81744 to 066a02d Compare May 27, 2021 09:03
@codecov
Copy link

codecov bot commented May 27, 2021

Codecov Report

Merging #88 (066a02d) into master (24058dc) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #88   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           15        15           
  Lines          481       481           
=========================================
  Hits           481       481           

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 24058dc...066a02d. Read the comment docs.

@im-kulikov im-kulikov merged commit 75134c2 into master May 27, 2021
@im-kulikov im-kulikov deleted the dependabot/go_modules/go.uber.org/zap-1.17.0 branch May 27, 2021 09:24
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.

None yet

1 participant