Skip to content

Commit d59f148

Browse files
Update CHANGES.txt
1 parent af104eb commit d59f148

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGES.txt

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,23 @@
1010
- Fixed testing of vendored asyncore code to not rely on particular naming for
1111
errno's. See https://github.com/Pylons/waitress/pull/397
1212

13+
- HTTP Request methods and versions are now validated to meet the HTTP
14+
standards thereby dropping invalid requests on the floor. See
15+
https://github.com/Pylons/waitress/pull/423
16+
17+
- No longer close the connection when sending a HEAD request response. See
18+
https://github.com/Pylons/waitress/pull/428
19+
20+
- Always attempt to send the Connection: close response header when we are
21+
going to close the connection to let the remote know in more instances.
22+
https://github.com/Pylons/waitress/pull/429
23+
24+
- Python 3.7 is no longer supported. Add support for Python 3.11, 3.12 and
25+
PyPy 3.9, 3.10. See https://github.com/Pylons/waitress/pull/412
26+
27+
- Document that trusted_proxy may be set to a wildcard value to trust all
28+
proxies. See https://github.com/Pylons/waitress/pull/431
29+
1330
Updated Defaults
1431
~~~~~~~~~~~~~~~~
1532

0 commit comments

Comments
 (0)