Skip to content

Commit c405dea

Browse files
committed
Bump and release 0.17.3
1 parent bfb0877 commit c405dea

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
0.17.3 2024-05-28
2+
-----------------
3+
4+
* Restore set TCP_NODELAY on TCP sockets
5+
* Support uvloop >= 0.18 and the loop_factory argument
6+
* Bugfix ensure ExceptionGroup lifespan failures crash the server.
7+
18
0.17.2 2024-05-27
29
-----------------
310

pyproject.toml

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

0 commit comments

Comments
 (0)