1.20.3
版本发布时间: 2024-09-10 07:11:16
expressjs/body-parser最新发布版本:2.0.1(2024-09-10 12:14:44)
What's Changed
Important
- deps: qs@6.13.0
- add
depth
option to customize the depth level in the parser -
IMPORTANT: The default
depth
level for parsing URL-encoded data is now32
(previously wasInfinity
). Documentation
Other changes
- chore: add support for OSSF scorecard reporting by @inigomarquinez in https://github.com/expressjs/body-parser/pull/522
- ci: fix errors in ci github action for node 8 and 9 by @inigomarquinez in https://github.com/expressjs/body-parser/pull/523
- fix: pin to node@22.4.1 by @wesleytodd in https://github.com/expressjs/body-parser/pull/527
- deps: qs@6.12.3 by @melikhov-dev in https://github.com/expressjs/body-parser/pull/521
- Add OSSF Scorecard badge by @bjohansebas in https://github.com/expressjs/body-parser/pull/531
- Linter by @UlisesGascon in https://github.com/expressjs/body-parser/pull/534
- Release: 1.20.3 by @UlisesGascon in https://github.com/expressjs/body-parser/pull/535
New Contributors
- @inigomarquinez made their first contribution in https://github.com/expressjs/body-parser/pull/522
- @melikhov-dev made their first contribution in https://github.com/expressjs/body-parser/pull/521
- @bjohansebas made their first contribution in https://github.com/expressjs/body-parser/pull/531
- @UlisesGascon made their first contribution in https://github.com/expressjs/body-parser/pull/534
Full Changelog: https://github.com/expressjs/body-parser/compare/1.20.2...1.20.3