mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Fix header levels and use them consistently
This commit is contained in:
parent
e63df69229
commit
55daf19229
@ -1,3 +1,4 @@
|
|||||||
|
================
|
||||||
Changelog - 2014
|
Changelog - 2014
|
||||||
================
|
================
|
||||||
|
|
||||||
@ -6,7 +7,7 @@ Changelog - 2014
|
|||||||
Please see :doc:`news` for the latest changes.
|
Please see :doc:`news` for the latest changes.
|
||||||
|
|
||||||
19.1.1 / 2014-08-16
|
19.1.1 / 2014-08-16
|
||||||
-------------------
|
===================
|
||||||
|
|
||||||
Changes
|
Changes
|
||||||
-------
|
-------
|
||||||
@ -17,6 +18,7 @@ Core
|
|||||||
- fix :issue:`835`: display correct pid of already running instance
|
- fix :issue:`835`: display correct pid of already running instance
|
||||||
- fix :pr:`833`: fix `PyTest` class in setup.py.
|
- fix :pr:`833`: fix `PyTest` class in setup.py.
|
||||||
|
|
||||||
|
|
||||||
Logging
|
Logging
|
||||||
+++++++
|
+++++++
|
||||||
|
|
||||||
@ -32,7 +34,7 @@ AioHttp worker
|
|||||||
- fix :issue:`830` make sure gaiohttp worker is shipped with gunicorn.
|
- fix :issue:`830` make sure gaiohttp worker is shipped with gunicorn.
|
||||||
|
|
||||||
19.1 / 2014-07-26
|
19.1 / 2014-07-26
|
||||||
~~~~~~~~~~~~~~~~~
|
=================
|
||||||
|
|
||||||
Changes
|
Changes
|
||||||
-------
|
-------
|
||||||
@ -51,13 +53,13 @@ Core
|
|||||||
Tornado worker
|
Tornado worker
|
||||||
++++++++++++++
|
++++++++++++++
|
||||||
|
|
||||||
|
|
||||||
- fix :issue:`771`: support tornado 4.0
|
- fix :issue:`771`: support tornado 4.0
|
||||||
- fix :issue:`783`: x_headers error. The x-forwarded-headers option has been removed
|
- fix :issue:`783`: x_headers error. The x-forwarded-headers option has been removed
|
||||||
in `c4873681299212d6082cd9902740eef18c2f14f1
|
in `c4873681299212d6082cd9902740eef18c2f14f1
|
||||||
<https://github.com/benoitc/gunicorn/commit/c4873681299212d6082cd9902740eef18c2f14f1>`_.
|
<https://github.com/benoitc/gunicorn/commit/c4873681299212d6082cd9902740eef18c2f14f1>`_.
|
||||||
The discussion is available on :pr:`633`.
|
The discussion is available on :pr:`633`.
|
||||||
|
|
||||||
|
|
||||||
AioHttp worker
|
AioHttp worker
|
||||||
++++++++++++++
|
++++++++++++++
|
||||||
|
|
||||||
@ -71,21 +73,25 @@ Async worker
|
|||||||
|
|
||||||
- fix :issue:`790`: StopIteration shouldn't be catched at this level.
|
- fix :issue:`790`: StopIteration shouldn't be catched at this level.
|
||||||
|
|
||||||
|
|
||||||
Logging
|
Logging
|
||||||
+++++++
|
+++++++
|
||||||
|
|
||||||
- add statsd logging handler fix :issue:`748`
|
- add statsd logging handler fix :issue:`748`
|
||||||
|
|
||||||
|
|
||||||
Paster
|
Paster
|
||||||
++++++
|
++++++
|
||||||
|
|
||||||
- fix :issue:`809`: Set global logging configuration from a Paste config.
|
- fix :issue:`809`: Set global logging configuration from a Paste config.
|
||||||
|
|
||||||
|
|
||||||
Extra
|
Extra
|
||||||
+++++
|
+++++
|
||||||
|
|
||||||
- fix RuntimeError in gunicorn.reloader (:issue:`807`)
|
- fix RuntimeError in gunicorn.reloader (:issue:`807`)
|
||||||
|
|
||||||
|
|
||||||
Documentation
|
Documentation
|
||||||
+++++++++++++
|
+++++++++++++
|
||||||
|
|
||||||
@ -93,8 +99,9 @@ Documentation
|
|||||||
<http://docs.gunicorn.org/en/latest/faq.html#why-i-don-t-see-any-logs-in-the-console>`_
|
<http://docs.gunicorn.org/en/latest/faq.html#why-i-don-t-see-any-logs-in-the-console>`_
|
||||||
since many people asked for it.
|
since many people asked for it.
|
||||||
|
|
||||||
|
|
||||||
19.0 / 2014-06-12
|
19.0 / 2014-06-12
|
||||||
~~~~~~~~~~~~~~~~~
|
=================
|
||||||
|
|
||||||
Gunicorn 19.0 is a major release with new features and fixes. This
|
Gunicorn 19.0 is a major release with new features and fixes. This
|
||||||
version improve a lot the usage of Gunicorn with python 3 by adding `two
|
version improve a lot the usage of Gunicorn with python 3 by adding `two
|
||||||
@ -122,15 +129,15 @@ also it is complying with the way the signals are sent by heroku:
|
|||||||
https://devcenter.heroku.com/articles/python-faq#what-constraints-exist-when-developing-applications-on-heroku
|
https://devcenter.heroku.com/articles/python-faq#what-constraints-exist-when-developing-applications-on-heroku
|
||||||
|
|
||||||
Deprecations
|
Deprecations
|
||||||
+++++++++++++
|
++++++++++++
|
||||||
|
|
||||||
`run_gunicorn`, `gunicorn_django` and `gunicorn_paster` are now
|
`run_gunicorn`, `gunicorn_django` and `gunicorn_paster` are now
|
||||||
completely deprecated and will be removed in the next release. Use the
|
completely deprecated and will be removed in the next release. Use the
|
||||||
`gunicorn` command instead.
|
`gunicorn` command instead.
|
||||||
|
|
||||||
|
|
||||||
Changes:
|
Changes
|
||||||
--------
|
-------
|
||||||
|
|
||||||
core
|
core
|
||||||
++++
|
++++
|
||||||
@ -194,6 +201,7 @@ core
|
|||||||
- deprecate `run_gunicorn` django option
|
- deprecate `run_gunicorn` django option
|
||||||
- fix: sys imported twice
|
- fix: sys imported twice
|
||||||
|
|
||||||
|
|
||||||
gevent worker
|
gevent worker
|
||||||
+++++++++++++
|
+++++++++++++
|
||||||
|
|
||||||
@ -205,6 +213,7 @@ gevent worker
|
|||||||
- fix: add subprocess in monkey patching
|
- fix: add subprocess in monkey patching
|
||||||
- fix: add support for multiple listener
|
- fix: add support for multiple listener
|
||||||
|
|
||||||
|
|
||||||
eventlet worker
|
eventlet worker
|
||||||
+++++++++++++++
|
+++++++++++++++
|
||||||
|
|
||||||
@ -212,6 +221,7 @@ eventlet worker
|
|||||||
- fix: missing errno import for eventlet sendfile patch
|
- fix: missing errno import for eventlet sendfile patch
|
||||||
- fix: add support for multiple listener
|
- fix: add support for multiple listener
|
||||||
|
|
||||||
|
|
||||||
tornado worker
|
tornado worker
|
||||||
++++++++++++++
|
++++++++++++++
|
||||||
|
|
||||||
|
|||||||
@ -1,11 +1,13 @@
|
|||||||
|
=========
|
||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
|
||||||
19.2 / unreleased
|
19.2 / unreleased
|
||||||
-----------------
|
=================
|
||||||
|
|
||||||
Core
|
Core
|
||||||
++++
|
----
|
||||||
|
|
||||||
- fix :issue:`863`: fix race condition error.
|
- fix :issue:`863`: fix race condition error.
|
||||||
- fix :pr:`862`: add ``max_requests_jitter``
|
- fix :pr:`862`: add ``max_requests_jitter``
|
||||||
@ -13,14 +15,14 @@ Core
|
|||||||
- fix :issue:`917`: the deprecated ``--debug`` option has been removed.
|
- fix :issue:`917`: the deprecated ``--debug`` option has been removed.
|
||||||
|
|
||||||
Logging
|
Logging
|
||||||
+++++++
|
-------
|
||||||
|
|
||||||
- fix :issue:`832`: log to console by default.
|
- fix :issue:`832`: log to console by default.
|
||||||
- fix :issue:`845`: set the gunicorn loggers from the paste config
|
- fix :issue:`845`: set the gunicorn loggers from the paste config
|
||||||
|
|
||||||
|
|
||||||
History
|
History
|
||||||
-------
|
=======
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:titlesonly:
|
:titlesonly:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user