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-chi/chi
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.2.3
Choose a base ref
...
head repository: go-chi/chi
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.2.4
Choose a head ref
  • 6 commits
  • 16 files changed
  • 5 contributors

Commits on Sep 17, 2025

  1. Bump minimum Go and use new features (#1017)

    Go 1.21 brings us the builtin min func and slices.Contains.
    
    Go 1.22 brings us range over int and fixed for loop scoping.
    
    We were also able to drop the build tags from the path value code and
    inline the three-line function directly. This should still work on
    tinygo as they claim to support Go 1.24.
    JRaspass authored Sep 17, 2025
    Configuration menu
    Copy the full SHA
    a52c582 View commit details
    Browse the repository at this point in the history
  2. Refactor graceful shutdown example (#994)

    Simplify server shutdown by replacing manual signal handling with `signal.NotifyContext`.
    mikereid1 authored Sep 17, 2025
    Configuration menu
    Copy the full SHA
    563ab11 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    51c977c View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2025

  1. Configuration menu
    Copy the full SHA
    9fb4a15 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2025

  1. Update comment about min Go version (#1023)

    This wasn't updated in either #969 or #1017 and is the first thing people read on pkg.go.dev.
    JRaspass authored Oct 9, 2025
    Configuration menu
    Copy the full SHA
    de0d16e View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2026

  1. Configuration menu
    Copy the full SHA
    6eb3588 View commit details
    Browse the repository at this point in the history
Loading