Skip to content

Commit

Permalink
Bump and release 0.17.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pgjones committed May 28, 2024
1 parent bfb0877 commit c405dea
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
0.17.3 2024-05-28
-----------------

* Restore set TCP_NODELAY on TCP sockets
* Support uvloop >= 0.18 and the loop_factory argument
* Bugfix ensure ExceptionGroup lifespan failures crash the server.

0.17.2 2024-05-27
-----------------

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 = [
Expand Down

0 comments on commit c405dea

Please sign in to comment.