File tree 3 files changed +6
-2
lines changed
3 files changed +6
-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.85 .0"
8
+ VERSION = "0.86 .0"
9
9
end
10
10
end
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
16
16
17
17
Please see the [ project releases] ( https://socketry.github.io/async-http/releases/index ) for all releases.
18
18
19
+ ### v0.86.0
20
+
21
+ - Add support for HTTP/2 ` NO_RFC7540_PRIORITIES ` . See < https://www.rfc-editor.org/rfc/rfc9218.html > for more details.
22
+
19
23
### v0.84.0
20
24
21
25
- Minor consistency fixes to ` Async::HTTP::Internet ` singleton methods.
Original file line number Diff line number Diff line change 1
1
# Releases
2
2
3
- ## Unreleased
3
+ ## v0.86.0
4
4
5
5
- Add support for HTTP/2 ` NO_RFC7540_PRIORITIES ` . See < https://www.rfc-editor.org/rfc/rfc9218.html > for more details.
6
6
You can’t perform that action at this time.
0 commit comments