Skip to content

Releases: expressjs/body-parser

v2.3.0

15 Jun 10:44
d0f2ace

Choose a tag to compare

What's Changed

  • build(deps): bump actions/download-artifact from 6.0.0 to 7.0.0 by @dependabot[bot] in #681
  • build(deps): bump actions/checkout from 5.0.0 to 6.0.1 by @dependabot[bot] in #682
  • build(deps): bump actions/setup-node from 6.0.0 to 6.1.0 by @dependabot[bot] in #683
  • build(deps): bump actions/upload-artifact from 5.0.0 to 6.0.0 by @dependabot[bot] in #685
  • build(deps): bump github/codeql-action from 4.31.2 to 4.31.9 by @dependabot[bot] in #684
  • perf(urlencoded): move empty-body guard to avoid extra function closure by @Phillip9587 in #647
  • Improve ESM compatibility by @Phillip9587 in #697
  • docs: add recommendations for configuring payload limits by @bjohansebas in #699
  • build(deps): bump actions/setup-node from 6.1.0 to 6.2.0 by @dependabot[bot] in #701
  • build(deps): bump github/codeql-action from 4.31.10 to 4.32.0 by @dependabot[bot] in #702
  • build(deps): bump actions/checkout from 6.0.1 to 6.0.2 by @dependabot[bot] in #700
  • chore: add explicit type commonjs to package.json by @Phillip9587 in #711
  • deps: update dependencies to latest versions by @Phillip9587 in #708
  • build(deps): bump actions/download-artifact from 7.0.0 to 8.0.0 by @dependabot[bot] in #712
  • build(deps): bump github/codeql-action from 4.32.0 to 4.32.4 by @dependabot[bot] in #713
  • build(deps): bump actions/upload-artifact from 6.0.0 to 7.0.0 by @dependabot[bot] in #714
  • fix: improve limit option validation by @Phillip9587 in #698
  • build(deps): bump github/codeql-action from 4.32.4 to 4.35.1 by @dependabot[bot] in #719
  • build(deps): bump actions/setup-node from 6.2.0 to 6.3.0 by @dependabot[bot] in #718
  • build(deps): bump actions/download-artifact from 8.0.0 to 8.0.1 by @dependabot[bot] in #717
  • perf: eliminate conditional check in json strict mode hot path by @Phillip9587 in #651
  • ci: add node.js 26 to text matrix by @Phillip9587 in #726
  • build(deps): bump actions/setup-node from 6.3.0 to 6.4.0 by @dependabot[bot] in #725
  • build(deps): bump actions/upload-artifact from 7.0.0 to 7.0.1 by @dependabot[bot] in #724
  • build(deps): bump github/codeql-action from 4.35.1 to 4.35.3 by @dependabot[bot] in #723
  • Upgrade "content-type" by @blakeembrey in #728
  • refactor: switch to const/let and enable eslint no-var rule by @Phillip9587 in #729
  • Update outdated reference to MDN docs by @krzysdz in #730
  • build(deps): bump github/codeql-action from 4.35.3 to 4.36.1 by @dependabot[bot] in #731
  • build(deps): bump actions/checkout from 6.0.2 to 6.0.3 by @dependabot[bot] in #732
  • chore: updated deps to latest by @Phillip9587 in #733
  • 2.3.0 by @UlisesGascon in #735

New Contributors

Full Changelog: v2.2.2...v2.3.0

v1.20.5

24 Apr 18:00

Choose a tag to compare

What's Changed

The reason for this release is a fix to the extended urlencoded parser returning objects instead of arrays for large array inputs (> 100) on qs@6.14.2+. (#716)

New Contributors

Special thanks to triager @krzysdz for keeping this on our radar and effectively triaging the specific issue!

Full Changelog: 1.20.4...1.20.5

v2.2.2

07 Jan 09:35
3d24866

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.2.1...v2.2.2

1.20.4

01 Dec 15:50
7db202c

Choose a tag to compare

What's Changed

Full Changelog: 1.20.3...1.20.4

v2.2.1

24 Nov 18:20
d96b63d

Choose a tag to compare

Important: Security

What's Changed

New Contributors

Full Changelog: v2.2.0...v2.2.1

v2.2.0

27 Mar 01:15
0aa4e11

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.0...v2.2.0

v2.1.0

10 Feb 20:13

Choose a tag to compare

What's Changed

Full Changelog: 2.0.1...v2.1.0

2.0.2

31 Oct 15:06
9c0d5ec

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0.1...2.0.2

2.0.1

10 Sep 04:14

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0.0...2.0.1

2.0.0

10 Sep 03:29
9e06a79

Choose a tag to compare

What's Changed

Important

  • add brotli support #406
  • Breaking Change: Node.js 18 is the minimum supported version

Details

New Contributors

Full Changelog: 1.20.2...2.0.0