You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2022/01/10 01:10:17 UTC

[GitHub] [camel-k] dependabot[bot] opened a new pull request #2859: chore(deps): bump github.com/go-logr/logr from 0.4.0 to 1.2.2

dependabot[bot] opened a new pull request #2859:
URL: https://github.com/apache/camel-k/pull/2859


   Bumps [github.com/go-logr/logr](https://github.com/go-logr/logr) from 0.4.0 to 1.2.2.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/go-logr/logr/releases">github.com/go-logr/logr's releases</a>.</em></p>
   <blockquote>
   <h2>v1.2.2</h2>
   <p>Bugfix release</p>
   <ul>
   <li>funcr: Add a new Option <code>MaxLogDepth</code> 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.</li>
   </ul>
   <h2>v1.2.1</h2>
   <p>This is a minor bugfix release.</p>
   <ul>
   <li>logr: Clarify the <code>Error()</code> semantics. 1) Error messages are always printed (they do not follow <code>V()</code>) and the <code>error</code> argument may be nil.</li>
   <li>funcr: When using <code>RenderValuesHook</code> func would save the &quot;cooked&quot; result, so repeated calls to <code>WithValues()</code> would not merge properly.</li>
   </ul>
   <h2>v1.2.0</h2>
   <p>This release has several bug fixes and feature improvements.</p>
   <ul>
   <li>logr: define an optional <code>logr.Marshaler</code> interface for types which want to control how they get logged</li>
   <li>funcr: support <code>fmt.Stringer</code> and <code>error</code> interfaces on values which implement them</li>
   <li>funcr:  support logging complex{64,128}</li>
   <li>funcr: fix handling of typed nil when logging a struct via reflection</li>
   <li>funcr: add (optional) JSON output formatting mode</li>
   <li>funcr: better handling of Go's <code>json</code> struct tags (all except &quot;string&quot;)</li>
   <li>funcr: handle embedded types more like Go's <code>json</code> package</li>
   <li>funcr: misc performance optimizations</li>
   <li>funcr: add support for modifying or remapping key/value pairs via hook functions</li>
   <li>funcr: optionally log the caller function name</li>
   <li>funcr: fix escaping of strings which contain special characters like line breaks or quotation marks</li>
   <li>funcr: support <code>encoding.TextMarshaler</code> for map keys</li>
   <li>funcr: allow customization of the timestamp format</li>
   <li>funcr: improved testing</li>
   <li>link to zerologr at its new location in the go-logr organization</li>
   <li>various documentation and <code>go doc</code> enhancements</li>
   </ul>
   <h2>v1.2.0-rc1</h2>
   <p>This release has several bug fixes and feature improvements.</p>
   <ul>
   <li>logr: define an optional <code>logr.Marshaler</code> interface for types which want to control how they get logged</li>
   <li>funcr: support <code>fmt.Stringer</code> and <code>error</code> interfaces on values which implement them</li>
   <li>funcr:  support logging complex{64,128}</li>
   <li>funcr: fix handling of typed nil when logging a struct via reflection</li>
   <li>funcr: add (optional) JSON output formatting mode</li>
   <li>funcr: better handling of Go's <code>json</code> struct tags (all except &quot;string&quot;)</li>
   <li>funcr: handle embedded types more like Go's <code>json</code> package</li>
   <li>funcr: misc performance optimizations</li>
   <li>funcr: add support for modifying or remapping key/value pairs via hook functions</li>
   <li>funcr: optionally log the caller function name</li>
   <li>funcr: fix escaping of strings which contain special characters like line breaks or quotation marks</li>
   <li>funcr: support <code>encoding.TextMarshaler</code> for map keys</li>
   <li>funcr: improved testing</li>
   <li>link to zerologr at its new location in the go-logr organization</li>
   <li>various documentation and <code>go doc</code> enhancements</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/go-logr/logr/blob/master/CHANGELOG.md">github.com/go-logr/logr's changelog</a>.</em></p>
   <blockquote>
   <h1>CHANGELOG</h1>
   <h2>v1.0.0-rc1</h2>
   <p>This is the first logged release.  Major changes (including breaking changes)
   have occurred since earlier tags.</p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/go-logr/logr/commit/99e02a994f50f904b6b201df394776cf687238a9"><code>99e02a9</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/go-logr/logr/issues/124">#124</a> from thockin/master</li>
   <li><a href="https://github.com/go-logr/logr/commit/2ccfbf60909e32b5f5cd5f55d268c9696790c713"><code>2ccfbf6</code></a> Fix some internal names</li>
   <li><a href="https://github.com/go-logr/logr/commit/dcef86db1c35a03a65c10ed4682bcf4f2cb3bcad"><code>dcef86d</code></a> funcr: Prevent stack overflow on recursive structs</li>
   <li><a href="https://github.com/go-logr/logr/commit/dd8f76f83969e355640ca515513b771708f0947e"><code>dd8f76f</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/go-logr/logr/issues/122">#122</a> from thockin/master</li>
   <li><a href="https://github.com/go-logr/logr/commit/ebe35341d7e221eecd1e44b51f706d4b99d2aa51"><code>ebe3534</code></a> funcr: fix example verbosity</li>
   <li><a href="https://github.com/go-logr/logr/commit/de1ec2835b1650b18aec2c9d43c0acbaa897b304"><code>de1ec28</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/go-logr/logr/issues/119">#119</a> from pohly/error-verbosity</li>
   <li><a href="https://github.com/go-logr/logr/commit/eeeb6242dad547855f7e31a8bd27a92a8b3aa952"><code>eeeb624</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/go-logr/logr/issues/121">#121</a> from thockin/master</li>
   <li><a href="https://github.com/go-logr/logr/commit/f8fce6ada1c095494b8f84f8e367fc849c736794"><code>f8fce6a</code></a> docs: clarify Error semantic</li>
   <li><a href="https://github.com/go-logr/logr/commit/2750c5e1e7efb600100aef497f1b11908d4ecb34"><code>2750c5e</code></a> funcr: Fix bug in repeated calls to WithValues</li>
   <li><a href="https://github.com/go-logr/logr/commit/8d00e357f1cbbb9246ed8bbf03f2c8fe242d2ae9"><code>8d00e35</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/go-logr/logr/issues/115">#115</a> from thockin/master</li>
   <li>Additional commits viewable in <a href="https://github.com/go-logr/logr/compare/v0.4.0...v1.2.2">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/go-logr/logr&package-manager=go_modules&previous-version=0.4.0&new-version=1.2.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   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-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   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)
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-k] dependabot[bot] commented on pull request #2859: chore(deps): bump github.com/go-logr/logr from 0.4.0 to 1.2.2

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on pull request #2859:
URL: https://github.com/apache/camel-k/pull/2859#issuecomment-1028910805


   Looks like github.com/go-logr/logr is up-to-date now, so this is no longer needed.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-k] dependabot[bot] closed pull request #2859: chore(deps): bump github.com/go-logr/logr from 0.4.0 to 1.2.2

Posted by GitBox <gi...@apache.org>.
dependabot[bot] closed pull request #2859:
URL: https://github.com/apache/camel-k/pull/2859


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org