Skip to content

Gunicorn 19.1.1 has been released

Compare
Choose a tag to compare
@benoitc benoitc released this 16 Aug 12:54
· 1349 commits to master since this release

Gunicorn 19.1.1 is a minor release with some fixes.

Changes:

Core

  • fix #835: display correct pid of already running instance
  • fix : fix PyTest class in setup.py.

Logging

  • fix #838 : statsd logger, send statsd timing metrics in milliseconds
  • fix #839 : statsd logger, allows for empty log message while pushing metrics and restore worker number in DEBUG logs
  • fix #850: add timezone info to logging
  • fix #853: Respect logger_class setting unless statsd is on

AioHttp worker

  • fix #830 make sure gaiohttp worker is shipped with gunicorn.

Full changelog is available here:

19.1...19.1.1

More

You can find the documentation here:

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

Latest version is also available on Pypi:

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