Skip to content

19.6.0

Choose a tag to compare

@benoitc benoitc released this 23 May 15:29
· 896 commits to master since this release

== 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)