Hello everyone,

We're happy to announce the releases of:

- servant 0.4.0
- servant-server 0.4.0
- servant-client 0.4.0
- servant-jquery 0.4.0
- servant-docs 0.4.0
- servant-blaze 0.4.0
- servant-lucid 0.4.0

to Hackage.

As well as a new website, same URL as before: http://haskell-servant.github.io/ -- which features a tutorial that's much more informative than the getting started we had for the previous version. The tutorial is available at http://haskell-servant.github.io/tutorial

The highlights for this release are:
- Multiple content-types support (with servant-blaze and servant-lucid offering a way to encode data for the HTML content type)
- Handlers in other monads than `EitherT`
- Response headers support
- Safe links to endpoints
- Saner types for aborting early in request handlers (the `Left` branch in `EitherT`)

For more details about the new features, please read the release post: http://haskell-servant.github.io/posts/2015-05-10-servant-0.4-released.html

Cheers

--
Alp Mestanogullari