mirror of
https://github.com/sprockets/sprockets.http.git
synced 2024-11-15 03:00:28 +00:00
39 lines
1.3 KiB
ReStructuredText
39 lines
1.3 KiB
ReStructuredText
.. :changelog:
|
|
|
|
Release History
|
|
===============
|
|
|
|
`Next Release`_
|
|
---------------
|
|
- Add ``sprockets.http.mixins.LoggingHandler``
|
|
- Add ``sprockets.http.mixins.ErrorLogger``
|
|
|
|
`0.4.0`_ (24 Sep 2015)
|
|
----------------------
|
|
- Run callbacks from ``application.runner_callbacks['shutdown']`` when
|
|
the application is shutting down.
|
|
- Add ``number_of_procs`` parameter to ``sprockets.http``.
|
|
|
|
`0.3.0`_ (28 Aug 2015)
|
|
----------------------
|
|
- Install :func:`sprockets.logging.tornado_log_function` as the logging
|
|
function when we are running in release mode
|
|
|
|
`0.2.2`_ (23 Jul 2015)
|
|
----------------------
|
|
- Fixed requirements management... why is packaging so hard?!
|
|
|
|
`0.2.1`_ (23 Jul 2015)
|
|
----------------------
|
|
- Corrected packaging metadata
|
|
|
|
`0.2.0`_ (22 Jul 2015)
|
|
----------------------
|
|
- Add :func:`sprockets.http.run`
|
|
|
|
.. _0.2.0: https://github.com/sprockets/sprockets.http/compare/0.0.0...0.2.0
|
|
.. _0.2.1: https://github.com/sprockets/sprockets.http/compare/0.2.0...0.2.1
|
|
.. _0.2.2: https://github.com/sprockets/sprockets.http/compare/0.2.1...0.2.2
|
|
.. _0.3.0: https://github.com/sprockets/sprockets.http/compare/0.2.2...0.3.0
|
|
.. _0.4.0: https://github.com/sprockets/sprockets.http/compare/0.3.0...0.4.0
|
|
.. _Next Release: https://github.com/sprockets/sprockets.http/compare/0.4.0...master
|