scotty v0.11.0 Release Notes

    • IO exceptions are no longer automatically turned into ScottyErrors by liftIO. Use liftAndCatchIO to get that behavior.
    • ๐Ÿ†• New finish function.
    • โœ… Text values are now leniently decoded from ByteStrings.
    • โž• Added MonadFail instance for ScottyT
    • Lots of bound bumps on dependencies.