------------------
**New features**
- Add PostgreSQL connection pooling, with new settings
``cliquet.storage_pool_maxconn`` and ``cliquet.cache_pool_maxconn``
(*Default: 50*) (112)
- Add `StatsD <https://github.com/etsy/statsd/>`_ support,
enabled with ``cliquet.statsd_url = udp://server:port`` (114)
- Add `Sentry <http://sentry.readthedocs.io>`_ support,
enabled with ``cliquet.sentry_url = http://user:passserver/1`` (110)
**Bug fixes**
- Fix FxA verification cache not being used (103)
- Fix heartbeat database check (109)
- Fix PATCH endpoint crash if request has no body (115)
**Internal changes**
- Switch to `ujson <https://pypi.python.org/pypi/ujson>`_ for JSON
de/serialization optimizations (108)