gunicorn v19.9.0 Release Notes

Release Date: 2018-07-03 // almost 6 years ago
    • πŸ›  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)