Releases: cherrypy/cheroot
Releases · cherrypy/cheroot
v6.5.1
- #93 via #110: Improve UNIX socket fs access mode
in :py:meth:cheroot.server.HTTPServer.prepare
on a file socket
when starting to listen to it.
v6.4.0
- :issue:
68
via :pr:98
: Factor out parts of
:py:meth:cheroot.server.HTTPServer.start
into
:py:meth:prepare() <cheroot.server.HTTPServer.prepare>
and
:py:meth:serve() <cheroot.server.HTTPServer.serve>
v6.3.3
- Fix bug with returning empty result in
:py:meth:cheroot.ssl.builtin.BuiltinSSLAdapter.wrap
v6.3.2.post0
New metadata with info about Python 3.7 support
v6.3.2
:issue:100
via :pr:101
: Respond with HTTP 400 to malicious Content-Length
in request headers.
v6.3.1
- :cp-issue:
1618
: Ignore OpenSSL's 1.0+ Error 0 under Python 2 while
wrapping a socket.
v6.3.0
- :pr:
87
: Add cheroot
command and runpy launcher to
launch a WSGI app from the command-line.
v6.2.4
-
Fix missing resolve_peer_creds
argument in
:py:class:cheroot.wsgi.Server
being bypassed into
:py:class:cheroot.server.HTTPServer
.
-
:pr:85
: Revert conditional dependencies. System packagers should
honor the dependencies as declared by cheroot, which are defined
intentionally.
v6.2.3
- :pr:
85
: Skip installing dependencies from backports namespace under Python 3.