Skip to content

Commit 5b2149c

Browse files
committed
Bump patch version.
1 parent db05c2e commit 5b2149c

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

lib/protocol/http1/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55

66
module Protocol
77
module HTTP1
8-
VERSION = "0.35.1"
8+
VERSION = "0.35.2"
99
end
1010
end

readme.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ Please see the [project documentation](https://socketry.github.io/protocol-http1
3030

3131
Please see the [project releases](https://socketry.github.io/protocol-http1/releases/index) for all releases.
3232

33+
### v0.35.2
34+
35+
- Tidy up implementation of `read_line?` to handle line length errors and protocol violations more clearly.
36+
- Improve error handling for unexpected connection closures (`Errno::ECONNRESET`) in `read_line?`.
37+
3338
### v0.35.0
3439

3540
- Add traces provider for `Protocol::HTTP1::Connection`.
@@ -68,10 +73,6 @@ Please see the [project releases](https://socketry.github.io/protocol-http1/rele
6873

6974
- Fix handling of `nil` lines in HTTP parsing.
7075

71-
### v0.28.0
72-
73-
- Add configurable maximum line length to prevent denial of service attacks.
74-
7576
## Contributing
7677

7778
We welcome contributions to this project.

releases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Releases
22

3-
## Unreleased
3+
## v0.35.2
44

55
- Tidy up implementation of `read_line?` to handle line length errors and protocol violations more clearly.
66
- Improve error handling for unexpected connection closures (`Errno::ECONNRESET`) in `read_line?`.

0 commit comments

Comments
 (0)