Skip to content
This repository was archived by the owner on May 9, 2021. It is now read-only.

fix(deps): update module github.com/go-chi/chi to v5#34

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/github.com-go-chi-chi-5.x
Open

fix(deps): update module github.com/go-chi/chi to v5#34
renovate[bot] wants to merge 1 commit intomainfrom
renovate/github.com-go-chi-chi-5.x

Conversation

@renovate
Copy link

@renovate renovate bot commented Feb 28, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
github.com/go-chi/chi require major v3.3.4+incompatible -> v5.0.2

Release Notes

go-chi/chi

v5.0.2

Compare Source

v5.0.1

Compare Source

v5.0.0

Compare Source

  • chi v5, github.com/go-chi/chi/v5 introduces the adoption of Go's SIV to adhere to the current state-of-the-tools in Go.
  • chi v1.5.x did not work out as planned, as the Go tooling is too powerful and chi's adoption is too wide.
    The most responsible thing to do for everyone's benefit is to just release v5 with SIV, so I present to you all,
    chi v5 at github.com/go-chi/chi/v5. I hope someday the developer experience and ergonomics I've been seeking
    will still come to fruition in some form, see golang/go#​44550
  • History of changes: see go-chi/chi@v1.5.4...v5.0.0

v4.1.2

Compare Source

v4.1.1

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

Compare Source

  • middleware.LogEntry: Write method on interface now passes the response header
    and an extra interface type useful for custom logger implementations.
  • middleware.WrapResponseWriter: minor fix
  • middleware.Recoverer: a bit prettier
  • History of changes: see go-chi/chi@v4.0.4...v4.1.0

v4.0.4

Compare Source

v4.0.3

Compare Source

  • core: fix regexp routing to include default value when param is not matched
  • middleware: rewrite of middleware.Compress
  • middleware: suppress http.ErrAbortHandler in middleware.Recoverer
  • History of changes: see go-chi/chi@v4.0.2...v4.0.3

v4.0.2

Compare Source

v4.0.1

Compare Source

v4.0.0

Compare Source

  • chi v4 requires Go 1.10.3+ (or Go 1.9.7+) - we have deprecated support for Go 1.7 and 1.8
  • router: respond with 404 on router with no routes (#​362)
  • router: additional check to ensure wildcard is at the end of a url pattern (#​333)
  • middleware: deprecate use of http.CloseNotifier (#​347)
  • middleware: fix RedirectSlashes to include query params on redirect (#​334)
  • History of changes: see go-chi/chi@v3.3.4...v4.0.0

Configuration

📅 Schedule: 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 WhiteSource Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/github.com-go-chi-chi-5.x branch 2 times, most recently from 31188ff to 8526280 Compare March 10, 2021 13:52
@renovate renovate bot force-pushed the renovate/github.com-go-chi-chi-5.x branch 3 times, most recently from 751ef1e to 935ad7f Compare April 1, 2021 11:31
@renovate renovate bot force-pushed the renovate/github.com-go-chi-chi-5.x branch from 935ad7f to 333465a Compare April 1, 2021 16:42
@renovate renovate bot force-pushed the renovate/github.com-go-chi-chi-5.x branch from 333465a to c5da73c Compare April 3, 2021 11:52
@renovate
Copy link
Author

renovate bot commented Apr 3, 2021

⚠️ 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 check 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: docker pull docker.io/renovate/go:1.15.11
Error response from daemon: Get https://registry-1.docker.io/v2/: net/http: request canceled (Client.Timeout exceeded while awaiting headers)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant