Skip to content

v2.0.0

Compare
Choose a tag to compare
@jszwedko jszwedko released this 04 Jun 22:24
· 40 commits to master since this release

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