------------------
**New features**
- Split schema initialization from application startup, using a command-line
tool.
::
cliquet --ini production.ini init
**Bug fixes**
- Fix documentation about WSGI and Sentry
- Fix connection pool no being shared between cache and storage (mozilla-services/cliquet176)
- Default connection pool size to 10 (instead of 50) (mozilla-services/cliquet176)
- Warn if PostgreSQL session has not UTC timezone (mozilla-services/cliquet177)
**Internal changes**
- Deprecated ``cliquet.storage_pool_maxconn`` and ``cliquet.cache_pool_maxconn``
settings (renamed to ``cliquet.storage_pool_size`` and ``cliquet.cache_pool_size``)