Hey all,
With hard work from our own Michael Merickel (thanks again!) I have released the latest and greatest version of waitress: 1.3.0
This new version contains a whole range of improvements to increase throughput and interactivity for applications that use a yielding app iter to do things like SSE (although not really recommended on waitress), as well as various improvements to not buffering until you run out of disk space.
The latest changelog on PyPi:
As always use your favourite Python installer to install it, but for reference sake:
pip install waitress==1.3.0
Cheers everyone and enjoy!
Bert