File tree Expand file tree Collapse file tree 3 files changed +14
-4
lines changed
Expand file tree Collapse file tree 3 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 55
66module Protocol
77 module Rack
8- VERSION = "0.12 .0"
8+ VERSION = "0.13 .0"
99 end
1010end
Original file line number Diff line number Diff line change @@ -67,6 +67,16 @@ run proc{|env|
6767
6868Please see the [ project releases] ( https://socketry.github.io/protocol-rack/releases/index ) for all releases.
6969
70+ ### v0.13.0
71+
72+ - 100% test and documentation coverage.
73+ - ` Protocol::Rack::Input#rewind ` now works when the entire input is already read.
74+ - ` Protocol::Rack::Adapter::Rack2 ` has stricter validation of the application response.
75+
76+ ### v0.12.0
77+
78+ - Ignore (and close) response bodies for status codes that don't allow them.
79+
7080### v0.11.2
7181
7282 - Stop setting ` env["SERVER_PORT"] ` to ` nil ` if not present.
Original file line number Diff line number Diff line change 11# Releases
22
3- ## Unreleased
3+ ## v0.13.0
44
55 - 100% test and documentation coverage.
6- - {Protocol::Rack::Input#rewind} now works when the entire input is already read.
6+ - {Protocol::Rack::Input\ # rewind} now works when the entire input is already read.
77 - {Protocol::Rack::Adapter::Rack2} has stricter validation of the application response.
8-
8+
99## v0.12.0
1010
1111 - Ignore (and close) response bodies for status codes that don't allow them.
You can’t perform that action at this time.
0 commit comments