File tree Expand file tree Collapse file tree 3 files changed +6
-8
lines changed
Expand file tree Collapse file tree 3 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 55
66module Protocol
77 module HTTP
8- VERSION = "0.60 .0"
8+ VERSION = "0.61 .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-http/
3030
3131Please see the [ project releases] ( https://socketry.github.io/protocol-http/releases/index ) for all releases.
3232
33+ ### v0.61.0
34+
35+ - Introduce ` Protocol::HTTP::RequestRefusedError ` for indicating a request was not processed by the server and can be safely retried.
36+
3337### v0.60.0
3438
3539 - Expose ` Protocol::HTTP::Body::Writable#count ` attribute to provide access to the number of chunks written to the body.
@@ -82,12 +86,6 @@ Please see the [project releases](https://socketry.github.io/protocol-http/relea
8286 - Improve consistency of Body ` #inspect ` .
8387 - Improve ` as_json ` support for Body wrappers.
8488
85- ### v0.52.0
86-
87- - Add ` Protocol::HTTP::Headers#to_a ` method that returns the fields array, providing compatibility with standard Ruby array conversion pattern.
88- - Expose ` tail ` in ` Headers.new ` so that trailers can be accurately reproduced.
89- - Add agent context.
90-
9189## See Also
9290
9391 - [ 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.61.0
44
55 - Introduce ` Protocol::HTTP::RequestRefusedError ` for indicating a request was not processed by the server and can be safely retried.
66
You can’t perform that action at this time.
0 commit comments