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

slogr: fix unintended API break in v1.4.0 #253

Merged
merged 2 commits into from
Dec 21, 2023

Commits on Dec 21, 2023

  1. github: check for API changes with Go 1.21.x

    An API break in https://github.com/go-logr/logr/pull/237/files#r1434203442
    wasn't noticed because the apidiff tool ran with 1.20.x.
    pohly committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    d77acf8 View commit details
    Browse the repository at this point in the history
  2. slogr: fix unintended API break in v0.8.0

    logr v0.7.0 had slogr.NewSlogHandler. We must keep that function for API
    compatibility. https://github.com/go-logr/logr/pull/237/files#r1434203442
    accidentally renamed it.
    pohly committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    7f7b7fd View commit details
    Browse the repository at this point in the history