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 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

    ๐Ÿ”„ Changed