servant/servant-server/CHANGELOG.md
2016-02-06 11:39:24 -07:00

2.4 KiB

HEAD

typeclass HasServer now take an additional parameter.

  • Add serveDirectoryWith user can supply custom StaticSettings
  • Update serveDirectory for servant Raw changes
  • Add class ToRawApplication for servant Raw changes
  • Update instance Server Raw for servant Raw changes
  • Add instance Enter Raw for servant Raw changes
  • Add Config machinery (https://github.com/haskell-servant/servant/pull/327). This is a breaking change, as the signatures of both route, serve and the
  • 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)

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