gunicorn v19.6.0 Release Notes

Release Date: 2016-05-23 // almost 8 years ago
  • == 19.6.0 ==

    Core

    • ๐Ÿ‘Œ improvement of the binary upgrade behaviour using USR2: remove file lockin (#1270)
    • โž• add the --capture-output setting to capture stdout/stderr tot the log file (#1271)
    • ๐Ÿ‘ Allow disabling sendfile() via the SENDFILE` environment variable (#1252)
    • ๐Ÿ›  fix reload under pycharm (#1129)

    ๐Ÿ‘ท Workers

    • ๐Ÿ›  fix: make sure to remove the signal from the worker pipe (#1269)
    • fix: gthread worker, handle removed socket in the select loop (#1258)