negroni v2.0.0 Release Notes
Release Date: 2020-05-25 // about 3 years ago-
๐ 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
๐ Changed
- ๐จ