Skip to content

Releases: cherrypy/cheroot

v6.5.1

27 Dec 19:04
v6.5.1
c92f476
Compare
Choose a tag to compare
  • #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.5.0

27 Dec 19:08
Compare
Choose a tag to compare

v6.4.0

01 Aug 11:49
v6.4.0
b633bc9
Compare
Choose a tag to compare
  • :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

01 Aug 11:49
v6.3.3
e0538af
Compare
Choose a tag to compare
  • Fix bug with returning empty result in
    :py:meth:cheroot.ssl.builtin.BuiltinSSLAdapter.wrap

v6.3.2.post0

01 Aug 11:50
v6.3.2.post0
c16a276
Compare
Choose a tag to compare

New metadata with info about Python 3.7 support

v6.3.2

16 Jun 10:14
v6.3.2
2053e01
Compare
Choose a tag to compare

:issue:100 via :pr:101: Respond with HTTP 400 to malicious Content-Length in request headers.

v6.3.1

16 Jun 10:13
v6.3.1
6d87a71
Compare
Choose a tag to compare
  • :cp-issue:1618: Ignore OpenSSL's 1.0+ Error 0 under Python 2 while
    wrapping a socket.

v6.3.0

16 Jun 10:13
Compare
Choose a tag to compare
  • :pr:87: Add cheroot command and runpy launcher to
    launch a WSGI app from the command-line.

v6.2.4

16 Jun 10:08
v6.2.4
40696cb
Compare
Choose a tag to compare
  • 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

16 Jun 10:07
v6.2.3
5431177
Compare
Choose a tag to compare
  • :pr:85: Skip installing dependencies from backports namespace under Python 3.