Skip to content

v11.1.2

Latest

Choose a tag to compare

@github-actions github-actions released this 07 Nov 17:28
· 81 commits to main since this release

📝 Release notes

📦 PyPI page: https://pypi.org/project/cheroot/11.1.2

🌱 v11.1.2 is marked as a stable release.

🔗 This release has been produced by the following workflow run: https://github.com/cherrypy/cheroot/actions/runs/19175006509

v11.1.2

(2025-11-07)

Bug fixes

  • The "service unavailable" thread is now turn down properly when the
    server is shut down -- by @itamarst.

    This fixes a regression in Cheroot originally introduced in v11.0.0
    that would manifest itself under Python 3.12 and older. In certain
    conditions like under CherryPy, it would also lead to hangs on
    tear-down.

    Related issues and pull requests on GitHub: #769, #794.