Skip to content

Version 0.13.3

Compare
Choose a tag to compare
@florimondmanca florimondmanca released this 29 Dec 16:41
· 555 commits to master since this release
fa914bc

0.13.3 - 2020-12-29

Fixed

  • Prevent swallowing of return codes from subprocess when running with Gunicorn by properly resetting signals. (Pull #895)
  • Tweak detection of app factories to be more robust. A warning is now logged when passing a factory without the --factory flag. (Pull #914)
  • Properly clean tasks when handshake is aborted when running with --ws websockets. (Pull #921)