Hey all,

I’ve just released the Waitress 2.0.0 beta, this version has the following 
notable changes:

- Drops Python 2.7 and Python 3.5 support
- No longer attempts to use reverse DNS lookups to guess the server_name
- Updates waitress to allow it to continue reading from the client socket so 
that the WSGI app can poll and validate the client is still really there and 
hasn’t disappeared in the mean time. This behavior is great for when you are 
doing long running queries or expensive calculations and you want to validate 
that the client hasn’t disappeared yet. This feature requires an argument to be 
passed to waitress and by default there is no difference with prior versions of 
waitress.

With thanks to Viktor Dick for his work on the latter part. This also updates 
the way that waitress schedules work for HTTP pipelined requests (although 
those are rare these days due to clients removing support for it).

I need people to test this version before I release it so we can try to catch 
any potential regressions.

It’s available from PyPi: https://pypi.org/project/waitress/2.0.0b0/

As always, please file issues https://github.com/Pylons/waitress/issues

Thank you,
Bert JW Regeer


-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/pylons-discuss/B913ABAE-926D-4DA0-A340-236D99CE0509%400x58.com.

Attachment: signature.asc
Description: Message signed with OpenPGP

Reply via email to