---------------------- - Enable port reuse for Tornado versions newer than 4.3.
1.4.2
---------------------- - Allow max_body_size and max_buffer_size to be specified on the http server.
1.4.1
--------------------- - Workaround https://bitbucket.org/birkenfeld/sphinx-contrib/issues/184/ by pinning sphinx in the development environment.
1.4.0
---------------------- - Separate the concerns of running the application from the callback chains. The latter has been refactored into :mod:`sprockets.http.app`. This change is completely invisible to the outside world. - Officially deprecated the ``runner_callbacks`` application attribute.
1.3.3
----------------------- - Include correlation-id in the structured log data when logging.
1.3.2
----------------------- - Include the service and environment (if set) in the structured log data.