Releases: cherrypy/cheroot
v6.2.2
v6.2.1
v6.2.0
- :pr:
37
: Implement PEERCRED lookup over UNIX-socket HTTP connection.-
Discover connected process' PID/UID/GID
-
Respect server switches:
peercreds_enabled
and
peercreds_resolve_enabled
-
get_peer_creds
andresolve_peer_creds
methods on connection -
peer_pid
,peer_uid
,peer_gid
,peer_user
andpeer_group
properties on connection -
X_REMOTE_PID
,X_REMOTE_UID
,X_REMOTE_GID
,X_REMOTE_USER
(REMOTE_USER
) andX_REMOTE_GROUP
WSGI environment variables when
enabled and supported -
Per-connection caching to reduce lookup cost
-
v6.1.2
v6.1.1
v6.1.0
-
:pr:
67
: Refactor testsuite to completely rely on pytest.-
Integrate pytest-testmon and pytest-watch
-
Stabilise testing
-
-
:cp-issue:
1664
via :pr:66
: Implement input termination flag support as
suggested by@mitsuhiko <https://github.com/mitsuhiko>
_ in his
wsgi.input_terminated Proposal <https://gist.github.com/mitsuhiko/5721547>
_. -
:issue:
73
: Fix SSL error bypassing. -
:issue:
77
via :pr:78
: Fix WSGI documentation example to support Python 3. -
:pr:
76
: Send correct conditional HTTP error in helper function. -
:cp-issue:
1404
via :pr:75
: Fix headers being unsent before request
closed. Now we double check that they've been sent. -
Minor docs improvements.
-
Minor refactoring.