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

fix(deps): update module go.uber.org/zap to v1.22.0 #1704

Merged
merged 1 commit into from
Aug 24, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 8, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change
go.uber.org/zap require minor v1.21.0 -> v1.22.0

Release Notes

uber-go/zap

v1.22.0

Compare Source

Enhancements:

  • #​1071: Add zap.Objects and zap.ObjectValues field constructors to log
    arrays of objects. With these two constructors, you don't need to implement
    zapcore.ArrayMarshaler for use with zap.Array if those objects implement
    zapcore.ObjectMarshaler.
  • #​1079: Add SugaredLogger.WithOptions to build a copy of an existing
    SugaredLogger with the provided options applied.
  • #​1080: Add *ln variants to SugaredLogger for each log level.
    These functions provide a string joining behavior similar to fmt.Println.
  • #​1088: Add zap.WithFatalHook option to control the behavior of the
    logger for Fatal-level log entries. This defaults to exiting the program.
  • #​1108: Add a zap.Must function that you can use with NewProduction or
    NewDevelopment to panic if the system was unable to build the logger.
  • #​1118: Add a Logger.Log method that allows specifying the log level for
    a statement dynamically.

Thanks to @​cardil, @​craigpastro, @​sashamelentyev, @​shota3506, and @​zhupeijun
for their contributions to this release.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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, click this checkbox.

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

@renovate renovate bot added the dependencies label Aug 8, 2022
@renovate renovate bot force-pushed the renovate/go.uber.org-zap-1.x branch 8 times, most recently from c5e4539 to 2d74865 Compare August 16, 2022 13:43
@renovate renovate bot force-pushed the renovate/go.uber.org-zap-1.x branch 7 times, most recently from 94cedba to 2a83a63 Compare August 23, 2022 19:48
@renovate renovate bot force-pushed the renovate/go.uber.org-zap-1.x branch from 2a83a63 to be2824e Compare August 24, 2022 01:57
@mumoshu mumoshu merged commit 5116e38 into master Aug 24, 2022
@mumoshu mumoshu deleted the renovate/go.uber.org-zap-1.x branch August 24, 2022 02:23
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

1 participant