File tree 3 files changed +13
-2
lines changed
3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 5
5
6
6
module Async
7
7
module HTTP
8
- VERSION = "0.76 .0"
8
+ VERSION = "0.77 .0"
9
9
end
10
10
end
Original file line number Diff line number Diff line change @@ -16,6 +16,17 @@ Please see the [project documentation](https://socketry.github.io/async-http/) f
16
16
17
17
Please see the [ project releases] ( https://socketry.github.io/async-http/releases/index ) for all releases.
18
18
19
+ ### v0.77.0
20
+
21
+ - Improved HTTP/1 connection handling.
22
+ - The input stream is no longer closed when the output stream is closed.
23
+
24
+ ### v0.76.0
25
+
26
+ - ` Async::HTTP::Body::Writable ` is moved to ` Protocol::HTTP::Body::Writable ` .
27
+ - Remove ` Async::HTTP::Body::Delayed ` with no replacement.
28
+ - Remove ` Async::HTTP::Body::Slowloris ` with no replacement.
29
+
19
30
### v0.75.0
20
31
21
32
- Better handling of HTTP/1 \& lt;-\& gt; HTTP/2 proxying, specifically upgrade/CONNECT requests.
Original file line number Diff line number Diff line change 1
1
# Releases
2
2
3
- ## Unreleased
3
+ ## v0.77.0
4
4
5
5
- Improved HTTP/1 connection handling.
6
6
- The input stream is no longer closed when the output stream is closed.
You can’t perform that action at this time.
0 commit comments