mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
update 19.2 changelog
This commit is contained in:
parent
2d76b57454
commit
76945e47f9
49
docs/source/2015-news.rst
Normal file
49
docs/source/2015-news.rst
Normal file
@ -0,0 +1,49 @@
|
|||||||
|
================
|
||||||
|
Changelog - 2015
|
||||||
|
================
|
||||||
|
|
||||||
|
.. note::
|
||||||
|
|
||||||
|
Please see :doc:`news` for the latest changes.
|
||||||
|
|
||||||
|
19.2 / 2015/01/30
|
||||||
|
===================
|
||||||
|
|
||||||
|
Changes
|
||||||
|
-------
|
||||||
|
|
||||||
|
Core
|
||||||
|
++++
|
||||||
|
|
||||||
|
- optimize the sync workers when listening on a single interface
|
||||||
|
- add `--sendfile` settings to enable/disable sendfile. fix issue:`856` .
|
||||||
|
- add the selectors module to the code base. issue:`886`
|
||||||
|
- add `--max-requests-jitter` setting to set the maximum jitter to add to the
|
||||||
|
max-requests setting.
|
||||||
|
- fix issue:`899` propagate proxy_protocol_info to keep-alive requests
|
||||||
|
- fix issue:`863` worker timeout: dynamic timeout has been removed
|
||||||
|
- fix: Avoid world writable file
|
||||||
|
|
||||||
|
Logging
|
||||||
|
+++++++
|
||||||
|
|
||||||
|
- fix issue:`941` set logconfig default to paster more trivially
|
||||||
|
- add statsd-prefix config setting: set the prefix to use when emitting statsd
|
||||||
|
metrics
|
||||||
|
- issue:`832` log to console by default
|
||||||
|
|
||||||
|
Thread Worker
|
||||||
|
+++++++++++++
|
||||||
|
|
||||||
|
- fix :issue:`908` make sure the worker can continue to accept requests
|
||||||
|
|
||||||
|
Eventlet Worker
|
||||||
|
+++++++++++++++
|
||||||
|
|
||||||
|
- fix issue:`867` Fix eventlet shutdown to actively shut down the workers.
|
||||||
|
|
||||||
|
Documentation
|
||||||
|
+++++++++++++
|
||||||
|
|
||||||
|
Many improvements and fixes have been done, see the detailled changelog for
|
||||||
|
more informations.
|
||||||
@ -2,24 +2,50 @@
|
|||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
19.2 / 2015/01/30
|
||||||
|
===================
|
||||||
|
|
||||||
19.2 / unreleased
|
Changes
|
||||||
=================
|
-------
|
||||||
|
|
||||||
Core
|
Core
|
||||||
----
|
++++
|
||||||
|
|
||||||
- fix :issue:`863`: fix race condition error.
|
- optimize the sync workers when listening on a single interface
|
||||||
- fix :pr:`862`: add ``max_requests_jitter``
|
- add `--sendfile` settings to enable/disable sendfile. fix issue:`856` .
|
||||||
configuration option.
|
- add the selectors module to the code base. issue:`886`
|
||||||
|
- fix :pr:`862` add `--max-requests-jitter` setting to set the maximum jitter to add to the
|
||||||
|
max-requests setting.
|
||||||
|
- fix issue:`899` propagate proxy_protocol_info to keep-alive requests
|
||||||
|
- fix issue:`863` worker timeout: dynamic timeout has been removed, fix a race
|
||||||
|
condition error
|
||||||
|
- fix: Avoid world writable file
|
||||||
- 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:`941` set logconfig default to paster more trivially
|
||||||
|
- add statsd-prefix config setting: set the prefix to use when emitting statsd
|
||||||
|
metrics
|
||||||
|
- 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
|
||||||
|
|
||||||
|
Thread Worker
|
||||||
|
+++++++++++++
|
||||||
|
|
||||||
|
- fix :issue:`908` make sure the worker can continue to accept requests
|
||||||
|
|
||||||
|
Eventlet Worker
|
||||||
|
+++++++++++++++
|
||||||
|
|
||||||
|
- fix issue:`867` Fix eventlet shutdown to actively shut down the workers.
|
||||||
|
|
||||||
|
Documentation
|
||||||
|
+++++++++++++
|
||||||
|
|
||||||
|
Many improvements and fixes have been done, see the detailled changelog for
|
||||||
|
more informations.
|
||||||
|
|
||||||
History
|
History
|
||||||
=======
|
=======
|
||||||
@ -27,6 +53,7 @@ History
|
|||||||
.. toctree::
|
.. toctree::
|
||||||
:titlesonly:
|
:titlesonly:
|
||||||
|
|
||||||
|
2015-news
|
||||||
2014-news
|
2014-news
|
||||||
2013-news
|
2013-news
|
||||||
2012-news
|
2012-news
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user