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-5Lines changed: 4 additions & 5 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.39.0
34
+
35
+
- Rename `RequestRefusedError` -\>`RefusedError`.
36
+
33
37
### v0.38.0
34
38
35
39
-`write_request` now raises `Protocol::HTTP::RequestRefusedError` if the request line or headers cannot be written, indicating the request was not processed and can be safely retried.
@@ -68,11 +72,6 @@ Please see the [project releases](https://socketry.github.io/protocol-http1/rele
68
72
69
73
- Support high-byte characters in HTTP headers for improved international compatibility.
70
74
71
-
### v0.32.0
72
-
73
-
- Fix header parsing to handle tab characters between values correctly.
74
-
- Complete documentation coverage for all public APIs.
0 commit comments