external-secrets / bitwarden-sdk-server

This repository contains a simple REST wrapper for the Bitwarden Rust SDK
https://external-secrets.io
Apache License 2.0
7 stars 1 forks source link

Bump github.com/go-chi/chi from 1.5.5 to 4.1.2+incompatible #1

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

Bumps github.com/go-chi/chi from 1.5.5 to 4.1.2+incompatible.

Release notes

Sourced from github.com/go-chi/chi's releases.

v4.1.2

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

v4.0.3

v4.0.2

minor fixes. see https://github.com/go-chi/chi/compare/v4.0.1...v4.0.2

v4.0.1

Fixes issue with compress middleware: #382 #385

v4.0.0

  • 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 https://github.com/go-chi/chi/compare/v3.3.4...v4.0.0

v3.3.4

Minor middleware improvements. No changes to core library/router. Moving v3 into its own branch as a version of chi for Go 1.7, 1.8, 1.9, 1.10, 1.11

History of changes: https://github.com/go-chi/chi/compare/v3.3.3...v3.3.4

Master will switch into v4, where we will only support Go versions inline with Go's own policy, https://golang.org/doc/devel/release.html#policy (aka, last 2 versions)

... (truncated)

Changelog

Sourced from github.com/go-chi/chi's changelog.

Changelog

v5.0.12 (2024-02-16)

v5.0.11 (2023-12-19)

v5.0.10 (2023-07-13)

v5.0.9 (2023-07-13)

v5.0.8 (2022-12-07)

v5.0.7 (2021-11-18)

v5.0.6 (2021-11-15)

v5.0.5 (2021-10-27)

v5.0.4 (2021-08-29)

v5.0.3 (2021-04-29)

... (truncated)

Commits
  • 86f9a6e Release v4.1.2
  • fdba45d cosmetic, move public methods to top of source file
  • 234035e README, add note on go-chi/httprate middleware
  • e7728c6 Replace wildcards correctly in RoutePattern (#515)
  • 5704d7e fix: handle methodnotallowed with path variables (#512)
  • ccb4c33 README
  • 2333c5c Trying Github sponsor thing
  • 1fafc30 Release v4.1.1
  • 99ad97f Route recursive-search regexp patterns (#506)
  • 23b8ec2 middleware.RouteHeaders: new middleware to allow header based routing flows (...
  • Additional commits viewable in compare view


Dependabot compatibility score

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 rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 3 months ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.