----------------------- - Change the non-DEBUG log format to include structured data and a leading first byte for log level.
1.3.0
---------------------- - Add ``httprun`` setup.py command. - Use ``declare_namespace`` to declare the sprockets namespace package. - Remove ``JSONRequestFormatter`` logging when not in debug mode - Remove sprockets.logging dependency
1.2.0
---------------------- - Add support for the ``on_start`` callback. - Add support to wait for the completion of ``shutdown`` callbacks that return a future. - Adds new init params to runner.Runner for the three callback types
1.1.2
---------------------- - Allow xheaders to be set in the application.settings.
1.1.1
---------------------- - Delay grabbing the ``IOLoop`` instance until after fork.
1.1.0
---------------------- - Add support for the ``before_run`` callback set.