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 HTTP1
8- VERSION = "0.35.2 "
8+ VERSION = "0.36.0 "
99 end
1010end
Original file line number Diff line number Diff line change @@ -30,6 +30,10 @@ Please see the [project documentation](https://socketry.github.io/protocol-http1
3030
3131Please see the [ project releases] ( https://socketry.github.io/protocol-http1/releases/index ) for all releases.
3232
33+ ### v0.36.0
34+
35+ - Indicate trailers from chunked body for better validation by ` Protocol::HTTP::Headers ` .
36+
3337### v0.35.2
3438
3539 - Tidy up implementation of ` read_line? ` to handle line length errors and protocol violations more clearly.
@@ -69,10 +73,6 @@ Please see the [project releases](https://socketry.github.io/protocol-http1/rele
6973
7074 - Add block/yield interface to ` read_request ` and ` read_response ` methods.
7175
72- ### v0.28.1
73-
74- - Fix handling of ` nil ` lines in HTTP parsing.
75-
7676## Contributing
7777
7878We welcome contributions to this project.
Original file line number Diff line number Diff line change 11# Releases
22
3- ## Unreleased
3+ ## v0.36.0
44
55 - Indicate trailers from chunked body for better validation by ` Protocol::HTTP::Headers ` .
66
You can’t perform that action at this time.
0 commit comments