You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
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
30
30
31
31
Please see the [project releases](https://socketry.github.io/protocol-http1/releases/index) for all releases.
32
32
33
+
### v0.37.0
34
+
35
+
-`Protocol::HTTP1::BadRequest` now includes `Protocol::HTTP::BadRequest` for better interoperability and handling of bad request errors across different HTTP protocol implementations.
36
+
33
37
### v0.36.0
34
38
35
39
- Indicate trailers from chunked body for better validation by `Protocol::HTTP::Headers`.
@@ -69,10 +73,6 @@ Please see the [project releases](https://socketry.github.io/protocol-http1/rele
69
73
70
74
- Make `authority` header optional in HTTP requests for improved flexibility.
71
75
72
-
### v0.29.0
73
-
74
-
- Add block/yield interface to `read_request` and `read_response` methods.
Copy file name to clipboardExpand all lines: releases.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Releases
2
2
3
-
## Unreleased
3
+
## v0.37.0
4
4
5
5
-`Protocol::HTTP1::BadRequest` now includes `Protocol::HTTP::BadRequest` for better interoperability and handling of bad request errors across different HTTP protocol implementations.
0 commit comments