servant/servant-server/CHANGELOG.md
2015-12-20 22:41:05 +01:00

2.2 KiB

HEAD

  • Support for the HttpVersion, IsSecure, RemoteHost and Vault combinators
  • Drop EitherT in favor of ExceptT
  • Use http-api-data instead of Servant.Common.Text
  • Remove matrix params.
  • Remove RouteMismatch.
  • Redefined constructors of RouteResult.
  • Added Delayed and related functions (addMethodCheck, addAcceptCheck, addBodyCheck, runDelayed)
  • Support for the new authentication framework. Including:
    • HasServer instances for AuthProtect in Strict and Lax mode
    • Enter instances for AuthProtected
    • combinators to support Basic authentication.
    • combinators to support JWT authentication

0.4.1

  • Bump attoparsec upper bound to < 0.14
  • Bump wai-app-static upper bound to < 3.2
  • Bump either upper bound to < 4.5

0.4

0.2.4

0.2.3