Gunicorn 19.3 has been released
Gunicorn 19.3 has been released. This is a new version with some new features and fixes.
Changes:
Core
- fix:#978 make sure a listener is inheritable
- add
check_config
class method to workers - fix select timeout in sync worker with multiple connections (#983)
- allows workers to access to the reloader. close #984
- raise TypeError instead of AssertionError
Logging
- make Logger.loglevel a class attribute
Documentation
- fix fix syntax errors in
examples/gunicorn_rc
(#988)
Full changelog is available here:
More
You can find the documentation here:
http://docs.gunicorn.org/en/19.3/
Latest version is also available on Pypi: