File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 55
66module Async
77 module HTTP
8- VERSION = "0.74 .0"
8+ VERSION = "0.75 .0"
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.75.0
20+
21+ - Better handling of HTTP/1 \& lt;-\& gt; HTTP/2 proxying, specifically upgrade/CONNECT requests.
22+
1923### v0.74.0
2024
2125 - [ ` Async::HTTP::Internet ` accepts keyword arguments] ( https://socketry.github.io/async-http/releases/index#async::http::internet-accepts-keyword-arguments )
Original file line number Diff line number Diff line change 11# Releases
22
3- ## Unreleased
3+ ## v0.75.0
44
5- - Better handling of HTTP/1 <- > HTTP/2 proxying, specifically upgrade/CONNECT requests.
5+ - Better handling of HTTP/1 \< - \ > HTTP/2 proxying, specifically upgrade/CONNECT requests.
66
77## v0.74.0
88
You can’t perform that action at this time.
0 commit comments