docs: include security fix in 2.3.0 changes#748
Open
UlisesGascon wants to merge 1 commit into
Open
Conversation
Phillip9587
approved these changes
Jul 9, 2026
Phillip9587
requested changes
Jul 9, 2026
Phillip9587
left a comment
Member
There was a problem hiding this comment.
We should integrade 1.x versions into main changelog
| - it is left `undefined` unless a body is parsed | ||
| * `urlencoded` parser now defaults `extended` to `false` | ||
| * Use `on-finished` to determine when body read | ||
|
|
Member
There was a problem hiding this comment.
Suggested change
| 1.20.6 / 2026-07-09 | |
| =================== | |
| * Security fix for [GHSA-v422-hmwv-36x6](https://github.com/expressjs/body-parser/security/advisories/GHSA-v422-hmwv-36x6) | |
| * fix: improve `limit` option validation (#698) | |
| * Invalid `limit` values (e.g. unparseable strings or `NaN`) now throw instead of being silently ignored, which previously disabled size limit enforcement | |
| * `null` and `undefined` fall back to the default 100kb limit | |
| 1.20.5 / 2026-04-24 | |
| =================== | |
| * refactor(json): simplify strict mode error string construction | |
| * fix: extended urlencoded parsing of arrays with >100 elements (#716) | |
| * deps: qs@~6.15.1 | |
| * | |
Member
There was a problem hiding this comment.
In my opinion, no. It just adds maintenance burden by having to keep both histories in sync. I was actually thinking about removing the v1 changelog altogether and replacing it with a link to the v1 branch and its history.
bjohansebas
approved these changes
Jul 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Ref: GHSA-v422-hmwv-36x6