Releases: expressjs/multer
Releases · expressjs/multer
v2.1.0
Important
What's Changed
- chore: add funding to package.json by @bjohansebas in #1346
- chore: drop mkdirp dependency by @wojtekmaj in #1350
- chore: drop object-assign dependency by @wojtekmaj in #1351
- chore: drop xtend dependency by @wojtekmaj in #1352
- chore(gitignore): ignore .nyc_output directory by @ShubhamOulkar in #1332
- Fix typo in README-vi.md regarding file upload by @Kunniii in #1366
- Fix typo in README-pt-br.md for array method by @matheushbm192 in #1367
- headers-support-utf8 by @Doc999tor in #1210
- Add Turkish translation (README-tr.md) by @Sabandogan in #1360
- Release: 2.1.0 by @UlisesGascon in #1371
New Contributors
- @wojtekmaj made their first contribution in #1350
- @ShubhamOulkar made their first contribution in #1332
- @Kunniii made their first contribution in #1366
- @matheushbm192 made their first contribution in #1367
- @Doc999tor made their first contribution in #1210
- @Sabandogan made their first contribution in #1360
Full Changelog: v2.0.2...v2.1.0
v2.0.2
v2.0.1
Important
What's Changed
- add Arabic translation for README .. by @3imed-jaberi in #762
- Update README.md to fix issue #1114 by @Mohamed-Abdelfattah in #1169
- Improved documentation translation to Spanish by @juliomontenegro in #1174
- Translated to french by @AlanLg in #1182
- Improve the Brazilian Portuguese translation by @vitorRibeiro7 in #1204
- doc: uzbek language by @eugene0928 in #1232
- Fix a mistake with README-pt-br.md by @Igor-CA in #1251
- Update in Readme-pt-br and fix in Readme-ko by @carlosstenzel in #1252
- chore: add support for OSSF scorecard reporting by @inigomarquinez in #1260
- ci: replace travis with github action by @inigomarquinez in #1259
- docs: improve readability by @Sreejit-Sengupto in #1255
- test: add test for out-of-band error event by @LinusU in #1294
- chore: upgrade scorecard workflow pinned action versions by @carpasse in #1290
- Documentation: remove unfortunate abbreviation from readme by @MaddyGuthridge in #1299
- ci: use
ubuntu-latestas default runner by @UlisesGascon in #1308 - ci: add CodeQL (SAST) by @bjohansebas in #1289
- Update readme badges by @bjohansebas in #1268
- 📝 fix changelog information by @ctcpip in #1316
- master -> v2 by @ctcpip in #1317
- chore: fix typo by @saucecodee in #993
- Remove --save from README by @username1001 in #929
- feat - update link badge in docs by @carlosstenzel in #1273
- ci: change branch reference by @UlisesGascon in #1319
- ♻️ use version tag for CI, fix CI badge, fix references to master/main by @ctcpip in #1324
- deps: update dependencies to latest versions by @bjohansebas in #1328
- 📝 list languages in table to prevent GH right-aligning list due to RTL language by @ctcpip in #1325
- [StepSecurity] Apply security best practices by @step-security-bot in #1311
New Contributors
- @3imed-jaberi made their first contribution in #762
- @Mohamed-Abdelfattah made their first contribution in #1169
- @juliomontenegro made their first contribution in #1174
- @AlanLg made their first contribution in #1182
- @vitorRibeiro7 made their first contribution in #1204
- @eugene0928 made their first contribution in #1232
- @Igor-CA made their first contribution in #1251
- @inigomarquinez made their first contribution in #1260
- @Sreejit-Sengupto made their first contribution in #1255
- @carpasse made their first contribution in #1290
- @MaddyGuthridge made their first contribution in #1299
- @saucecodee made their first contribution in #993
- @username1001 made their first contribution in #929
- @step-security-bot made their first contribution in #1311
Full Changelog: v2.0.0...v2.0.1
v2.0.0
Important
- Breaking change: The minimum supported Node version is now 10.16.0
- Fix CVE-2025-47935 (GHSA-44fp-w29j-9vj5)
- Fix CVE-2025-47944 (GHSA-4pg4-qvpc-4q3h)
What's Changed
- 🐛 drain stream. fixes regression in node 18, remove old CI, set minimum node version, fix readme badges, add .npmrc
- fix: handle two busboy error events
- ♻️ fully drain stream
- 🥅 explicitly handle req error
- 🚨 lint:fix
- ⬆️ bump mocha
- docs: include release 2.0.0 details