scotty v0.7.0 Release Notes

    • ๐Ÿ“‡ Renamed reqHeader to header. Added headers function to get all headers.

    • ๐Ÿ”„ Changed MonadIO instance for ActionT such that IO exceptions are lifted into ScottyErrors via stringError.

    • ๐Ÿ“œ Make Bool parsing case-insensitive. Goal: support both Haskell's True/False and Javascript's true/false. Thanks to Ben Gamari for suggesting this.

    • โฌ†๏ธ Bump aeson/text upper bounds.

    • ๐Ÿ”’ Bump wai/wai-extra/warp bounds, including new lower bound for warp, which fixes a security issue related to Slowloris protection.