shell-operator
shell-operator copied to clipboard
chore(deps): bump github.com/go-chi/chi from 4.0.3+incompatible to 4.1.2+incompatible
Bumps github.com/go-chi/chi from 4.0.3+incompatible to 4.1.2+incompatible.
Release notes
Sourced from github.com/go-chi/chi's releases.
v4.1.2
- fix that handles MethodNotAllowed with path variables, thank you
@caseyhaddenfor your contribution- fix to replace nested wildcards correctly in RoutePattern, thank you @
@unmultimediofor your contribution- History of changes: see https://github.com/go-chi/chi/compare/v4.1.1...v4.1.2
v4.1.1
- fix for issue go-chi/chi#411 which allows for overlapping regexp route to the correct handler through a recursive tree search, thanks to
@Jahajafor the PR/fix!- new middleware.RouteHeaders as a simple router for request headers with wildcard support
- updated the FileServer example to a much better implementation, see https://github.com/go-chi/chi/blob/master/_examples/fileserver/main.go
- History of changes: see https://github.com/go-chi/chi/compare/v4.1.0...v4.1.1
v4.1.0
- 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 https://github.com/go-chi/chi/compare/v4.0.4...v4.1.0
v4.0.4
- middleware.Recoverer: new pretty stack trace printing (go-chi/chi#496)
- a few minor improvements and fixes
- History of changes: see https://github.com/go-chi/chi/compare/v4.0.3...v4.0.4
v1.5.0 - now with go.mod support
- go.mod release and testing with Go's toolchain to ensure backwards-compatibility. See https://github.com/go-chi/chi/blob/master/CHANGELOG.md#v150-2020-11-12---now-with-gomod-support for full details. Thank you.
- For existing projects who want to upgrade to the latest go.mod version, run:
go get -u github.com/go-chi/[email protected], which will get you on the go.mod version line (as Go's mod cache may still remember v4.x).- Brand new systems can run
go get -u github.com/go-chi/chiorgo get -u github.com/go-chi/chi@latestto install chi, which will install v1.x+ built with go.mod support.
Changelog
Sourced from github.com/go-chi/chi's changelog.
Changelog
v5.0.7 (2021-11-18)
- History of changes: see https://github.com/go-chi/chi/compare/v5.0.6...v5.0.7
v5.0.6 (2021-11-15)
- History of changes: see https://github.com/go-chi/chi/compare/v5.0.5...v5.0.6
v5.0.5 (2021-10-27)
- History of changes: see https://github.com/go-chi/chi/compare/v5.0.4...v5.0.5
v5.0.4 (2021-08-29)
- History of changes: see https://github.com/go-chi/chi/compare/v5.0.3...v5.0.4
v5.0.3 (2021-04-29)
- History of changes: see https://github.com/go-chi/chi/compare/v5.0.2...v5.0.3
v5.0.2 (2021-03-25)
- History of changes: see https://github.com/go-chi/chi/compare/v5.0.1...v5.0.2
v5.0.1 (2021-03-10)
- Small improvements
- History of changes: see https://github.com/go-chi/chi/compare/v5.0.0...v5.0.1
v5.0.0 (2021-02-27)
- chi v5,
github.com/go-chi/chi/v5introduces 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 https://github.com/go-chi/chi/compare/v1.5.4...v5.0.0
v1.5.4 (2021-02-27)
... (truncated)
Commits
86f9a6eRelease v4.1.2fdba45dcosmetic, move public methods to top of source file234035eREADME, add note on go-chi/httprate middlewaree7728c6Replace wildcards correctly in RoutePattern (#515)5704d7efix: handle methodnotallowed with path variables (#512)ccb4c33README2333c5cTrying Github sponsor thing1fafc30Release v4.1.199ad97fRoute recursive-search regexp patterns (#506)23b8ec2middleware.RouteHeaders: new middleware to allow header based routing flows (...- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)