File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 55
66module Async
77 module HTTP
8- VERSION = "0.94.0 "
8+ VERSION = "0.94.1 "
99 end
1010end
Original file line number Diff line number Diff line change @@ -16,6 +16,10 @@ Please see the [project documentation](https://socketry.github.io/async-http/) f
1616
1717Please see the [ project releases] ( https://socketry.github.io/async-http/releases/index ) for all releases.
1818
19+ ### v0.94.1
20+
21+ - Fix ` defer_stop ` usage in ` HTTP1::Server ` , improving server graceful shutdown behavior.
22+
1923### v0.94.0
2024
2125 - Propagate all errors from background reader to active streams so that they are closed correctly (e.g. errors are not missed).
@@ -52,10 +56,6 @@ Please see the [project releases](https://socketry.github.io/async-http/releases
5256
5357 - Minor consistency fixes to ` Async::HTTP::Internet ` singleton methods.
5458
55- ### v0.82.0
56-
57- - ` protocol-http1 ` introduces a line length limit for request line, response line, header lines and chunk length lines.
58-
5959## See Also
6060
6161 - [ benchmark-http] ( https://github.com/socketry/benchmark-http ) — A benchmarking tool to report on web server concurrency.
Original file line number Diff line number Diff line change 11# Releases
22
3- ## Unreleased
3+ ## v0.94.1
44
55 - Fix ` defer_stop ` usage in ` HTTP1::Server ` , improving server graceful shutdown behavior.
66
You can’t perform that action at this time.
0 commit comments