File tree 3 files changed +9
-4
lines changed
3 files changed +9
-4
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.32 .0"
8
+ VERSION = "0.33 .0"
9
9
end
10
10
end
Original file line number Diff line number Diff line change @@ -22,6 +22,11 @@ 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.33.0
26
+
27
+ - Clarify behaviour of streaming bodies and copy ` Protocol::Rack::Body::Streaming ` to ` Protocol::HTTP::Body::Streamable ` .
28
+ - Copy ` Async::HTTP::Body::Writable ` to ` Protocol::HTTP::Body::Writable ` .
29
+
25
30
### v0.31.0
26
31
27
32
- Ensure chunks are flushed if required, when streaming.
Original file line number Diff line number Diff line change 1
1
# Releases
2
2
3
- ## Unreleased
3
+ ## v0.33.0
4
4
5
- - Clarify behaviour of streaming bodies and copy ` Protocol::Rack::Body::Streaming ` to ` Protocol::HTTP::Body::Streamable ` .
6
- - Copy ` Async::HTTP::Body::Writable ` to ` Protocol::HTTP::Body::Writable ` .
5
+ - Clarify behaviour of streaming bodies and copy ` Protocol::Rack::Body::Streaming ` to ` Protocol::HTTP::Body::Streamable ` .
6
+ - Copy ` Async::HTTP::Body::Writable ` to ` Protocol::HTTP::Body::Writable ` .
7
7
8
8
## v0.31.0
9
9
You can’t perform that action at this time.
0 commit comments