Gunicorn 19.2 is a major release with many improvements and fixes.
Changes:
Core
- optimize the sync workers when listening on a single interface
- add
--sendfile
settings to enable/disable sendfile. fix #856 . - add the selectors module to the code base. #886
- fix #862 add
--max-requests-jitter
setting to set the maximum jitter to add to the
max-requests setting. - fix #899 propagate proxy_protocol_info to keep-alive requests
- fix #863 worker timeout: dynamic timeout has been removed, fix a race
condition error - fix: Avoid world writable file
- fix #917: the deprecated
--debug
option has been removed.
Logging
- fix #941 set logconfig default to paster more trivially
- add statsd-prefix config setting: set the prefix to use when emitting statsd
metrics - fix #832 log to console by default
- fix #845 set the gunicorn loggers from the paste config
Thread Worker
- fix #908 make sure the worker can continue to accept requests
Eventlet Worker
- fix #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.
Full changelog is available here:
More
You can find the documentation here:
http://docs.gunicorn.org/en/19.2/
Latest version is also available on Pypi: