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

Update module github.com/go-logr/zapr to v1 - autoclosed #247

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 26, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/go-logr/zapr v0.4.0 -> v1.3.0 age adoption passing confidence

Release Notes

go-logr/zapr (github.com/go-logr/zapr)

v1.3.0

Compare Source

This release adds support for slog. zapr implements slogr.SlogSink and therefore can be used through slogr.NewSlogHandler as backend for slog.

What's Changed


New Contributors

Full Changelog: go-logr/zapr@v1.2.4...v1.3.0

v1.2.4

Compare Source

What's Changed

New Contributors

Full Changelog: go-logr/zapr@v1.2.3...v1.2.4

v1.2.3

Compare Source

What's Changed

Full Changelog: go-logr/zapr@v1.2.2...v1.2.3

v1.2.2

Compare Source

Update to logr v1.2.2

v1.2.0

Compare Source

This release has some improvements:

  • added support for logr.Marshaler
  • moved code examples to make them visible in gopkg.dev

v1.1.0

Compare Source

This release has bugfixes and feature improvements.

  • The new NewLoggerWithOptions() function can be used to customize the behavior of the logger:
    • LogInfoLevel: a field with a configurable name can be added for the numeric verbosity level of info messages. Error messages have no verbosity and thus are logged without that field.
    • DPanicOnBugs: by default, zapr calls zap.DPanic for invalid log calls to emit an error message with details about the invalid call and, depending on the configuration of the zap logger, cause a panic. This can be disabled in zapr.
    • AllowZapFields: passing a zap field instead of a key/value pair is non-portable and considered an error by default. Users who want to do that because they know that the underlying Logger is based on zap can disable that check.
    • ErrorKey: the default "error" name for Error messages can be overridden.
  • The source code attribution of the messages for invalid log calls now refers to the actual call site instead of zapr.go.
  • Various documentation enhancements and more thorough testing.
  • Bump zapr dependency to 1.19.0, which supports near-arbitrary negative levels, which allows full use of logr's V() range (up to V(127))

v1.0.0

Compare Source


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 added the dependency label Sep 26, 2022
@renovate renovate bot force-pushed the renovate/github.com-go-logr-zapr-1.x branch 3 times, most recently from 3e2187c to c7fe144 Compare September 30, 2022 09:35
@renovate renovate bot force-pushed the renovate/github.com-go-logr-zapr-1.x branch from c7fe144 to 61bd493 Compare October 28, 2022 09:19
@renovate renovate bot force-pushed the renovate/github.com-go-logr-zapr-1.x branch from 61bd493 to f59e383 Compare May 28, 2023 11:39
@renovate renovate bot force-pushed the renovate/github.com-go-logr-zapr-1.x branch from f59e383 to d9a196d Compare November 3, 2023 10:44
@renovate renovate bot force-pushed the renovate/github.com-go-logr-zapr-1.x branch from d9a196d to d9569a1 Compare May 24, 2024 11:56
@renovate renovate bot changed the title Update module github.com/go-logr/zapr to v1 Update module github.com/go-logr/zapr to v1 - autoclosed May 24, 2024
@renovate renovate bot closed this May 24, 2024
@renovate renovate bot deleted the renovate/github.com-go-logr-zapr-1.x branch May 24, 2024 11:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants