We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 872aa31 commit 1d4fc2fCopy full SHA for 1d4fc2f
1 file changed
releases.md
@@ -4,6 +4,7 @@
4
5
- Always use `#parse` when parsing header values from strings to ensure proper normalization and validation.
6
- Introduce `Protocol::HTTP::InvalidTrailerError` which is raised when a trailer header is not allowed by the current policy.
7
+ - **Breaking**: `Headers#each` now yields parsed values according to the current policy. For the previous behaviour, use `Headers#fields`.
8
9
## v0.56.0
10
0 commit comments