Skip to content

Gunicorn 19.3 has been released

Compare
Choose a tag to compare
@benoitc benoitc released this 06 Mar 10:18
· 1162 commits to master since this release

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:

19.2.1...19.3

More

You can find the documentation here:

http://docs.gunicorn.org/en/19.3/

Latest version is also available on Pypi:

https://pypi.python.org/pypi/gunicorn/19.3.0