Skip to content

19.9.0

Compare
Choose a tag to compare
@tilgovi tilgovi released this 03 Jul 20:22
· 549 commits to master since this release
  • fix: address a regression that prevented syslog support from working
    (#1668, #1773)
  • fix: correctly set REMOTE_ADDR on versions of Python 3 affected by
    Python Issue 30205 <https://bugs.python.org/issue30205>_
    (#1755, #1796)
  • fix: show zero response length correctly in access log (#1787)
  • fix: prevent raising :exc:AttributeError when --reload is not passed
    in case of a :exc:SyntaxError raised from the WSGI application.
    (#1805, #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.
    (#1527)