Skip to content

0.16.1

Compare
Choose a tag to compare
@lafrech lafrech released this 15 Jul 08:30

Bug fixes:

  • Fix detection of unhandled exceptions in error handler for Flask=>1.1.0
    (:pr:82).

Other changes:

  • Bump minimum Flask version to 1.1.0. From this version on, uncaught
    exceptions are passed to the error handler as InternalServerError with
    the exception attached as original_exception attribute. (:pr:82)