File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed
Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 55
66module Protocol
77 module HTTP
8- VERSION = "0.32 .0"
8+ VERSION = "0.33 .0"
99 end
1010end
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/
2222
2323Please see the [ project releases] ( https://socketry.github.io/protocol-http/releases/index ) for all releases.
2424
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+
2530### v0.31.0
2631
2732 - Ensure chunks are flushed if required, when streaming.
Original file line number Diff line number Diff line change 11# Releases
22
3- ## Unreleased
3+ ## v0.33.0
44
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 ` .
77
88## v0.31.0
99
You can’t perform that action at this time.
0 commit comments