sprockets.http/docs/history.rst

56 lines
1.9 KiB
ReStructuredText
Raw Normal View History

2015-07-22 17:40:55 +00:00
.. :changelog:
Release History
===============
2015-11-20 20:06:54 +00:00
`Next Release`_
---------------
- Add support for the ``before_run`` callback set.
`1.0.2`_ (10 Dec 2015)
----------------------
- Add ``log_config`` parameter to ``sprockets.http.run``
`1.0.1`_ (20 Nov 2015)
----------------------
- Add support for ``sprockets.mixins.mediatype`` in ``sprockets.http.mixins.ErrorWriter``
2015-07-22 17:40:55 +00:00
2015-11-20 13:26:27 +00:00
`1.0.0`_ (20 Nov 2015)
----------------------
- Add ``sprockets.http.mixins.LoggingHandler``
- Add ``sprockets.http.mixins.ErrorLogger``
2015-11-19 22:29:07 +00:00
- Add ``sprockets.http.mixins.ErrorWriter``
2015-09-24 18:55:13 +00:00
`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``.
2015-09-24 18:55:13 +00:00
2015-08-28 14:58:19 +00:00
`0.3.0`_ (28 Aug 2015)
----------------------
- Install :func:`sprockets.logging.tornado_log_function` as the logging
function when we are running in release mode
2015-07-23 13:14:56 +00:00
`0.2.2`_ (23 Jul 2015)
----------------------
- Fixed requirements management... why is packaging so hard?!
2015-07-23 11:39:44 +00:00
`0.2.1`_ (23 Jul 2015)
----------------------
- Corrected packaging metadata
2015-07-22 18:22:44 +00:00
`0.2.0`_ (22 Jul 2015)
----------------------
2015-07-22 18:04:26 +00:00
- Add :func:`sprockets.http.run`
2015-07-22 18:22:44 +00:00
.. _0.2.0: https://github.com/sprockets/sprockets.http/compare/0.0.0...0.2.0
2015-07-23 11:39:44 +00:00
.. _0.2.1: https://github.com/sprockets/sprockets.http/compare/0.2.0...0.2.1
2015-11-18 21:14:18 +00:00
.. _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
2015-09-24 18:55:13 +00:00
.. _0.4.0: https://github.com/sprockets/sprockets.http/compare/0.3.0...0.4.0
2015-11-20 13:26:27 +00:00
.. _1.0.0: https://github.com/sprockets/sprockets.http/compare/0.4.0...1.0.0
2015-11-20 20:06:54 +00:00
.. _1.0.1: https://github.com/sprockets/sprockets.http/compare/1.0.0...1.0.1
.. _1.0.2: https://github.com/sprockets/sprockets.http/compare/1.0.1...1.0.2
.. _Next Release: https://github.com/sprockets/sprockets.http/compare/1.0.2...master