File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1+ 0.18.0 2025-11-08
2+ -----------------
3+
4+ * Add a config and command line argument to daemonise the workers
5+ * Reload workers on SIGHUP.
6+ * Bugfix correct the dispatcher middleware root path and path.
7+ * Bugfix set end_stream when sending trailers.
8+ * Bugfix connection asgi-state isolation.
9+ * Bugfix Remove streams on StreamClosed for h3.
10+ * Bugfix delay sending http headers when serving WSGI apps.
11+ * Drop Python 3.8, 3.9 and support 3.13, 3.14
12+
1130.17.3 2024-05-28
214-----------------
315
Original file line number Diff line number Diff line change 11[project ]
22name = " Hypercorn"
3- version = " 0.17.3 "
3+ version = " 0.18.0 "
44description = " A ASGI Server based on Hyper libraries and inspired by Gunicorn"
55authors = [
66 {name = " pgjones" , email = " philip.graham.jones@googlemail.com" },
You can’t perform that action at this time.
0 commit comments