File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77module Async
88 # @namespace
99 module HTTP
10- VERSION = "0.95.0 "
10+ VERSION = "0.95.1 "
1111 end
1212end
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.95.1
20+
21+ - Fix handling of reset stream causing complete connection failure.
22+
1923### v0.95.0
2024
2125 - Use ` Protocol::HTTP::RefusedError ` for safe retry of requests not processed by the server, including non-idempotent methods like PUT.
@@ -55,10 +59,6 @@ Please see the [project releases](https://socketry.github.io/async-http/releases
5559
5660 - [ Support custom protocols with options] ( https://socketry.github.io/async-http/releases/index#support-custom-protocols-with-options )
5761
58- ### v0.87.0
59-
60- - [ Unify HTTP/1 and HTTP/2 ` CONNECT ` semantics] ( https://socketry.github.io/async-http/releases/index#unify-http/1-and-http/2-connect-semantics )
61-
6262## See Also
6363
6464 - [ 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.95.1
44
55 - Fix handling of reset stream causing complete connection failure.
66
You can’t perform that action at this time.
0 commit comments