Skip to content

Commit

Permalink
Bump and release 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pgjones committed Oct 29, 2023
1 parent 662ffa9 commit 2724ad6
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
0.14.5 2023-10-29
-----------------

* Improve the NoAppError to help diagnose why the app has not been
found.
* Log cancelled requests as well as successful to aid diagnositics of
failures.
* Use more modern asyncio apis. This will hopefully fix reported
memory leak issues.
* Bugfix only load the application in the main process if the reloader
is being used.
* Bugfix Autoreload error because reausing old sockets.
* Bugfix scope client usage for sock binding.
* Bugfix disable multiprocessing if number of workers is 0 to support
systems that don't support multiprocessing.

0.14.4 2023-07-08
-----------------

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.14.4+dev"
version = "0.15.0"
description = "A ASGI Server based on Hyper libraries and inspired by Gunicorn"
authors = ["pgjones <[email protected]>"]
classifiers = [
Expand Down

0 comments on commit 2724ad6

Please sign in to comment.