Skip to content

Bump github.com/go-logr/logr from 1.1.0 to 1.2.0 in /examples#10

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/examples/github.com/go-logr/logr-1.2.0
Closed

Bump github.com/go-logr/logr from 1.1.0 to 1.2.0 in /examples#10
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/examples/github.com/go-logr/logr-1.2.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Oct 21, 2021

Bumps github.com/go-logr/logr from 1.1.0 to 1.2.0.

Release notes

Sourced from github.com/go-logr/logr's releases.

v1.2.0

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

v1.2.0-rc1

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: improved testing
  • link to zerologr at its new location in the go-logr organization
  • various documentation and go doc enhancements
Commits
  • 62568d8 Merge pull request #114 from thockin/master
  • 4d5bdde funcr: Allow customization of the timestamp format
  • 1215c81 Merge pull request #113 from thockin/funcr-qstr
  • c9b68e6 func: Implement TextMarshaler for map keys
  • 058c4ca funcr: Escape strings when they are not known-safe
  • 653e8e8 Fix lint warning
  • 561de0c Merge pull request #111 from thockin/master
  • e39a01e Merge pull request #110 from thockin/funcr-kv-sanitize
  • f77f1b9 funcr: Add options for hooks during rendering
  • 1d99a3c funcr: comments cleanup
  • Additional commits viewable in compare view

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)

Bumps [github.com/go-logr/logr](https://github.com/go-logr/logr) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/go-logr/logr/releases)
- [Changelog](https://github.com/go-logr/logr/blob/master/CHANGELOG.md)
- [Commits](go-logr/logr@v1.1.0...v1.2.0)

---
updated-dependencies:
- dependency-name: github.com/go-logr/logr
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Oct 21, 2021
@dependabot dependabot Bot requested a review from omaskery October 21, 2021 02:15
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Dec 1, 2021

Superseded by #14.

@dependabot dependabot Bot closed this Dec 1, 2021
@dependabot dependabot Bot deleted the dependabot/go_modules/examples/github.com/go-logr/logr-1.2.0 branch December 1, 2021 02:16
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.

0 participants