Skip to content

Commit 0e2311f

Browse files
committed
Bump and release 0.18.0
1 parent e303b46 commit 0e2311f

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
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+
113
0.17.3 2024-05-28
214
-----------------
315

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "Hypercorn"
3-
version = "0.17.3"
3+
version = "0.18.0"
44
description = "A ASGI Server based on Hyper libraries and inspired by Gunicorn"
55
authors = [
66
{name = "pgjones", email = "[email protected]"},

0 commit comments

Comments
 (0)