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 5
5
6
6
module Protocol
7
7
module HTTP
8
- VERSION = "0.30 .0"
8
+ VERSION = "0.31 .0"
9
9
end
10
10
end
Original file line number Diff line number Diff line change @@ -22,6 +22,10 @@ Please see the [project documentation](https://socketry.github.io/protocol-http/
22
22
23
23
Please see the [ project releases] ( https://socketry.github.io/protocol-http/releases/index ) for all releases.
24
24
25
+ ### v0.31.0
26
+
27
+ - Ensure chunks are flushed if required, when streaming.
28
+
25
29
### v0.30.0
26
30
27
31
- [ ` Request[] ` and ` Response[] ` Keyword Arguments] ( https://socketry.github.io/protocol-http/releases/index#request[]-and-response[]-keyword-arguments )
Original file line number Diff line number Diff line change 1
1
# Releases
2
2
3
- ## Unreleased
3
+ ## v0.31.0
4
4
5
- - Ensure chunks are flushed if required, when streaming.
5
+ - Ensure chunks are flushed if required, when streaming.
6
6
7
7
## v0.30.0
8
8
You can’t perform that action at this time.
0 commit comments