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.98.1 "
10+ VERSION = "0.99.0 "
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.99.0
20+
21+ - Retry safe requests when a remote HTTP/2 endpoint resets the stream with ` INTERNAL_ERROR ` before returning a response.
22+
1923### v0.98.1
2024
2125 - Probe idle HTTP/1 connections before reuse, avoiding requests on connections already closed by the peer.
@@ -55,10 +59,6 @@ Please see the [project releases](https://socketry.github.io/async-http/releases
5559
5660 - Propagate all errors from background reader to active streams so that they are closed correctly (e.g. errors are not missed).
5761
58- ### v0.92.2
59-
60- - Better handling of trailers. If invalid trailers are received, the connection (HTTP/1) or stream (HTTP/2) is reset.
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.99.0
44
55 - Retry safe requests when a remote HTTP/2 endpoint resets the stream with ` INTERNAL_ERROR ` before returning a response.
66
You can’t perform that action at this time.
0 commit comments