ion-sfu icon indicating copy to clipboard operation
ion-sfu copied to clipboard

fix(deps): update module github.com/go-logr/logr to v1.2.3

Open renovate[bot] opened this issue 2 years ago • 2 comments

Mend Renovate

This PR contains the following updates:

Package Type Update Change
github.com/go-logr/logr require patch v1.2.0 -> v1.2.3

Release Notes

go-logr/logr

v1.2.3

Compare Source

This is a minor release.

What's Changed

New Contributors

Full Changelog: https://github.com/go-logr/logr/compare/v1.2.2...v1.2.3

v1.2.2

Compare Source

Bugfix release

  • funcr: Add a new Option MaxLogDepth which controls how many levels of nested fields (e.g. a struct that contains a struct that contains a struct, etc.) it may log. Every time it finds a struct, slice, array, or map the depth is increased by one. When the maximum is reached, the value will be converted to a string indicating that the max depth has been exceeded. If this field is not specified, a default value will be used.

v1.2.1

Compare Source

This is a minor bugfix release.

  • logr: Clarify the Error() semantics. 1) Error messages are always printed (they do not follow V()) and the error argument may be nil.
  • funcr: When using RenderValuesHook func would save the "cooked" result, so repeated calls to WithValues() would not merge properly.

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, check this box

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

renovate[bot] avatar Nov 30 '21 21:11 renovate[bot]

Codecov Report

Merging #626 (f7f66b5) into master (68545cc) will decrease coverage by 0.07%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #626      +/-   ##
==========================================
- Coverage   35.58%   35.51%   -0.08%     
==========================================
  Files          24       24              
  Lines        2633     2633              
==========================================
- Hits          937      935       -2     
- Misses       1554     1555       +1     
- Partials      142      143       +1     
Impacted Files Coverage Δ
pkg/sfu/subscriber.go 55.12% <0.00%> (-1.29%) :arrow_down:

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 68545cc...f7f66b5. Read the comment docs.

codecov[bot] avatar Nov 30 '21 21:11 codecov[bot]

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

renovate[bot] avatar Mar 24 '23 21:03 renovate[bot]