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 HTTP
8- VERSION = "0.58.0 "
8+ VERSION = "0.58.1 "
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-http/
3030
3131Please see the [ project releases] ( https://socketry.github.io/protocol-http/releases/index ) for all releases.
3232
33+ ### v0.58.1
34+
35+ - ` Protocol::HTTP::DuplicateHeaderError ` now includes the existing and new values for better debugging.
36+
3337### v0.58.0
3438
3539 - Move trailer validation to ` Headers#add ` method to ensure all additions are checked at the time of addition as this is a hard requirement.
@@ -85,10 +89,6 @@ Please see the [project releases](https://socketry.github.io/protocol-http/relea
8589
8690 - Drop support for Ruby v3.1.
8791
88- ### v0.48.0
89-
90- - Add support for parsing ` accept ` , ` accept-charset ` , ` accept-encoding ` and ` accept-language ` headers into structured values.
91-
9292## See Also
9393
9494 - [ protocol-http1] ( https://github.com/socketry/protocol-http1 ) — HTTP/1 client/server implementation using this
Original file line number Diff line number Diff line change 11# Releases
22
3- ## Unreleased
3+ ## v0.58.1
44
55 - ` Protocol::HTTP::DuplicateHeaderError ` now includes the existing and new values for better debugging.
66
You can’t perform that action at this time.
0 commit comments