We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfb0877 commit c405deaCopy full SHA for c405dea
CHANGELOG.rst
@@ -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
8
0.17.2 2024-05-27
9
-----------------
10
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "Hypercorn"
-version = "0.17.2"
+version = "0.17.3"
description = "A ASGI Server based on Hyper libraries and inspired by Gunicorn"
authors = ["pgjones <[email protected]>"]
classifiers = [
0 commit comments