File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 55
66module Protocol
77 module Rack
8- VERSION = "0.20 .0"
8+ VERSION = "0.21 .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.21.0
25+
26+ - For the purpose of constructing the rack request environment, trailers are ignored.
27+
2428### v0.20.0
2529
2630 - Convert header values into strings using ` to_s ` so that ` Headers#each ` can yield non-string values if necessary.
@@ -60,10 +64,6 @@ Please see the [project releases](https://socketry.github.io/protocol-rack/relea
6064
6165 - Ignore (and close) response bodies for status codes that don't allow them.
6266
63- ### v0.11.2
64-
65- - Stop setting ` env["SERVER_PORT"] ` to ` nil ` if not present.
66-
6767## Contributing
6868
6969We welcome contributions to this project.
Original file line number Diff line number Diff line change 11# Releases
22
3- ## Unreleased
3+ ## v0.21.0
44
55 - For the purpose of constructing the rack request environment, trailers are ignored.
66
You can’t perform that action at this time.
0 commit comments