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.15.0 #1396

Merged
merged 1 commit into from
Jul 17, 2020

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 17, 2020

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

Release notes

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

v1.15.0

Bugfixes:

  • #804[]: Fix handling of Time values out of UnixNano range.
  • #812[]: Fix IncreaseLevel being reset after a call to With.

Enhancements:

  • #806[]: Add WithCaller option to supersede the AddCaller option. This allows disabling annotation of log entries with caller information if previously enabled with AddCaller.
  • #813[]: Deprecate NewSampler constructor in favor of NewSamplerWithOptions which supports a SamplerHook option. This option adds support for monitoring sampling decisions through a hook.

Thanks to @danielbprice for their contributions to this release.

#804: uber-go/zap#804 #812: uber-go/zap#812 #806: uber-go/zap#806 #813: uber-go/zap#813

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.15.0 (23 Apr 2020)

Bugfixes:

  • #804[]: Fix handling of Time values out of UnixNano range.
  • #812[]: Fix IncreaseLevel being reset after a call to With.

Enhancements:

  • #806[]: Add WithCaller option to supersede the AddCaller option. This allows disabling annotation of log entries with caller information if previously enabled with AddCaller.
  • #813[]: Deprecate NewSampler constructor in favor of NewSamplerWithOptions which supports a SamplerHook option. This option adds support for monitoring sampling decisions through a hook.

Thanks to @danielbprice for their contributions to this release.

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 dependabot bot added the dependencies Pull requests that update a dependency file label Jul 17, 2020
@codecov
Copy link

codecov bot commented Jul 17, 2020

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1396      +/-   ##
==========================================
+ Coverage   90.50%   90.52%   +0.02%     
==========================================
  Files         219      219              
  Lines       15521    15521              
==========================================
+ Hits        14047    14051       +4     
+ Misses       1060     1058       -2     
+ Partials      414      412       -2     
Impacted Files Coverage Δ
translator/internaldata/resource_to_oc.go 86.04% <0.00%> (+4.65%) ⬆️

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 cc89783...a799d9d. Read the comment docs.

@bogdandrutu bogdandrutu merged commit 77d2107 into master Jul 17, 2020
@bogdandrutu bogdandrutu deleted the dependabot/go_modules/go.uber.org/zap-1.15.0 branch July 17, 2020 17:49
MovieStoreGuy pushed a commit to atlassian-forks/opentelemetry-collector that referenced this pull request Nov 11, 2021
…pen-telemetry#1396)

* Bump google.golang.org/grpc from 1.32.0 to 1.34.0 in /exporters/otlp

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.32.0 to 1.34.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.32.0...v1.34.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Auto-fix go.sum changes in dependent modules

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
Troels51 pushed a commit to Troels51/opentelemetry-collector that referenced this pull request Jul 5, 2024
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.

1 participant