Update module go.uber.org/zap to v1.16.0 #3

Merged
renovate[bot] merged 1 commits from renovate/go.uber.org-zap-1.x into master 2021-02-10 23:40:18 +03:00
renovate[bot] commented 2021-02-10 23:12:50 +03:00 (Migrated from github.com)

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
go.uber.org/zap require minor v1.15.0 -> v1.16.0

Release Notes

uber-go/zap

v1.16.0

Compare Source

Bugfixes:

  • #​828: Fix missing newline in IncreaseLevel error messages.
  • #​835: Fix panic in JSON encoder when encoding times or durations
    without specifying a time or duration encoder.
  • #​843: Honor CallerSkip when taking stack traces.
  • #​862: Fix the default file permissions to use 0666 and rely on the umask instead.
  • #​854: Encode <nil> for nil Stringer instead of a panic error log.

Enhancements:

  • #​629: Added zapcore.TimeEncoderOfLayout to easily create time encoders
    for custom layouts.
  • #​697: Added support for a configurable delimiter in the console encoder.
  • #​852: Optimize console encoder by pooling the underlying JSON encoder.
  • #​844: Add ability to include the calling function as part of logs.
  • #​843: Add StackSkip for including truncated stacks as a field.
  • #​861: Add options to customize Fatal behaviour for better testability.

Thanks to @​SteelPhase, @​tmshn, @​lixingwang, @​wyxloading, @​moul, @​segevfiner, @​andy-retailnext and @​jcorbin for their contributions to this release.


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

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [go.uber.org/zap](https://togithub.com/uber-go/zap) | require | minor | `v1.15.0` -> `v1.16.0` | --- ### Release Notes <details> <summary>uber-go/zap</summary> ### [`v1.16.0`](https://togithub.com/uber-go/zap/releases/v1.16.0) [Compare Source](https://togithub.com/uber-go/zap/compare/v1.15.0...v1.16.0) Bugfixes: - [#&#8203;828][]: Fix missing newline in IncreaseLevel error messages. - [#&#8203;835][]: Fix panic in JSON encoder when encoding times or durations without specifying a time or duration encoder. - [#&#8203;843][]: Honor CallerSkip when taking stack traces. - [#&#8203;862][]: Fix the default file permissions to use `0666` and rely on the umask instead. - [#&#8203;854][]: Encode `<nil>` for nil `Stringer` instead of a panic error log. Enhancements: - [#&#8203;629][]: Added `zapcore.TimeEncoderOfLayout` to easily create time encoders for custom layouts. - [#&#8203;697][]: Added support for a configurable delimiter in the console encoder. - [#&#8203;852][]: Optimize console encoder by pooling the underlying JSON encoder. - [#&#8203;844][]: Add ability to include the calling function as part of logs. - [#&#8203;843][]: Add `StackSkip` for including truncated stacks as a field. - [#&#8203;861][]: Add options to customize Fatal behaviour for better testability. Thanks to [@&#8203;SteelPhase](https://togithub.com/SteelPhase), [@&#8203;tmshn](https://togithub.com/tmshn), [@&#8203;lixingwang](https://togithub.com/lixingwang), [@&#8203;wyxloading](https://togithub.com/wyxloading), [@&#8203;moul](https://togithub.com/moul), [@&#8203;segevfiner](https://togithub.com/segevfiner), [@&#8203;andy-retailnext](https://togithub.com/andy-retailnext) and [@&#8203;jcorbin](https://togithub.com/jcorbin) for their contributions to this release. [#&#8203;629]: https://togithub.com/uber-go/zap/pull/629 [#&#8203;697]: https://togithub.com/uber-go/zap/pull/697 [#&#8203;828]: https://togithub.com/uber-go/zap/pull/828 [#&#8203;835]: https://togithub.com/uber-go/zap/pull/835 [#&#8203;843]: https://togithub.com/uber-go/zap/pull/843 [#&#8203;844]: https://togithub.com/uber-go/zap/pull/844 [#&#8203;852]: https://togithub.com/uber-go/zap/pull/852 [#&#8203;854]: https://togithub.com/uber-go/zap/pull/854 [#&#8203;861]: https://togithub.com/uber-go/zap/pull/861 [#&#8203;862]: https://togithub.com/uber-go/zap/pull/862 </details> --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/unistack-org/micro-registry-etcd).
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: unistack-org/micro-register-etcd#3
No description provided.