v2.0.0
版本发布时间: 2024-06-05 06:24:04
urfave/negroni最新发布版本:v3.1.1(2024-06-05 06:25:51)
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 originalNegroni
instance ifUse
is called on the newNegroni
instance
Added
-
Recovery.LogStack
was added to control whether the stacktrace is logged for panics