jasonmimick / atlas-osb

DEPRECATED: See https://github.com/mongodb/atlas-osb
https://github.com/mongodb/atlas-osb
Apache License 2.0
0 stars 2 forks source link

Bump go.uber.org/zap from 1.15.0 to 1.17.0 #87

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps go.uber.org/zap from 1.15.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

v1.16.0

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.

#629: uber-go/zap#629 #697: uber-go/zap#697

... (truncated)

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.

1.16.0 (1 Sep 2020)

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.

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[bot] commented 3 years ago

Superseded by #89.