Skip to content

Changelog - 2018

Note

Please see news for the latest changes

19.9.0 / 2018/07/03

  • fix: address a regression that prevented syslog support from working (Issue #1668, PR #1773)
  • fix: correctly set REMOTE_ADDR on versions of Python 3 affected by Python Issue 30205 <https://bugs.python.org/issue30205>_ (Issue #1755, PR #1796)
  • fix: show zero response length correctly in access log (PR #1787)
  • fix: prevent raising AttributeError when --reload is not passed in case of a SyntaxError raised from the WSGI application. (Issue #1805, PR #1806)
  • The internal module gunicorn.workers.async was renamed to gunicorn.workers.base_async since async is now a reserved word in Python 3.7. (PR #1527)

19.8.1 / 2018/04/30

19.8.0 / 2018/04/28