- Network.Wai.Middleware.Routed module added
- Add appearsSecure: check if a request appears to be using SSL even in the presence of reverse proxies #362
- Add ForceSSL middleware #363
- Add Approot middleware
- Test code: only include a Cookie header if there are cookies. Without this patch, yesod-test cookie handling is broken.
- Add Cookie Handling to Network.Wai.Test #356
- add functions to extract authentication data from Authorization header [#352](add functions to extract authentication data from Authorization header #352)
- Access log sequence not valid #336
- Allow fast-logger 2.3
Test suite warning cleanup
Allow blaze-builder 0.4
Fix compilation failure on Windows #321
Add the StreamFile
middleware.
Add the AddHeaders
middleware.