File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55
66module Protocol
77 module Rack
8- VERSION = "0.21.1 "
8+ VERSION = "0.22.0 "
99 end
1010end
Original file line number Diff line number Diff line change @@ -21,6 +21,10 @@ Please see the [project documentation](https://socketry.github.io/protocol-rack/
2121
2222Please see the [ project releases] ( https://socketry.github.io/protocol-rack/releases/index ) for all releases.
2323
24+ ### v0.22.0
25+
26+ - Prefer ` Protocol::HTTP::Body::Buffered ` where possible for enumerable bodies, mainly to avoid creating ` Enumerable ` s.
27+
2428### v0.21.1
2529
2630 - Fix missing ` body#close ` for streaming bodies.
@@ -58,12 +62,6 @@ Please see the [project releases](https://socketry.github.io/protocol-rack/relea
5862
5963 - Handling of ` HEAD ` requests is now more robust.
6064
61- ### v0.13.0
62-
63- - 100% test and documentation coverage.
64- - ` Protocol::Rack::Input#rewind ` now works when the entire input is already read.
65- - ` Protocol::Rack::Adapter::Rack2 ` has stricter validation of the application response.
66-
6765## Contributing
6866
6967We welcome contributions to this project.
Original file line number Diff line number Diff line change 11# Releases
22
3- ## Unreleased
3+ ## v0.22.0
44
55 - Prefer ` Protocol::HTTP::Body::Buffered ` where possible for enumerable bodies, mainly to avoid creating ` Enumerable ` s.
66
You can’t perform that action at this time.
0 commit comments