Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: go-logr/logr
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.4.0
Choose a base ref
...
head repository: go-logr/logr
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.4.1
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Dec 21, 2023

  1. slogr: fix unintended API break in v0.8.0 (#253)

    * 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.
    
    * 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 authored Dec 21, 2023
    Copy the full SHA
    dcdc3f2 View commit details
Loading