Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update module github.com/urfave/negroni to v3 - autoclosed #41

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 26, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/urfave/negroni v1.0.0 -> v3.1.1 age adoption passing confidence

Release Notes

urfave/negroni (github.com/urfave/negroni)

v3.1.1

Compare Source

Fixed
  • Writing an HTTP 1xx status codes no longer results in a 200 being sent in
    addition given the expectation is that a follow-up status code will be written
    later. The exception is 101 Switching Protocols since this is terminal. This
    matches net/http behavior.

v3.1.0

Compare Source

Fixed
  • WriteHeader can again be used in the ResponseWriter.Before callback to
    set HTTP status codes
Added
  • Satisfy http.ResponseController (Go 1.20+)

v3.0.0

Compare Source

Fixed
  • Replace multiple slashes at the beginning of a path with a single one to avoid
    open redirects
  • Avoid updating ResponseWriter.Status() if the status has already been
    written when ResponseWriter.WriteHeader() is called twice
Changed
  • ResponseWriter now only implements http interfaces (Flusher, Hijacker,
    CloseNotifier) if the wrapped http.ResponseWriter does. This is a breaking
    change to make ResponseWriter's interface support more accurate
Added
  • ResponseWriter now implements io.ReaderFrom to more efficiently send
    responses via io.Copy

v2.0.2

Compare Source

Fixed
  • Fixed Go module name for v2

v2.0.1

Compare Source

Fixed
  • Recovery middleware now checks that Formatter is not nil before calling

v2.0.0

Compare Source

Changed
  • Recovery.PrintStack, when false, now also supresses the panic message in
    addition to supressing the stack trace
Fixed
  • Negroni.With() now copies handlers to avoid mutating the original Negroni
    instance if Use is called on the new Negroni instance
Added
  • Recovery.LogStack was added to control whether the stacktrace is logged for
    panics

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 force-pushed the renovate/github.com-urfave-negroni-3.x branch from ee74044 to 8a2e984 Compare July 27, 2024 21:12
@renovate renovate bot changed the title fix(deps): update module github.com/urfave/negroni to v3 fix(deps): update module github.com/urfave/negroni to v3 - autoclosed Jul 28, 2024
@renovate renovate bot closed this Jul 28, 2024
@renovate renovate bot deleted the renovate/github.com-urfave-negroni-3.x branch July 28, 2024 15:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants