chore(deps): bump github.com/go-chi/chi/v5 from 5.0.8 to 5.0.10
Bumps github.com/go-chi/chi/v5 from 5.0.8 to 5.0.10.
Release notes
Sourced from github.com/go-chi/chi/v5's releases.
v5.0.10
Thank you to all contributors and reviewers :)
- Use timestamps in GMT format per RFC2616 -- go-chi/chi#772
- Update logging example to use preview version of new log/slog -- go-chi/chi#771
- Fix duplicate fields in logging example -- go-chi/chi#779
- chore: recoverer middleware skip write header on upgrade connection -- go-chi/chi#795
- Request size middleware -- go-chi/chi#809
- middleware.Compress: implement Unwrap() method to the compressResponseWriter -- go-chi/chi#819
- Adds the Allow header on 405 response -- go-chi/chi#776
- History of changes, see: https://github.com/go-chi/chi/compare/v5.0.8...v5.0.10
v5.0.9
- History of changes, see: https://github.com/go-chi/chi/compare/v5.0.8...v5.0.9
Changelog
Sourced from github.com/go-chi/chi/v5's changelog.
v5.0.10 (2023-07-13)
- Fixed small edge case in tests of v5.0.9 for older Go versions
- History of changes: see https://github.com/go-chi/chi/compare/v5.0.8...v5.0.10
v5.0.9 (2023-07-13)
- History of changes: see https://github.com/go-chi/chi/compare/v5.0.8...v5.0.9
Commits
99bc99ev5.0.1012e9322fixed small edge case in tests of v5.0.9 for older Go versionscfd6c46v5.0.94b14b83Adds the Allow header on 405 response (#776)7f28096Spelling and grammar fixes (#820)8cbdac6middleware.Compress: implement Unwrap() method to the compressResponseWriter ...77d709fUpdate README.mdfd8a51eRequest size middleware (#808) (#809)51068a7chore: recoverer middleware skip write header on upgrade connection (#795)883aa98go 1.20.x in ci (#791)- Additional commits viewable in compare view
You can trigger a rebase of this PR 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)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
Codecov Report
Merging #377 (ed657e0) into main (728144a) will not change coverage. The diff coverage is
n/a.
@@ Coverage Diff @@
## main #377 +/- ##
=======================================
Coverage 39.52% 39.52%
=======================================
Files 42 42
Lines 3251 3251
=======================================
Hits 1285 1285
Misses 1883 1883
Partials 83 83
:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more
Superseded by #410.