Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 25, 2025

This PR contains the following updates:

Package Change Age Confidence
github.com/go-chi/chi v4.0.2+incompatible -> v4.1.3 age confidence

Release Notes

go-chi/chi (github.com/go-chi/chi)

v4.1.3

Compare Source

v4.1.2

Compare Source

  • Performance improvement: removing 1 allocation by foregoing context.WithValue, thank you @​bouk for
    your contribution (#​555). Note: new benchmarks posted in README.
  • middleware.CleanPath: new middleware that clean's request path of double slashes
  • deprecate & remove chi.ServerBaseContext in favour of stdlib http.Server#BaseContext
  • plus other tiny improvements, see full commit history below
  • History of changes: see go-chi/chi@v4.1.2...v1.5.1

v4.1.2+incompatible

Compare Source

v4.1.1

Compare Source

v4.1.1+incompatible

Compare Source

v4.1.0

Compare Source

  • fix for issue #​411 which allows for overlapping regexp
    route to the correct handler through a recursive tree search, thanks to @​Jahaja for the PR/fix!
  • new middleware.RouteHeaders as a simple router for request headers with wildcard support
  • History of changes: see go-chi/chi@v4.1.0...v4.1.1

v4.1.0+incompatible

Compare Source

v4.0.4

Compare Source

v4.0.4+incompatible

Compare Source

v4.0.3

Compare Source

v4.0.3+incompatible

Compare Source


Configuration

📅 Schedule: Branch creation - "before 3am on tuesday" (UTC), 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Nov 25, 2025
@renovate
Copy link
Contributor Author

renovate bot commented Nov 25, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -t ./...
go: github.com/go-chi/[email protected]+incompatible: go.mod has post-v4 module path "github.com/go-chi/chi/v4" at revision v4.1.3

@renovate renovate bot added the golang label Nov 25, 2025
@renovate renovate bot requested a review from a team as a code owner November 25, 2025 02:34
@renovate renovate bot added dependencies Pull requests that update a dependency file golang labels Nov 25, 2025
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 golang

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant