Skip to content

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

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/github.com-go-logr-logr-1.x
Open

fix(deps): update module github.com/go-logr/logr to v1.2.3 - abandoned#6
renovate[bot] wants to merge 1 commit intomainfrom
renovate/github.com-go-logr-logr-1.x

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate Bot commented Oct 20, 2021

Mend Renovate

This PR contains the following updates:

Package Type Update Change
github.com/go-logr/logr require minor v1.1.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: go-logr/logr@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.

v1.2.0

Compare Source

This release has several bug fixes and feature improvements.

  • logr: define an optional logr.Marshaler interface for types which want to control how they get logged
  • funcr: support fmt.Stringer and error interfaces on values which implement them
  • funcr: support logging complex{64,128}
  • funcr: fix handling of typed nil when logging a struct via reflection
  • funcr: add (optional) JSON output formatting mode
  • funcr: better handling of Go's json struct tags (all except "string")
  • funcr: handle embedded types more like Go's json package
  • funcr: misc performance optimizations
  • funcr: add support for modifying or remapping key/value pairs via hook functions
  • funcr: optionally log the caller function name
  • funcr: fix escaping of strings which contain special characters like line breaks or quotation marks
  • funcr: support encoding.TextMarshaler for map keys
  • funcr: allow customization of the timestamp format
  • funcr: improved testing
  • link to zerologr at its new location in the go-logr organization
  • various documentation and go doc enhancements

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 renovate Bot force-pushed the renovate/github.com-go-logr-logr-1.x branch from c5fa91c to 1228032 Compare March 7, 2022 11:14
@renovate renovate Bot changed the title fix(deps): update module github.com/go-logr/logr to v1.2.0 fix(deps): update module github.com/go-logr/logr to v1.2.2 Mar 7, 2022
@renovate renovate Bot force-pushed the renovate/github.com-go-logr-logr-1.x branch from 1228032 to 620cafa Compare March 26, 2022 12:38
@renovate renovate Bot changed the title fix(deps): update module github.com/go-logr/logr to v1.2.2 fix(deps): update module github.com/go-logr/logr to v1.2.3 Mar 26, 2022
@renovate
Copy link
Copy Markdown
Author

renovate Bot commented Mar 22, 2023

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 renovate Bot changed the title fix(deps): update module github.com/go-logr/logr to v1.2.3 fix(deps): update module github.com/go-logr/logr to v1.2.3 - abandoned Oct 23, 2023
@renovate
Copy link
Copy Markdown
Author

renovate Bot commented Oct 23, 2023

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant