Hey all, I have released Waitress 1.0.0. It’s most exciting feature is that it now has IPv6 support! No longer will your containers need IPv4 addresses because of Waitress, now you too can use the oodles of space that IPv6 gives you.
Please see PyPI for your download: https://pypi.python.org/pypi/waitress/1.0.0 Full changelog: 1.0.0 (2016-08-31) Bugfixes • Removed AI_ADDRCONFIG from the call to getaddrinfo, this resolves an issue whereby getaddrinfo wouldn’t return any addresses to bind to on hosts where there is no internet connection but localhost is requested to be bound to. See https://github.com/Pylons/waitress/issues/131 for more information. Deprecations • Python 2.6 is no longer supported. Features • IPv6 support • Waitress is now able to listen on multiple sockets, including IPv4 and IPv6. Instead of passing in a host/port combination you now provide waitress with a space delineated list, and it will create as many sockets as required. from waitress import serve serve(wsgiapp, listen='0.0.0.0:8080 [::]:9090 *:6543') Security • Waitress will now drop HTTP headers that contain an underscore in the key when received from a client. This is to stop any possible underscore/dash conflation that may lead to security issues. See https://github.com/Pylons/waitress/pull/80 and https://www.djangoproject.com/weblog/2015/jan/13/security/ Any issues, concerns or brokenness it is requested that you file an issue on the Github issue tracker: https://github.com/Pylons/waitress Cheers, 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 post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/pylons-discuss/48315BEC-10E2-4573-8CE5-C64369C6F986%400x58.com. For more options, visit https://groups.google.com/d/optout.
smime.p7s
Description: S/MIME cryptographic signature
